Dec 19th, 2012, 1:23 PM
How do you wish to post the data to the external server? Write directly to a database on the server?
You could try:
Adding some code at the top of the process.php file, connecting to the external server, and write the data. Once that code is executed, the submission will store it FT as usual.
Or, use the Submission Pre-Parser Module to execute your code before the submission is stored in FT.
http://modules.formtools.org/submission_pre_parser/
Emails sent from FT are optional upon submissions.
Capthca info: http://docs.formtools.org/api/?page=ft_a...ay_captcha
You could try:
Adding some code at the top of the process.php file, connecting to the external server, and write the data. Once that code is executed, the submission will store it FT as usual.
Or, use the Submission Pre-Parser Module to execute your code before the submission is stored in FT.
http://modules.formtools.org/submission_pre_parser/
Emails sent from FT are optional upon submissions.
Capthca info: http://docs.formtools.org/api/?page=ft_a...ay_captcha