这是我试图通过电子邮件发送的表单的一部分。我希望能够查看用户检查哪个答案并将该表单提交通过电子邮件发送给我自己。我不能使用除复选框以外的任何东西,因为我正在向常量联系人列表添加信息。
<label for="agegroup">What age group are you in?</label><br/>
<input type="checkbox" value="Teens" name="Lists[]" id="list_Teens" />
<label for="list_Teens"><img src="http://theswagsociety.com/wp-content/uploads/2013/06/teen.png" alt="teen age group" width="239" height="77" class="alignnone size-full wp-image-5892" /></label>
<input type="checkbox" value="20\'s" name="Lists[]" id="list_20\'s" />
<label for="list_20\'s"><img src="http://theswagsociety.com/wp-content/uploads/2013/05/20.png" alt="20 somethings" width="255" height="79" class="alignnone size-full wp-image-5895" /></label>
<input type="checkbox" value="30\'s" name="Lists[]" id="list_30\'s" />
<label for="list_30\'s"><img src="http://theswagsociety.com/wp-content/uploads/2013/05/30.png" alt="30 somethings" width="257" height="79" class="alignnone size-full wp-image-5897" /></label>
<input type="checkbox" value="40\'s" name="Lists[]" id="list_40\'s" />
<label for="list_40\'s"><img src="http://theswagsociety.com/wp-content/uploads/2013/05/40.png" alt="40 somethings" width="257" height="79" class="alignnone size-full wp-image-5898" /></label>
<input type="checkbox" value="50\'s" name="Lists[]" id="list_50\'s" />
<label for="list_50\'s"><img src="http://theswagsociety.com/wp-content/uploads/2013/05/50.png" alt="50 somethings" width="256" height="79" class="alignnone size-full wp-image-5900" /></label>