Send Submission to other php script - wmp - Jun 22nd, 2015
Is possible to send submission to other php script? If yes, what i should change in modules/form_builder/published/ file?
RE: Send Submission to other php script - chalorlay - Jul 14th, 2015
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.
|