• Hello every body I apologise for my english, I’m french
    I want to make a form five check box inside, Easy !
    The problem for me is what code do I have to write in my email to know which checkbox have been checked
    Thanks
    Fran?ois

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you make the checkbox like this:
    <label>Check the right box here
    [checkbox my-checkbox “man” “women” “child”]</label>

    And you put in the email body:
    [my-checkbox]

    Then in the mail will come the text of the checked box (eg: man, women, child).

    regards, Wilfried

    Thread Starter FrancoisHavas

    (@francoishavas)

    Thanks for your answer, but unfortunately it doesn’t work.
    Here is my form code :
    [checkbox mycheckbox label_first "Lundi 09" "Mardi 10" "Mercredi 11" "Jeudi 12" "Vendredi13"]
    and here is my email body:
    [mycheckbox]
    and nothing appear in my email

    Hello Francois,

    I did copy / paste of your code (to make sure I do exactly the same) and email body in existing form on my web. I checked the second label and in my mail say: Mardi 10

    I just did put the code somewhere between existing code. Does other code work like text etc?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to received checkbox result by email’ is closed to new replies.