• Resolved mrmckee

    (@mrmckee)


    If I have a check box set up like this:

    [checkbox mailing-list “Check here to receive email updates”]

    Is it possible in my corresponding email to specify yes or no depending on whether it is clicked?

    At the moment, it will return either nothing or “Check here to receive email updates” but if it is checked, I would simply like to return yes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the Message Body:

    [mailing-list] Receive mailing list: Yes

    And check: Exclude lines with blank mail-tags from output

    Thread Starter mrmckee

    (@mrmckee)

    Will that not return the mailing list value then?

    Yes, you’re right. My mistake. How about modifying your message in the FORM to:

    [checkbox mailing-list “Receive email updates?”]

    And in MAIL:

    [mailing-list]: Yes

    Thread Starter mrmckee

    (@mrmckee)

    Ah good thinking! Thank you!

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

The topic ‘Using an IF statement?’ is closed to new replies.