Does GF work with autoresponders or is that feature built into it?
Does GF work with autoresponders or is that feature built into it?
Yes, Gravity Forms already does this.
http://www.gravityforms.com/category/features/
Create Autoresponder Emails to Users
Send automatic emails to users in response to a submission. Add any form field content to your message to create professional and personalized messages.
Hi! Is it possible to create different auto-response emails based on a particular selection? For example - I have a drop down menu of 3 choices and depending on what my user chooses - I have a specific email response that I would like them to get. Is that possible?
jlwest595, you will most likely need to access gform_after_submission or gform_entry_created and create your own email submission (GFFormDisplay::send_emails($form, $entry)) using the filters to make any changes, or simply using wp_mail(), which is what GF uses. But that's my 2 cents...