Tank you for this great tool!
I try to send an email dynamicly. (How to send an Email dynamically)
The Code from CF V4 is not working any more.
<?php
if ( !empty($form->data['input_checkbox_1']) && ($form->data['input_checkbox_1'] == '1') ) {
$form->set("email_77", "enabled", 1);
}
?>
$form->set => gives an error!
Which new code we have to use with CF V5?
Peter
I try to send an email dynamicly. (How to send an Email dynamically)
The Code from CF V4 is not working any more.
<?php
if ( !empty($form->data['input_checkbox_1']) && ($form->data['input_checkbox_1'] == '1') ) {
$form->set("email_77", "enabled", 1);
}
?>
$form->set => gives an error!
Which new code we have to use with CF V5?
Peter