CMS 10.6 Processing Form Data


Prerequisites:


Forms created via Form Builder require the CMS to process the form field data provided by users. In typical implementations, this processing happens via a form processor page. The form processor page generally completes one of the following actions with form data:

  • Sends an email.
  • Queries a database.

Important
Form processing methods do not validate form data. The CMS specifies validation elsewhere. See CMS 10.6 Validating User Input in Visual Form Builder for details.