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.

Send Email After Customer Submits Email Address

  1. Hi everyone,

    How can I set up Gravity Forms so an email is sent to my customer when they submit their email address?

    What I want to do: my customer submits their email address to receive an instant 1 time email in their inbox with a full application form (i.e. not registration for ongoing emails or newsletters etc.)

    
Appreciate help understanding how this can be done with Gravity Forms.

    Thanks in advance.

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink
  2. OK. I worked it out.

    Realized I had not been filling out the "Notification to User" area properly. That was blocking the automatic email going out.

    Also discovered that by adding the following code to functions.php the form shortcode would appear properly in the WP sidebar widget :

    add_filter('widget_text', 'do_shortcode');

    Therefore, no longer need help.
    Cheers and have a great day.

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink
  3. Thanks for the update and congratulations on working that out.

    Posted 11 years ago on Tuesday September 4, 2012 | Permalink

This topic has been resolved and has been closed to new replies.