How to send an email if there is a checked field

Send an email based on a checkbox selection in ChronoForms.

Overview

The issue is needing to conditionally send an email only when a specific checkbox is checked in a form.
Use an Event Switcher action in the form's On Submit event. Configure it to run a send email action if the checkbox is checked, otherwise skip to the next action.

Answered
ChronoForms v6
Mo MorenoPrima 31 Jan, 2019
Hi,
inside the form that I have created, I added a checkbox field.
If a user checked this field then he have to receive an email.
How can I do that?

Thanks,
Moreno
Gr GreyHead 01 Feb, 2019
Answer
Hi Moreno,

Use an Event Switcher action in the form On Submit event. Set one event send_email, if the box is checked run that event, if not skip to the next action.

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