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

API to third party solutions

Author: Eileen Wilde Reference Number: AA-00179 Views: 8381 Last Updated: 09/27/2010 09:13 AM 0 Rating/ Voters

This script allows for 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 URL. e.g.: http://example.com/foo.php?name=Edward&password=abc123

“name=Edward” and “password=abc123” is data received from the form after the user entered “Edward” in the “name” field and “abc123” in the “password” field.

Also you can send it or not to send depending on condition:

http_request = http://example.com/foo.php[, condition]

More information about conditions that you can use here you can find in this article: Optional Email Sending

Note
This action runs in background, script sends HTTP request and displays thank you page to submitter. This action cannot be used as last page of form.