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