Using URL parameters you can give a URL to your users where some of the booking fields will be pre-filled for them.
You can use these variables to pass event and invitee information:
date
invitee_name
invitee_email
month
Adding URL parameter to a landing page URL #
For example, our landing page URL is something like this:
https://fb.pennito.com/?fluent-booking=calendar&host=reachkamrul&event=60min
Now we can pass Date as our URL parameters by using & at the end of our url. Just like below:
https://fb.pennito.com/?fluent-booking=calendar&host=reachkamrul&event=60min&date=2023-11-07
Now if we want to pass multiple data, we can add & for each one of them just like below:
https://fb.pennito.com/?fluent-booking=calendar&host=reachkamrul&event=60min&date=2023-11-07&invitee_name=Kevin Miller&[email protected]
Adding URL parameter to regular page/Post URL #
For example, our page/post URL is something like this:
https://fb.pennito.com/career-talk/
Now we can pass Date as our URL parameters by using ? at the end of our url. Just like below:
https://fb.pennito.com/career-talk/?date=2023-11-07
Now if we want to pass multiple data, we can add & for each one of them just like below:
https://fb.pennito.com/career-talk/?date=2023-11-07&invitee_name=Kevin Miller&[email protected]
For the first parameter, we will use ? , and later we will use & for each one of them.
Do you have a way to also include the timezone in the URL?
Hi Miranda,
You cannot do that currently, but I’ll forward your request to the development team.
is there a way to pass in a URL variable to ensure the length of meeting is changed? i have options for 30,45, and 60 but i want to send people links directly to 45 instead of the default of 30
Hi Eric,
It’s not available currently.
Is it now?
Hi Doerrschuck,
It’s currently possible.
Hi again,
Are multi-day bookings possible?
Hi Aminul Islam,
I purchased the pro version though can not find where I set url parameters. Would you kindly help?
Hey Doerrschuck,
Please check our latest release.