Text Boxes
This displays a small text box for entry of a few words.
Optional parameters are name, memo, default, and size
Note for the examples below: You can see the working example at www.soapnote.org/sample/text-boxes/. To switch views between the Active Form and Markup Code, click on "View" in the upper right of the page. Then choose "Form" to see the Active Form or choose "Markup" to reveal the Markup Code. You can use the examples below, as well.
Example 1 - Basic Text Box[text]
Example 2 - Text Box with Default Text[text name="text1" default="sample text"]
Example 3 - Larger Text Box[text default="sample text 2" size=100]