Skip navigation
just_johnny_two
Currently Being Moderated

Web Forms Sends Multiple Emails to Customer

May 14, 2012 1:40 PM

Tags: #web_form #email_form

I've got a form that allows a user to input some basic information and also register a username & password.

 

At the moment, it sends 2 emails when someone signs up. I'd like to limit this to one email.

 

One of the emails is the auto-responder attached to the form itself. The second email is the System Email that sends a user an email telling them what Secure Zones they have access to. I'd really like to keep the first one and disable the System Email.

 

I came across this code to append to the form action: &SAR=False - Unfortunately, this disables both emails...

 
Replies
  • Liam Dilley
    3,994 posts
    Feb 28, 2012
    Currently Being Moderated
    May 14, 2012 3:37 PM   in reply to just_johnny_two

    Use the new parameter. If you want to stop the password reset and username info email from being sent  add "&SWE=False" in the query string when creating a secure zone registration form.  

    The already existing parameter named "SAR", that decides whether the WebForm Submission Confirmation AND Secure Zone Login Details emails are sent remains unchanged. For the Secure Zone Login Details email specifically, if any of these parameters is set to "False", the email will not be sent.

     
    |
    Mark as:
  • Currently Being Moderated
    Jun 25, 2012 7:54 PM   in reply to Liam Dilley

    Hi, is there a way to reverse this? I would like to have the System email sent out and not the auto-responder. Appreciate any information you might have on this.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points