Checkbox Name showing in Email results?
-
How do I control what shows in the email results of a Caldera Form for multiple required checkboxes.
My form html looks like this, for one such check box:
<div class="checkbox"> <label for="fld_8416795_1_opt1868449"> <input data-parsley-required="true" data-parsley-group="fld_8416795_1" data-parsley-multiple="fld_8416795_1" type="checkbox" data-label="Felony" data-field="fld_8416795" id="fld_8416795_1_opt1868449" class="fld_8416795_1 option-required" name="fld_8416795[opt1868449]" value="Felony" > Felony</label> </div>
The client is seeing the Option Field name in the form results and is bothered by this, what do I change???
They see:
{“opt1868449″:”Felony”}I have no idea where this is generated, thus how to change the emailed results.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Checkbox Name showing in Email results?’ is closed to new replies.