I searched the forum and come across the following code to disable the email sending. Is this right? It doesn't seem to work. I have tried the following code inside an if statement and also as the very last statement in my onsubmit before email. No matter what I do, it doesn't work. I'm using Joomla 1.5.15 and ChronoForms 3.1 RC5.5
Thanks,
Kris
$MyForm =& CFChronoForm::getInstance('my_alerts');
$MyForm->setFormData('emailresults', false);
Thanks,
Kris