I am making a reservation form that will get a Date from a monthly Calendar View.
After a user clicks on a Date, the Date value will be carried over to a Webform.
The user then selects a time from a Webform select list, enters other information, then submits the form.

How do I AUTOMATICALLY disable the time selected based on the date, after a user submits a form?
How do I MANUALLY enable the time selected based on the date, when a user cancels a reservation?

Should I be using Webform or something else?

Thanks for all the help. The Drupal community is the best!

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

Hi @kuydigital. Although it hurts to knock down a poster after such a nice complement, this question really isn't suitable to the Webform issue queue. What you need require's some level of custom coding, as Webform doesn't have any built-in ability to handle this situation. As mentioned in the submission guidelines, we don't provide help with custom coding in the Webform issue queue:

Any issues regarding "how do I code ..." or "how do I theme ..." will not be answered. Please look elsewhere for coding resources.

Please refer to other resources such as IRC or Drupal StackExchange to ask your questions.

kuydigital’s picture

Thanks :)