Here's the form code--including my attempt at requiring and ordering that I found at a few sites--
<input name="_requiredFields" type="hidden"
value="month, day, year, name, dept, email, eventname, eventdate,starttime, endtime, eventdescription" />
<input name="_fieldOrder" type="hidden"
value="month, day, year, name, dept, email, eventname, eventdate, starttime, endtime, eventdescription, flyer, poster, bib, media, web, branchout, items, photo, sponsor, call, mail, meet" />
<fieldset>
<p>*Today's Date
<input type="text" name="date" value="" size="30" />
(MM/DD/YY)</p>
</fieldset>
<fieldset>
<p>*Your Name <o

>
<input type="text" name="name" size="40" />
</o

> </p>
<p>*Department/Branch
<input type="text" name="dept" size="40" />
</p>
<p>*Email
<input type="text" name="email" size="30" />
</p>
</fieldset>
<fieldset>
<legend> Event Details </legend>
<p>*Event Name
<input type="text" name="eventname" size="40" />
</p>
<p>*Event Date(s)
<input type="text" name="eventdate" size="40" />
</p>
<p>*Event Start Time
<input type="text" name="starttime" />
</p>
<p>*Event End Time
<input type="text" name="endtime" />
</p>
<p>*Event Description
<textarea name="eventdescription" rows="5" cols="80">
</textarea>
</p>
</fieldset>
<fieldset>
<legend> Materials Needed: Check all that apply </legend>
<p>Please note: We will do our best to honor all requested items.</p>
<p>
<fieldset>
<p>
<input type="checkbox" name="flyer" value="Flyer" />
Flyer</p>
<p>
<input type="checkbox" name="posters" value="Posters" />
Posters(created in house or ordered from ALA etc.)</p>
<p>
<input type="checkbox" name="bib" value="bibliographybrochure" />
Bibliography/Brochure</p>
<p>
<input type="checkbox" name="media" value="mediacoverage" />
Press Release/Media Coverage</p>
<p>
<input type="checkbox" name="web" value="webannouncementcalendar" />
Website announcement/calendar</p>
<p>
<input type="checkbox" name="branchout" value="branchout" />
Branch Out Announcement</p>
<p>
<input type="checkbox" name="items" value="incentiveitems" />
Incentive Items(as available)</p>
<p>
<input type="checkbox" name="photo" value="onsitephoto" />
On-site digital photography during event</p>
<p>
<input type="checkbox" name="sponsor" value="sponsorrecognition" />
Sponsor recognition (please include sponsors or grant information in your
event description)</p>
</fieldset>
<p>Additional Materials (please describe):
<textarea name="additionalmaterials" rows="5" cols="80">
</textarea>
</p>
</fieldset>
<fieldset>
<legend>Follow-up: Please check all that apply</legend>
<p>
<input type="checkbox" name="call" value="call" />
Please call me to follow up on this request.</p>
<p>
<input type="checkbox" name="mail" value="mail" />
I am sending additional materials to you via email or mail within the next
5 days.</p>
<p>
<input type="checkbox" name="meet" value="meeting" />
I would like to schedule a meeting to discuss this event.</p>
</fieldset>
<p>
<input type="submit" value="Submit" />
<input type="reset" value="Reset" />
</p>
</form>