|
|
API to third party solutions
Author: Eileen Wilde Reference Number: AA-00179 Views: 8861 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:
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:
More information about conditions that you can use here you can find in this article: Optional Email Sending
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.
|
|
|