-
Notifications
You must be signed in to change notification settings - Fork 12
Apply Validation to Forms
teodorpk edited this page Aug 1, 2018
·
2 revisions
You can validate your form fields using the validation options available in the properties panel.
First select the field you'd like to validate:
In the properties panel add new validation rule:
You will see the validation rules, grouped in categories like: text, numbers, date & time:
Select the one you need and add it. We add a required validation:
You can customize the error text:
Add as many rules as you need for this field:
We open the text validation rules category:
And select alphanumeric rule:
You can customize the error message. Also you can remove a rule from a form field by clicking on the blue checkbox:
The validation rules will prevent the form from submitting until all the fields are properly filled:
© Wappler 2018
- Home
- Getting Started
- How-to Guides
- Project Manager
- Bootstrap 4 Visual Designer
- Image Galleries & Animations
-
Server-side Components
- Connecting to a Database
- Creating Database Queries
- Binding Data on the Page
- Formatting Dynamic Data
- Filter Data with Text Input
- Filter Data with URL Param
- Dynamic Select Menu
- Dynamic Sortable Table
- Dynamic Paging
- Server Side Includes (SSI)
- Insert Database Record
- Get Inserted Record ID
- Delete Database Record
- JSON Data Sources
- Send Form to Email
- Debugging Problems
- Security & Login
- Form & Data Validation
- Notifications & Alerts
- Mobile Apps