TextBox field character capacity

  • ParksCollege
    Asked on March 13, 2015 at 4:43 PM

    How text can the text box handle i.e. character capacity. 

  • jonathan
    Replied on March 13, 2015 at 6:56 PM

    You must be referring to the maximum characters allowed on the Textbox field.

    TextBox field character capacity Image 1 Screenshot 20

    You can set that using the Max Size property value.

     

    But if you intend to use the field for more than the necessary one-liner-texts, perhaps you should make use instead of the TextArea field. It would be more appropriate for such purpose.

    Hope this help. Please let us know if you need further assistance.

    Thanks.