Jun 22nd, 2015, 5:28 AM
Is possible to send submission to other php script? If yes, what i should change in modules/form_builder/published/ file?
The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Send Submission to other php script
|
Jun 22nd, 2015, 5:28 AM
Is possible to send submission to other php script? If yes, what i should change in modules/form_builder/published/ file?
Jul 14th, 2015, 2:45 AM
My experience,
I mark each field that I want to share with other PHP script as Pass-On. Then I can read the values in my Redirect URL page (or the thankyou page, that is the other PHP script) to do my thing. My case, I need to respond to the user the Submission ID. |
« Next Oldest | Next Newest »
|