DOCUMENTATION

  • Developer
Search »

Form Integration

The following functions were written to simplify your job of integrating your forms with Form Tools. Click on any of the following links for more information.

Called on every one of your External Form pages. This function does all the dirty work of getting the unique submission ID, starting sessions to store your form values and other such helpful functionality.
Submit your form information to Form Tools via PHP code, rather than directly posting it to process.php. This function lets you submit the entire submission in one go, or page by page for multi-page forms.
Clears sessions for a form.
Displays an image that has been uploaded through the form.
Creates new submission in the database form table. Generally you don't need to deal with this function, since it's called implicitly by initFormPage.