I have three different forms that the user needs to fill out and submit. After the user submits all three forms, I want to send a thank you email. How do I set this up? The user can complete the forms in any order he wants. Thank you.
This can be done, but it's tricky. You need to make sure the users are registered WordPress users and capture the user id in the forms. You'll also have to add the same conditional email action to all three forms. When each form is filled out, you would need to check for the entries in the other forms to trigger the email conditions.
Please login or Register to submit your answer