DOCUMENTATION

Search »

Adding a multi-page form with the API

This tutorial is for version 1.x of the API, which is for Form Tools 2. If you're using Form Tools 3, please check out this tutorial instead.

This tutorial explains how to integrate your multi-page form with Form Tools using the API functions to store and submit the form submissions. If you've read the Adding a single page form with the API tutorial, very little in this tutorial will be new.

Assumptions

In order to follow this tutorial, you'll need to have done the following:

  • You've already created your web form pages including a "thank you" page where the user will be directed to after a successful submission.
  • The pages are accessible via a web browser on a server running PHP.