Really appreciate your answer. I’ve done what you suggest and have the data saving to a dataset. The issue is the form itself doesn’t submit, so an attached automation does not fire. Any ideas?
I’ve googled for firing an automation from corvid but no luck.
I’ve created an appointment booking form for a company with a number of locations. Each individual store has it’s own contact email address (saved in a drop down). When the user makes their booking request the store needs to be alerted to the booking, and the customer also needs a confirmation email. So really all I want is two emails going out at the same time.
I have seen an email via sendgrid example going around but that is relying on a third party service and hand coding the email content. Not something simple I can hand over to the end users to tweak in future.
I couldn’t see a way to set up two email automations from the same form, so my cunning plan was to dump all the inputs into a second hidden form (swapping the store email into the email field) and then programtically submit this second form, launching it’s own email automation. Two forms, two email automations. Done