lawmaina78
New Member
Form plugin event "End of form submission (onAfterProcess)" not working for new form, only works when editing an existing form, even though I have set it to work on both.
This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.
Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.
We have reverted the code change and released 4.4.1. V4.4 has been retracted.
Sorry for any inconvenience.
See the details here
Error messages? (enable a Joomla error reporting level).When you say not working, is it just not running or does something bad happen?
It's working on my site on edit and on new.
Error messages? (enable a Joomla error reporting level).
Which exact Fabrik, Joomla, php version?
Anything in your code related to new/existing records (e.g. trying to use non-existing data on new)? Try to debug.
When you say not working, is it just not running or does something bad happen?
Debug = put stuff like var_dump($some-variable);exit; into your code to see where it's (not) going, what you exactly get etc. ("Passing null..." sounds like an empty/not set variable)Anything in your code related to new/existing records (e.g. trying to use non-existing data on new)? Try to debug.