Hello Max...
For the next forms I need the functions mentioned above. Are these in the foreseeable future?
For the next forms I need the functions mentioned above. Are these in the foreseeable future?
Ok, and the ability to run the email action dependent on a checkbox. So, checkbox selected, then execute this email action.
what is "Section" ?
for the checkbox, you can use PHP, and use the Events behavior:
Then you drag the email inside the "run_email" event.
for the checkbox, you can use PHP, and use the Events behavior:
if(!empty($this->data("checkbox_name"))){
return "run_email";
}
Then you drag the email inside the "run_email" event.
You need to login to be able to post a reply.