Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter VMui

    (@vmui)

    Thanks Tobias, it works great now.

    Thread Starter VMui

    (@vmui)

    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.

    Thread Starter VMui

    (@vmui)

    I still want the mail (2) to be sent out to my client, I just don’t want a copy of it sent to me every time it gets sent. I hope this is possible.

    Hi Tabias,

    First off, kudos for a great plugin.

    My question is regarding the CSS code that you provided above which allows the display of the table borders. For some reason, it’s not showing properly on our website, please see here: https://www.thewack.ca/s3-week-3/

    As you can see, the top and the right borders are missing. Do you know what the problem is?

    Thanks,
    Vic

Viewing 4 replies - 1 through 4 (of 4 total)