• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Web Forms Sends Multiple Emails to Customer

Community Beginner ,
May 14, 2012 May 14, 2012

Copy link to clipboard

Copied

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...

TOPICS
Web apps

Views

897

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 14, 2012 May 14, 2012

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.

Votes

Translate

Translate
LEGEND ,
May 14, 2012 May 14, 2012

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
May 15, 2012 May 15, 2012

Copy link to clipboard

Copied

That worked great, where did you find that information? Is there a page with a full list of parameters that can be used in form actions?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 25, 2012 Jun 25, 2012

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines