What is actions, validations, etc.?

Top  Previous  Next

FPP v5 has several groups of features that help to process any form with very sophisticated requests. These groups are:

Field Validations - validation rules, responsible for validating user input (e.g.: email validation, ZIP code validation)
Actions - actions that have to be done after form submission (e.g.: send an email, put data to database, open a web page)
Modifiers - modifiers help to pre-format user inputted data by certain modification rules (e.g.: capitalize first letters of second name, set all letters of special field to lowercase)

Click on correspondent group for more information and features reference.