• Resolved andrewdd1

    (@andrewdd1)


    I’m getting the first part of the shortcode [group-ip] showing in my email sent. The conditional fields do not appear, just the short code opening. I have checked Exclude lines with blank mail-tags from output and Use HTML content type. Please help, Thanks.

    Form:

    <label>LocationToggle <span class="red">*</span></label>
    [select* LocationToggle "In-Person" "Online"]
    
    [group group-ip]
        <label>LocationAddStreet1 <span class="red">*</span></label>
        [text* LocationAddStreet1]
    
        <label>LocationAddStreet2</label>
        [text LocationAddStreet2]
    
        <label>LocationAddCity <span class="red">*</span></label>
        [text* LocationAddCity]
    
        <label>LocationAddState <span class="red">*</span></label>
        [text* LocationAddState]
    
        <label>LocationAddZip <span class="red">*</span></label>
        [text* LocationAddZip]
    [/group]

    Email:

    <b>LocationToggle:</b> [LocationToggle]
    [group-ip]
    <b>LocationAddStreet1:</b> [LocationAddStreet1]

    <b>LocationAddStreet2:</b> [LocationAddStreet2]

    <b>LocationAddCity:</b> [LocationAddCity]

    <b>LocationAddState:</b> [LocationAddState]

    <b>LocationAddZip:</b> [LocationAddZip][/group-ip]

    Output in Email:

    LocationToggle: Online
    [group-ip]

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

The topic ‘Email still showing short code’ is closed to new replies.