I have set of checkboxes on an externally hosted form.
<div class="col-md-12 clearfix"> <p>I am willing to (check all that apply)</p> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Company Name" /> Allow CoreSite to use my company name in marketing materials</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Company Logo" /> Allow CoreSite to use my company logo in marketing materials</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Quote" /> Give a short quote to be used in marketing materials</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Press Release" /> Participate in a CoreSite press release</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Case Study" /> Participate in a written case study</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Video Interview" /> Work with CoreSite to create a video interview</label> </div> <div class="checkbox col-md-12"> <label><input type="checkbox" name="preference" value="Reference Call" /> Participate in a CoreSite customer or prospect call</label> </div> </div>
On the Eloqua side I have a field with the HTML name of "preference" that I want to capture the checked values. However when I receive the form submission notification from Eloqua the checkbox values go into an "undefined" category at the bottom.
For example:
Any thoughts on what I'm doing incorrectly?
Thanks,
Sam