button

View Paste
  1. <div class="input radio"><input type="hidden" name="data[Workshop][Workshop][0]" id="WorkshopWork...
Radio buttons generated from my View
View Paste
  1. <?php foreach($eventDays as $eventDay) : ?>
  2.     <fieldset>
  3.     <legend><?php echo $eventDay['EventDay...
Code in my View to get groups of radio buttons for a HABTM relation