Form with conditional send logic?

Is there a way to setup the Wix forms to send an email notification based on criteria in the form.

For example “General Enquiry” would go to a different person/email than “Feedback” would.

I can do this in Wufoo and Paperform, but i was hoping to keep everything in Wix if possible, but can’t seem to figure it out.

Thanks

1 Like

I see 2 options here:

  1. Track onWixFormSubmit () event and based on the value of the dropdown send the desired triggered email.

  2. Build a form with regular input elements (not Wix Forms) and send either a triggered email, or using sendgrid NPM . Again, the recipient should be send in code based on the value of the dropdown .

Thanks for the tips, i’ll check them out.

@joelarmstrong47 Have you been able to resolve this issue? I am having the same need and wanted to know if you have found some other ways to solve the possibility of sending the email to different emails depending on the criteria.

Thanks

Hey @Ariel_Pont_Eidos_Glo!

I’d recommend opening your own topic for future questions.

While we’re here, it’s possible to add conditions to Automations now.

Perhaps setting up an Automation along with conditions would work. If X field in the form equals Y value, send email to this person. If Z field in the form equals W value, then send email to another person.