<!-- Question checkbox -->
<div class="question-box">
<label class="label-title">Here comes the question...</label><br><br>
<input type="checkbox" id="1" name="contact[Situatie]" value="1" /><span>Hairloss</span><br>
<input type="checkbox" id="2" name="contact[Situatie]" value="2" /><span>Dandruff</span><br>
<input type="checkbox" id="3" name="contact[Situatie]" value="3" /><span>Dry hair</span><br>
<input type="checkbox" id="4" name="contact[Situatie]" value="4" /><span>Oily hair</span><br>
<input type="checkbox" id="5" name="contact[Situatie]" value="5" /><span>Psoriasis</span><br>
<input type="checkbox" id="6" name="contact[Situatie]" value="6" /><span>Itchy</span><br>
<input type="checkbox" id="7" name="contact[Situatie]" value="7" /><span>Bald spots</span>
</div>
Hello everyone,
I am making some kind of 'product advice' form for my customers. They have to fill in a couple of questions (radio boxes, checkboxes, open questions) so that I know what product would be the best for their concern.
One question gives them the possibility to check multiple boxes (checkboxes). However, when I get the email with answers, only the data of the last checked checkbox will come through.
How can I get the data of all checked checkboxes in the email and not only the last one?
Thank you very much,
Justin
User | Count |
---|---|
13 | |
12 | |
7 | |
4 | |
4 |