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

Top  Previous  Next

Script allows redirecting all form data to another page via GET request. This can be used as 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?username=FPP5&password=abc123

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