Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

Does Form Processor Pro have an API? How can I use it?

Author: Eileen Wilde Reference Number: AA-00187 Views: 8101 Last Updated: 06/17/2009 02:34 PM 0 Rating/ Voters

The script allows redirection of all form data to another page via a GET request. This can be used as an API to third party scripts and for further data processing.

Example:

http_request = http://example.com/foo.php

This will open http://example.com/foo.php with your form data in a URL, e.g.: http://example.com/foo.php?username=Edward&password=abc123

“username=Edward” and “password=abc123” is data received from the form after user entered “Edward” in the “username” field and “abc123” in the “password” field. This data is sent to the “foo.php” script by the GET request method.