DOCUMENTATION

Search »

Tutorials

General

A simple step-by-step tutorial on how to add your first form to Form Tools.
A step-by-step tutorial on how to add the simplest type of form: a POST form.
This tutorial explains how to add client-side validation to your forms using the bundled RSV (Really Simple Validation) script.
A simple tutorial to explain how to set up Form Tools to allow clients to VIEW submission data, but not be able to edit any of the values or delete the submission.
Forgot your administrator password? Email reminder not being sent? Don't panic! Here's how to reset your password.
This tutorial explains how to set up a form so multiple client accounts can add data to it, but can only edit the data they themselves created.

API v1.x (Form Tools 2)

This tutorial explains how to use the Form Tools API v1.x to submit a single-page form.
This explains how to integrate a multi-page form with Form Tools.
This tutorial explains how to use the API functions to re-fill your form fields. This can be handy with multi-page forms when the user can go back and forth between the pages.

API v2.x (Form Tools 3)

This tutorial explains how to use the Form Tools API v2.x to submit a single-page form.
This explains how to integrate a multi-page form with Form Tools.
This tutorial explains how to use the API functions to re-fill your form fields. This can be handy with multi-page forms when the user can go back and forth between the pages.
This tutorials explains how to add server-side validation to your forms, using the built-in PHP Validation script.
This tutorial leads you through the process of adding a reCAPTCHA (image verification) to your POST form, helping fend off spam.
A tutorial that explains PayPal's IPN (Instant Payment Notification) service and how to integrate it with your Form Tools form.