Hello,
I'm using the basic contact form from the demo section in Joomla embedded in an article as plugin.
After submitting the page reloads and a confirmation message is displayed in a modal. But I can't get the form to reset and reload, the area is just blank.
I alread tried to reset the form with the custom code and Loop Event I found on the forum but it's not working:
Warning: Creating default object from empty value in .../libraries/cegcore2/admin/extensions/chronofc/helpers/parser.php(100) : eval()'d code on line 2
Do you have any advice?
I'm using the basic contact form from the demo section in Joomla embedded in an article as plugin.
After submitting the page reloads and a confirmation message is displayed in a modal. But I can't get the form to reset and reload, the area is just blank.
I alread tried to reset the form with the custom code and Loop Event I found on the forum but it's not working:
<?php $form->data = array(); ?>The following error is displayed:
Warning: Creating default object from empty value in .../libraries/cegcore2/admin/extensions/chronofc/helpers/parser.php(100) : eval()'d code on line 2
Do you have any advice?