Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter matteous91

    (@matteous91)

    Hi,

    I just checked and Mail 2 is not set.

    I also checked the groups in my email message and they should be right:

    This is my CF code:

    [group group-book]
    <label> Number of guests Gallery*
    [number* number-people]</label>
    [/group]

    [group group-book-2]
    <label> Number of guests * (min 10 people)
    [number* number-people-all min:10]</label>
    [/group]

    And this is my email message code:

    [group-book]
    Number of Guests: [number-people]
    [/group-book]
    [group-book-2]
    Number of Guests: [number-people-all]
    [/group-book-2]

    Everything should be fine.

    But I’m not still getting why I get a clean email on gmail (without code) and my customer, which probably uses a different mail client, get a dirty email (with code in it)

    My email:

    (blank space)
    Number of Guests: 6
    (blank space)
    (blank space)
    (blank space)
    (blank space)

    customer email:

    [group-number-1]
    Number of Guests: 6
    [/group-number-1]
    [group-number-2]
    Number of Guests:
    [/group-number-2]

    Any other advice?

    Thanks

Viewing 1 replies (of 1 total)