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.
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.