i have read the other posts on this topic and quite frankly i don' understand the answers any help would be greatly appreciated.
this is the problem i have a section in my form that has 10 check boxes here is the code from the form:
if multiple check boxes are checked the first one only shows up in the email here is the email template for the check box area:
what i would like is for the email to show all choices that have been checked.
i am just learning how to edit and need the answer broken down in it's most simple form
thanks
this is the problem i have a section in my form that has 10 check boxes here is the code from the form:
class="form_element cf_checkbox"><label class="cf_label"></label><div class="float_left"><input value="HIV/AIDS" class="radio validate-one-required" id="HIV/AIDS" name="HIV/AIDS" type="checkbox"><label for="HIV/AIDS" class="check_label">HIV/AIDS</label><br><input value="Diabetes" class="radio" id="Diabetes" name="Diabetes" type="checkbox"><label for="Diabetes" class="check_label">Diabetes</label><br><input value="Cancer" class="radio" id="Cancer" name="Cancer" type="checkbox"><label for="Cancer" class="check_label">Cancer</label><br><input value="Heart Attack" class="radio" id="Heart_Attack" name="Heart_Attack" type="checkbox"><label for="Heart_Attack" class="check_label">Heart Attack</label><br><input value="High Blood Pressure" class="radio" id="High_Blood Pressure" name="High_Blood Pressure" type="checkbox"><label for="High_Blood Pressure" class="check_label">High Blood Pressure</label><br><input value="Asthma" class="radio" id="Asthma" name="Asthma" type="checkbox"><label for="Asthma" class="check_label">Asthma</label><br><input value="Stroke"
class="radio" id="Stroke" name="Stroke" type="checkbox"><label for="Stroke" class="check_label">Stroke</label><br><input value="Depression Requiring Medication" class="radio" id="Depression_Requiring Medication" name="Depression_Requiring Medication" type="checkbox"><label for="Depression_Requiring Medication" class="check_label">Depression Requiring Medication</label><br><input value="Other Major Illness" class="radio" id="Other_Major Illness" name="Other_Major Illness" type="checkbox"><label for="Other_Major Illness" class="check_label">Other Major Illness</label><br><input value="None
"
class="radio" id="None
"
name="None
" type="checkbox"><label for="None
"
class="check_label">None
</label><br></div></div>
if multiple check boxes are checked the first one only shows up in the email here is the email template for the check box area:
Have you been diagnosed with any of the following conditions? Please check all that apply. If none, please check none.
{HIV/AIDS}: HIV/AIDS
{Diabetes}: Diabetes
{Cancer}: Cancer
{Heart_Attack}: Heart Attack
{High_Blood Pressure}: High Blood Pressure
{Asthma}: Asthma
{Stroke}: Stroke
{Depression_Requiring Medication}: Depression Requiring Medication
{Other_Major Illness}: Other Major Illness
{None}: None
what i would like is for the email to show all choices that have been checked.
i am just learning how to edit and need the answer broken down in it's most simple form
thanks