Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I followed your instructions and I was able to send out an e-mail from a selection tool.
    My next goal is to determine how to send out the e-mail to two different addresses.

    I have the following code, and I attempt to use [your-recipient] for the “To” and I receive the message: “This field has syntax errors.” I believe the field is looking for something in the e-mail format and not variables. How do I work around this?
    ____________________________________________________________
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Phone (required)
    [tel* your-phone] </p>

    <p>Subject
    [select your-subject “Important Marriage”
    “Important Baptism”
    “Hospital Visitation”
    “Important Funneral”
    “Counseling Request”
    “Thank-you”
    “Building And Grounds”
    “Requests for Web-Site”] </p>

    <p>Your-Recipient
    [select your-recipient “Church Office Manager|[email protected]
    “Building and Grounds|[email protected]; [email protected]
    “Web-master|[email protected]”] </p>

    <p>Your Message
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

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