Restrict Characters to input in a field

Restrict Characters to input in a field

Comments

  • Hi,

    How can I restrict a user to input only a limited number of characters in a field?

    Regards,
    Ezra

  • You should be able to define the Minimum and Maximum length for a text box under its Behavior properties.

  • Hi Kshitij,

    How about if its a dropdown? How to limit the input to search in a dropdown?

    Regards,
    Ezra

  • Are you allowing users to define external values on the drop-down? You might need to define a validation rule which checks the inputs and displays a validation if the length exceeds your desired value.

  • [font=Roboto]Hi Kshitij,[/font]

    [font=Roboto]
    [/font]
    [font=Roboto]Ill try this method. Thanks for the assistance.[/font]
    [font=Roboto]
    [/font]
    [font=Roboto]Regards,[/font]
    Ezra

Sign In or Register to comment.