• Resolved theonceler

    (@theonceler)


    Using the booking form, I am trying to ensure the same data gathered from a customer’s reservation (calendar) is populating to the email notifications which are sent to the admin when a reservation is make using the calendar. The problem I’m having is that, the short code only works on certain fields, from the Zip Code and above (example below). I can’t understand why the # of Visitors, Children or written Notes from the comments field are not coming through.

    Here’s what I have in the Calendar fields and the Email template fields. The one constant is the word text* prior to the name in brackets. What is it about the text* that makes them function? Do I need to add this to each one?

    [calendar]


    First Name (required):
    [text* name]

    Last Name (required):
    [text* secondname]

    Mailing Address (required):
    [text* address]

    City (required):
    [text* city]

    State (required):
    [text* state]

    Zip Code (required):
    [text* zip]

    Email (required):
    [email* email]

    Phone:
    [text* phone]

    Adults:
    [select visitors "1" "2" "3" "4"]

    Children:
    [select children "0" "1" "2" "3"]

    Email Template fields.

    <b>First Name</b>: <f>[name]</f><br>

    <b>Last Name</b>: <f>[secondname]</f><br>

    <b>Mailing Address</b>: <f>[address]</f><br>

    <b>Phone Number</b>: <f>[phone]</f><br>

    <b>City</b>: <f>[city]</f><br>

    <b>State</b>: <f>[state]</f><br>

    <b>Zip Code</b>: <f>[zip]</f><br>

    <b>Adults</b>: <f>[select visitors "1" "2" "3" "4"]</f><br>

    <b>Children</b>: <f>[select children "0,1,2,3"]</f><br>

    Everything from the Zip Code up is working. However, the bottom 2 I can’t seem to get to populate the data to appear on the email notifications. Below is the actual email notification.

    First Name: Jay
    Last Name: Mo
    Mailing Address: 55555 Pondview LN
    City: CL
    State: AZ
    Zip Code: 55555
    Adults: [select visitors “1,2,3,4”]
    Children: [select children “0,1,2,3”]

    Please advise, Thank you. The Onceler

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Shortcode for Email Templates’ is closed to new replies.