Form PHP difficulty

rbailey

New Member
I am trying to run a simple php script onAfterProcess and it does not appear to be running at all. I inserted a basic script that I know has an error in it to test it out. If I set it to run at any point during the loading of the page/form the error appears on the page. Anything that takes place after the Submit button is pressed no error message appears and it does not appear as if any of the script has been run. Does anybody have any suggestions on how to fix this?
 
Also, the reason you don't see error messages from the submission is that there is always a redirect once submission is complete. So no output from the submission processing ever reaches the browser.

If you enable Fabrik Debug (in the global options) and append &fabrikdebug=2 to the URL that loads your form, Fabrik will not do any redirection after submission, so you can see any errors being thrown. Also, make sure you set error reporting to max in the J! global config.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top