Custom Email [GH]

dspweb 15 Jul, 2015
Hi,
there is a version of this plugin for chronoform v5?

Thanks,
best regards

dspweb
GreyHead 15 Jul, 2015
Hi dspweb,

No, not so far at least - but most of the extra functionality is now in the standard action. What do you need to do?

Bob
dspweb 15 Jul, 2015
The conditional event.

But it's possibile to use the custom event switcher, right? 🙂

thanks
GreyHead 15 Jul, 2015
Hi dspweb,

Yes, exactly - in the simplest case add an Event Switcher with one event 'send_email', add code something like this
<?php
If ( !empty($form->data['send_email']) ) {
  return 'send_email';
}
?>
add an Email action to the 'send_email' event.

Bob
This topic is locked and no more replies can be posted.