PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

GF & Autoresponders

  1. mvassell1
    Member

    Does GF work with autoresponders or is that feature built into it?

    Posted 13 years ago on Saturday June 12, 2010 | Permalink
  2. 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.

    Posted 13 years ago on Sunday June 13, 2010 | Permalink
  3. jlwest595
    Member

    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?

    Posted 11 years ago on Friday June 8, 2012 | Permalink
  4. 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...

    Posted 11 years ago on Saturday June 9, 2012 | Permalink