Conditional Logic Choices

Hello Everyone,

I’m looking to improve a form. Basically what I want to do is allow drop-down choices to be dynamic based on time and day.

For example:

If a customer wants to schedule a service for today, they can do it on limited availability, but if they want to schedule it for the next day or future day, they have more time slots available. The later they book to the time of service will limit their available options.

Does anyone know of a way this could be accomplished? Even if it’s with an Addon

To use dates in conditional logic, I recommend this add-on:

If that is not an option for you, you would create something custom, dynamically populating a field in the form with only the available dates and times based on the current date. This would require some PHP and you could use this method: