Text box (single line)
One of the most used input types is the single line text box.
Parameters
Field name: Unique name for the field (standard characters only!)
Title: The caption of the field in the form
Description: The information behind the Info button to explain what needs to be filled out.
Template parameter output: Value without HTML output
Example of use
Most obvious uses include address input and any other single line values. The text box can however be very useful to combine with 3rd party plugins. Think of longitude/latitude coordinates or YourTube codes.
In the template it would look something like <plugin>{FIELD_NAME}</plugin>, where the field name is the name submitted above in capitols.
