I have a form which has a list of events which have date fields pre-filled in. The user then selects (via a checkbox) several events and I print a confirmation. Since the date field are all populated, when the user hits submit, the StartDate[] and EndDate[] arrays have all the date fields, rather than the ones related to the users selection. How do I limit this.