Sorry, we don't support your browser.  Install a modern browser
This post is closed.

Input data validation with Regular Expressions#213

Validation of user input to ‘Open Questions’ using regular expressions, like we do in Google Forms.

It gives flexibility to the bot builders to define any format he likes to.

Ex: When we take postal code from the visitor, it should be validated according to the applicable local formats. In US, they use 5-digit numerics, while in India, we use 6-digit numeics. In UK, they use 6-8 characted alpha numerics.

4 years ago
Changed the status to
Under consideration
4 years ago

We added a a basic validation rules on the Open questions object. Regular expressions on the other hand are available on our Conditional logic object. You can find more information here https://help.continual.ly/article/390-how-to-validate-leads-input-using-regular-expressions

a year ago
Changed the status to
Archived
a year ago