Use the form attribute to indicate which form they belong to:
form
<input for="birdreport" type="radio" name="date" value="today" checked="yes" /> Today ... <form id="birdreport" action="..."> ... </form>
Hidden fields can go in head????