Adding multiple database records from a form using a repeat region
Hi Ray, I have an event registration form which uses a repeat region to display events with checkboxes so that the user can register for multiple events. Currently the form entries are written to the database in a single entry with the events logged in one column i.e. "Event 1<br>Event 2<br>" etc. I would prefer to have one row added per event checked which would make it easier to search for attendees at a particular event. I've updated the page with a multiple Insert behavior but it isn't adding anything to the database. I've attached a copy of the page - can you see what I've done wrong?