I would like to use ChronoForms to present a yes/no quiz. Instead of emailing the results - I would like to show the results on a new page. Doing this in a static site with a php script running after the submit button is strait forward but how would I do this in Joomla/ChronoForms?
I have not attempted this yet. I am just trying to get a high view of the process but after reviewing the ChronoForms on the back end, is it just a matter of putting your PHP code in the Form Code tab > onSubmit Events Code > after sending email? Could it be that simple.
Thanks for any input offered.
kevin
I have not attempted this yet. I am just trying to get a high view of the process but after reviewing the ChronoForms on the back end, is it just a matter of putting your PHP code in the Form Code tab > onSubmit Events Code > after sending email? Could it be that simple.
Thanks for any input offered.
kevin
Hi Kevin,
For the simplest scenarios, it's as simple as that. You generally benefit from using the Joomla API whenever you interact with any resources from Joomla, though any valid PHP-code "should" work.
/Fredrik
For the simplest scenarios, it's as simple as that. You generally benefit from using the Joomla API whenever you interact with any resources from Joomla, though any valid PHP-code "should" work.
/Fredrik
This topic is locked and no more replies can be posted.