Replies: 0
Can anyone help?
I am trying to create a multiple choice answer sheet whereby the user will fill out the check boxes for 30 questions, hit send and I will receive an email with all 30 multiple choice answers.
I can achieve this with one using the following code:
Form:
<label> Question 1 * </label>
[checkbox sender-topics use_label_element “A” “B” “C” “D”]
Mail:
Question 1: [sender-topics]
But when I copy and paste to use this for question 2, it doesn’t work.
Really need some help, please.