Here is the Mail input, which works just fine:
To: [email protected]
From: [your-name] <[your-email]>
Subject: my subject
Additional Headers: “empty”
Message Body:
From: [your-name] <[your-email]>
Subject: My subject
Name: [your-name]
Email: [your-email]
Phone: [phone]
Company: [text]
—
This e-mail was sent from a contact form from mydomain
“unchecked” Exclude lines with blank mail-tags from output
“unchecked” Use HTML content type
No file attachment.
=========================================================================
Here is the Mail 2 input, which also works fine, my clients receives them, I just don’t want a copy sent to me as well every time.
To: [your-email]
From: My email
Subject: My Subject
Additional Headers: reply-to: my email
Message Body:
Hi [your-name],
Thank you for signing up for our complimentary Activities Interest Assessment.
“unchecked” Exclude lines with blank mail-tags from output
“checked” Use HTML content type
No file attachment.
=========================================
I just read some info under “Additional Settings”, would this JavaScript Code control what I want?
JavaScript Code
on_sent_ok: “alert(‘sent ok’);”
on_submit: “alert(‘submit’);”
If you set on_sent_ok: followed by a one-line JavaScript code, you can tell the contact form the code that should be performed when the mail is sent successfully. Likewise, with on_submit:, you can tell the code that should be performed when the form submitted regardless of the outcome.