You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
Feel free my friend
Em quinta-feira, 6 de fevereiro de 2025 às 13:55:41 BRT, Sam ***@***.***> escreveu:
Can I work on this issue please. I am new to cal.com and want to start contributing.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
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.
The text was updated successfully, but these errors were encountered: