I want to control the dates which can be choosen in webform date field (for example that next week monday,tuesday, cannot be clicked (because these event dates are allready fully booked)), is this possible within this module?
I want to control the dates which can be choosen in webform date field (for example that next week monday,tuesday, cannot be clicked (because these event dates are allready fully booked)), is this possible within this module?
Comments
Comment #1
liam morlandNo, you would have to write a custom module which uses the hooks provided by this module. Your module would have to interface with a database of what dates are available.
Comment #2
liam morlandPlease re-open if you need more help.
Comment #3
websmash commentedThanks!!!!!!
Can I test dev version for this?
Comment #4
liam morlandYou can download the development version via a Git checkout from the Version Control tab on the project page or download the development snapshot from the bottom of the project page.