Hi there,
I set up a custom Joomla registration form with Chronoforms and it works great. But I also want to run some custom code after the registration is saved.
My "on submit" event has the following:
- Joomla Registration
- Custom Code
- Display Message
In the Custom Code block, I just put the following:
But when I test the form, it registers the user account and displays the message, skipping straight over the custom code.
Help?
I set up a custom Joomla registration form with Chronoforms and it works great. But I also want to run some custom code after the registration is saved.
My "on submit" event has the following:
- Joomla Registration
- Custom Code
- Display Message
In the Custom Code block, I just put the following:
<?php
echo "HERE"; die();
?>
But when I test the form, it registers the user account and displays the message, skipping straight over the custom code.
Help?