I am looking to create a Booking/Reservations form using Gravity Forms.
Is it possible to populate a Gravity Form form with data from a table? I can create a table that contains bookable time slots with a field for booked (yes/no). I would envisage a two-step user input:
1) Choose day to book. Click 'check for available time slots'
If an available slot(s) is found:
An sql query would be made to retrieve the data required to show the radio-buttons.
2) Choose a time. Only available times would be displayed as a radio-button choice.
Otherwise display: "Sorry, no time are available on this day".
I'd also like a function for the user to click: Find first available slot.
Is this possible? I can setup the table and populate it, I just don't know if Gravity Forms has the possibility of working like this.