Home › Forums › Quform PHP › Show Actual Selected Response in Email
This topic is: not resolved
- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by Ally.
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- July 25, 2017 at 5:19 pm #21519GazelleParticipant
Good afternoon everyone,
In my form I am using multiselect and multicheckbox fields, and while they work fine, in the email I receive, as opposed to saying what the user actually selected, it just says “Multi option 1.” For example, I have:
<div class="quform-element quform-element-checkbox"> <div class="quform-spacer"> <label>7. Overall I am happy with the services I have received.<span class="quform-required">*</span></label> <div class="quform-input"> <div class="quform-options quform-options-inline"> <div class="quform-option"> <label><input name="multi_checkbox7[]" value="One" type="checkbox" />Less than expected</label> </div> <div class="quform-option"> <label><input name="multi_checkbox7[]" value="Two" type="checkbox" />As expected</label> </div> <div class="quform-option"> <label><input name="multi_checkbox7[]" value="Three" type="checkbox" />More than expected</label> </div> <div class="quform-option"> <label><input name="multi_checkbox7[]" value="Four" type="checkbox" />Consistently more than expected</label> </div> </div> </div> </div> </div>
As opposed to sending the email saying they selected “More than expected,” it instead just says “three’ in the email field. Any help would be appreciated.
- This topic was modified 7 years, 4 months ago by Gazelle.
July 31, 2017 at 12:58 pm #21553AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.