Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The result is a dynamic form that provides feedback to the user about which times are available.

...

Note: This technique as it is here does not address simultaneous requests. Some additional code would be required to check that a slot is still available when the user clicks submit (in the situation where they opened the form and someone else submitted it before they did).

...

Now our solution is more robust and can handle simultaneous users.

...

The sample is attached, try it out!

...