Umbraco Forms workflow: Delete element type item after submit
I have a form where a user can select a specific date and an available time on that date, fx. 23-05-2021 and 10:30.
The date is a MeetingDayItem element type and the available times are of MeetingDayTimeItem element type.
So the editor creates an available date with available times, fx. 09:30, 10:30 and 11:30.
They are listed on the form with nested content.
Is it possible to set up a Umbraco Forms workflow to remove the selected time value from the selected date when the form is submitted so as to make that time unavailable for another user to select?
So if I select 23-05-2021 and 10:30, 10:30 will be removed from the form on the frontend.
Umbraco Forms workflow: Delete element type item after submit
I have a form where a user can select a specific date and an available time on that date, fx. 23-05-2021 and 10:30.
The date is a MeetingDayItem element type and the available times are of MeetingDayTimeItem element type.
So the editor creates an available date with available times, fx. 09:30, 10:30 and 11:30.
They are listed on the form with nested content.
Is it possible to set up a Umbraco Forms workflow to remove the selected time value from the selected date when the form is submitted so as to make that time unavailable for another user to select?
So if I select 23-05-2021 and 10:30, 10:30 will be removed from the form on the frontend.
is working on a reply...