-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CAL-4943] If all information for "confirm" step is provided skip step #18307
Comments
@CarinaWolli what if the user clicks the time slot by mistake, it will book a wrong slot, so I think having a confirm button before booking slot is okay. or is it like the time slot is also included in the query params of URL ? |
Created a Pull Request for this ^ PR: #18380 Let me know if something is missing or if there are any improper URL Param checks. |
@CarinaWolli was working on the issue and has some roadblocks , what should happen if the bookingForm has selects and multiselects and what if a user wanted to fill a non required field like additional notes. Should we go ahead and book with the default ones selected ?.. |
@Praashh Please check out the discussion here and resolve the issue of proceeding directly without confirmation. |
yeah, I know about your PR, will give it a review |
If all information needed for the booking is prefilled from incoming URL params we want to skip the booking page with the confirm button.
Clicking on the timeslot should immediately book the slot and redirect to the booking success page. We should also add Terms and Privacy Policy:
From SyncLinear.com | CAL-4943
The text was updated successfully, but these errors were encountered: