Textbox Options


  1. Text Mode:
    1. Single Line: this mode is for standard one line data entry such as a name or street address
    2. MiltiLine: this mode is for free form text such as a detaild problem report, or free form question
    3. Password: this mode allows for the user to securly enter a password
  2. Columns: is an older style method for setitng a Text Box width, the prefered method is by using the Width field
  3. Use Calendar: This will add the default DotNetNuke Calendar functionality to the Form Field
  4. Wrap Text: Check this to automatically Wrap text as the User types in a Multiline Textbox
  5. Rows: Rows is an older style method for setitng a Text Box height when Text Mode is MultiLine, the prefered method is by using the Height field
  6. Max Length: Maximum number of characters allowed in the input field. This is not effecive for MultiLine Text Mode

See also