Major problem with form plugins

Status
Not open for further replies.

jfquestiaux

Well-Known Member
In a form I have two PHP plugins: one set onBeforeLoad (front end - new) and the other onAfterProcess (front end - new).

The problem is that it is always the onBeforeLoad plugin that gets fired, even when you submit the form.

This form used to work before upgrading to J 3.2/Fabrik 3.1 RC2

I am in my last test phase before launch and because of this I can't test much.
 
I don't see that at all.
I have two PHP plugins,

one set for on before load with this script:
PHP:
echo "on before load";
exit;

the other on after process:
PHP:
echo "on after submit";
exit;

Here's a video of the form behaving as expected:

http://screencast.com/t/bV8RYoIJux
 
Well it seems that I had to delete them, save the form then re-installing them so they work now. Opening and re-saving the form itself is not enough.

So off to do that with all my forms!
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top