Quantcast
Channel: Topliners: Message List - Do It
Viewing all articles
Browse latest Browse all 3185

Checkboxes on externally hosted forms?

$
0
0

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:

 

formSubmitExample.jpg

 

Any thoughts on what I'm doing incorrectly?

 

Thanks,

 

Sam


Viewing all articles
Browse latest Browse all 3185

Trending Articles