Hello,
I need to say, that Chronoform is a great component.π Thank you!
I tried to make a form and template email which will use php to generate text depend on which checkfield was chosen. And i did - it worked fine - like this:
When I wanted to add Email Verification it stopped working good...
Email Verification works great and there is still sending Email when Email Verification is completed, but then $_POST is empty, and I don't know how to generate email depend on value of field in the form...
Can anyone help me?
Thanks a lot.
Antek
I need to say, that Chronoform is a great component.π Thank you!
I tried to make a form and template email which will use php to generate text depend on which checkfield was chosen. And i did - it worked fine - like this:
<?php
$var =JRequest::getVar('radio0', '', 'post');
switch ($var) {
case "Warsaw":
... ?>
When I wanted to add Email Verification it stopped working good...
Email Verification works great and there is still sending Email when Email Verification is completed, but then $_POST is empty, and I don't know how to generate email depend on value of field in the form...
Can anyone help me?
Thanks a lot.
Antek