Skip to main content

I need a date picker on my form to register for campus tours, but they are only available certain days. How can I only show the specific dates available and still use the date picker?

I haven't seen anyway to do this. A drop down choice control would be the best replacement option.



Depends on how many dates you have for users to select from.



Data lookup control another drop down control if you want the data source to be from an external data source.


Reply