Pre-populate invitee information on the scheduling page: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<p class="no-margin"> | <p class="no-margin"> | ||
You can pre-populate the booking page form with an invitee information. SimplyMeet.me will then display an invitee specific information on the booking page. | You can pre-populate the booking page form with an invitee information. SimplyMeet.me will then display an invitee specific information on the booking page. | ||
</p> | </p> | ||
<p class="no-margin"> | <p class="no-margin"> | ||
| Line 14: | Line 12: | ||
<p class="no-margin"> | <p class="no-margin"> | ||
Here is an example link: | Here is an example link: | ||
</p> | </p> | ||
<pre> | <pre> | ||
<code>https://harmonizely.com/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789 | <code>https://harmonizely.com/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789 | ||
</pre> | </pre> | ||
<p class="no-margin"> | <p class="no-margin"> | ||
And this is how the form on the booking page will be pre-populated: | And this is how the form on the booking page will be pre-populated: | ||
</p> | </p> | ||
<div class="intercom-container"> | <div class="intercom-container"> | ||
| Line 33: | Line 25: | ||
The space between words must be separated by | The space between words must be separated by | ||
<strong>%20</strong> char, e.g. "Tom<strong>%20</strong>Doe" results in "Tom Doe". | <strong>%20</strong> char, e.g. "Tom<strong>%20</strong>Doe" results in "Tom Doe". | ||
</p> | </p> | ||
<p class="no-margin"> | <p class="no-margin"> | ||