Skip to content
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

Incomplete URL parameters #19134

Open
mau-mendes opened this issue Feb 6, 2025 · 2 comments · May be fixed by #19155
Open

Incomplete URL parameters #19134

mau-mendes opened this issue Feb 6, 2025 · 2 comments · May be fixed by #19155
Labels
booking-page area: booking page, public booking page, booker 🐛 bug Something isn't working

Comments

@mau-mendes
Copy link

mau-mendes commented Feb 6, 2025

Hello friends, I am using the self-hosted version v.4.7.8-sh.
I have identified a possible problem and, if possible, I would like help to solve it.

I changed the booking confirmation page to a custom one, I checked the option to send parameters via URL and what I noticed is that the parameter that I had previously filled in the URL arrived incomplete.

Let me explain...
I filled in the whatsapp field in my booking URL, for example: https://cal.com/schedule/?whatsapp=+55
so that the country would be filled in, because here in Brazil it is not common to use the country code, so the user will continue after +55.

After filling out the form and being redirected to the custom confirmation page (example: https://mysite.com/page), in the whatsapp parameter, only +55 appears instead of the full number that was filled in.

In other words, the URL should arrive like this: https://mysite.com/page/?whatsapp=+5500012345678
It arrived like this: https://mysite.com/page/?whatsapp=+55

A curious thing is that I also leave the email pre-filled and it came correctly, maybe it could be a problem with custom identifiers.

I would be grateful to anyone who can help.

EDIT: I think I understand what happened, it sent 2 phone parameters, 1 with +55 and 1 with the full number, which made the page try to use the one that came first in the url, I will try to add a filter to the page, to consider only the correct value. But I still believe that sending 2 parameters is not normal behavior.

@mau-mendes mau-mendes added the 🐛 bug Something isn't working label Feb 6, 2025
@dosubot dosubot bot added the booking-page area: booking page, public booking page, booker label Feb 6, 2025
@mau-mendes
Copy link
Author

mau-mendes commented Feb 6, 2025 via email

@ShivanshKumar760
Copy link

Hi, I'd like to work on this issue if it's still available. Could someone please assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
booking-page area: booking page, public booking page, booker 🐛 bug Something isn't working
Projects
None yet
2 participants