MyFormworks / Formworks

Formworks is a framework for building forms from JSON files.
https://myformworks.github.io/Formworks/
MIT License
6 stars 1 forks source link

Create Regex rules for our email and phone number components. #45

Closed Galdineris closed 4 years ago

Galdineris commented 4 years ago

Forms not only receive data but can also apply validation to some of the fields. In our framework, we have a number of text fields that would require special validation. With that in mind, we decided to use regular expressions and need to build those into our framework.