⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

1-n Adds in Single Page



aamederen

aamederen
  • profile picture
  • Member

Posted 29 April 2016 - 20:30 PM

Hello,

 

I have an entity for let's say Alarms. Basically, I want my users to be able to define multiple datetimes for each alarm. This is easy so far. I need one table for alarms and one table for alarm times.

 

However, I want them to be able to specify these alarms in the "new alarm" page. Basically, after the user enters other parameters about the alarm, I also want them to add as many datetime fields as they want. When the "Save Alarm" button is clicked, it should save the alarm and all alarm times to their corresponding tables. Is this possible with Grocery CRUD? 

 

Thanks in advance