Insert Text Box: Inserting a text box will place a text entry area onto your form. This will allow the user to enter information into the text box. The text box area is limited to 100 characters.

Name (Indicated by the red arrow): This is the name of the text box. This acts as a label for the textbox, and will therefore appear to the left of the textbox.
Value (Indicated by the black arrow): This is the default value that will appear inside the textbox when the form is loaded. This can be blank if desired.
Validation Type (Indicated by the blue arrow): This attribute will allow you to error check the information that the user enters. The data type can be verified as a date by selecting "Date" from the drop down menu, as a number by selecting "number", or as text by selecting "text" from the drop down box.
Error Message (Indicated by the grey arrow): This attribute will display an error message if the validation fails. Enter your custom error message as you would like it to appear.
PLEASE NOTE THAT THIS IS A FORM ELEMENT, AND THEREFORE IT CAN ONLY BE INSERTED ONTO YOUR PAGE AFTER A FORM HAS BEEN SUCCESSFULLY ADDED TO YOUR PAGE!