I realised an issue though in the above approach.
I use radio selection box as a field, and when you do so you have in the options "XXXX= YYY YYY " . using the above method you receive the XXXX and not the YYY YYY which is the right format!
is there any way to output the YYY YYY
thanks.
I have an other issue now. When the messege from the modal window is sent, I get a blank white page and can not figure out how to load the previous page again.
Any idea?
thanks.
Dear Bob, thank you for replying, but the problem here is not the error reporting. is the fact that after submitting the pop up form, i get a white blank page, which is something that I do not want to and do not know how to control it, change it, handle it.
Hi faitas,
Sorry, you've lost me completely, I don't know what the problem is? Usually a blank white page is caused by a PHP Error that needs to be fixed.
Bob
Hi.
it should not be any conflict related to PHP. I double, tripple checked that.
even in a new joomla installation without anything else installed appart from chronoforms after sending the messege I get redirected to the site
http://<website>/index.php?option=com_chronoforms&email=email@gmail.com&tmpl=component&chronoform=email_form&event=submit
which is a blank page.
Hi faitas,
I still have no idea what your form is doing - or how you have it set up :-(
If you are using that URL somewhere then it needs to be option=com_chronoforms5 with the 5 at the end if you are using ChronoForms v5.
Bob
the solution here turned out to be so easy at the end... 😲
just use the RedirectUser instead of the RedirectURL , or both of them, hut having the Redirect User as the last action!
Hi Faitas,
Yes, the ReDirect User action has to be the last action because when it runs it redirects the user somewhere else away from ChronoForms.
Bob