Hi, I am putting together a survey form for my club website and one of the questions involves check boxes. However my script only returns one of the choices in the email. Any advice would be most appreciated.
<td height="40" align="right" valign="middle" class="style23">Which of these events should the Committee<br />be promoting on your behalf ?</td>
<td height="40" align="left" valign="middle" class="style22"><p>
<label>
<input type="checkbox" name="Events" value="Theatre Trips" id="Theatre Trips">
Theatre Trips</label>
<br />
<label>
<input type="checkbox" name="Events" value="Lunches" id="Lunches">
Lunches</label>
<br />
<label>
<input type="checkbox" name="Events" value="Social Evenings" id="Social Evenings">
Social Evenings <em class="style20">Tick as many as you wish</em></label>
<br />
<label>
<input type="checkbox" name="Events" value="Social Evenings" id="Day Trips">
Day Trips</label>
<br /> <label>
<input type="checkbox" name="Events" value="Social Evenings" id="Formal Dinner & Dance">
Formal Dinner & Dance</label>
</p></td>
. "Events to promote on behalf of Members : " . $_POST["Events"]