By adding parameters to a scheduling page URL, the booking form shown after selecting a date and time can be displayed with values such as name and company already filled in. This saves your invitees from typing their information.
Add parameters to the end of the scheduling page URL in the format "?parameter=value". Connect multiple parameters with "&". You can use only the parameters you need.
Example URL (specifying name, company, phone number, email and comment):
https://app.aitemasu.me/u/xxxx/xxxx?name=Taro Yamada&job_title=Sample [email protected]&comment=Looking forward to the meeting
https://app.aitemasu.me/ev/xxxxxxxxxxxx?name=Taro Yamada&job_title=Sample [email protected]&comment=Looking forward to the meeting
When your invitee opens this URL and selects a date and time, the booking form is displayed with the specified values already filled in. They can submit it as is, or edit the values before submitting.
If you have embedded a scheduling page in your company website, you can also prefill the form by adding the same parameters to the iframe URL in the embed code.
| Parameter | Corresponding Form Field | Max Length |
|---|---|---|
name |
Name | 40 |
job_title |
Job title, Company | 100 |
tel |
TEL | 20 |
email |
150 | |
comment |
Comment | 500 |
When You Want to Embed a Scheduling Page in Your Company Website