Hi
I have a checkbox group in a form using the following code:
What do I have to add to the email template so we just receive the checked results?
Thanks
Paul
I have a checkbox group in a form using the following code:
Please select which vehicles you would like to receive a quote for:<br><br>
<label>
<input type="checkbox" name="vehicles" value="Audi S3 Quattro" id="vehicles_0">
Audi S3 Quattro</label>
<br>
<label>
<input type="checkbox" name="vehicles" value="Mercedes E Class" id="vehicles_1">
Mercedes E Class</label>
<br>
<label>
<input type="checkbox" name="vehicles" value="Mercedes S Class" id="vehicles_2">
Mercedes S Class</label>
<br>
<label>
What do I have to add to the email template so we just receive the checked results?
Thanks
Paul