restrict to numbers or letters only within input

2 replies · opened Apr 1, 2020

JjohnjohnApr 1, 2020

Would the theme have built-in options to restrict the input fields?
For example, am creating a form with input field for a zipcode.
How to restrict it so that visitors 'must' type in 4 numbers and 2 letters?

And i also have a phonenumber input field, how to restrict it so that only numbers are allowed?

Thanks in advance

SSemicolon WebSTAFFApr 2, 2020

Hello,

You can use any of the HTML5 Field Type: https://www.w3schools.com/html/html_form_input_types.asp to restrict the Input types to the default format like type="tel" or type="number" for Phone Numbers. However, for Custom Validation Types like ZIP Codes, you will need to manually use Custom JS Regex Codes to Validate the Field as currently there are no built in methods available. We will try finding solutions for this in the Future Updates.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

JjohnjohnApr 3, 2020

Thank you for your reply and looking forward to having options in future updates.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard