Difference between revisions of "Pre-populate invitee information on the scheduling page"

From SimplyMeet.me
(Created page with "<p class="no-margin"> You can pre-populate the booking page form with an invitee information. Harmonizely will then display an invitee specific information on the booking pag...")
 
Line 17: Line 17:
 
<p class="no-margin">
 
<p class="no-margin">
 
</p>
 
</p>
<pre>
+
<nowiki>
 
&lt;code&gt;https://harmonizely.com/15min-discovery?name=Tom%20Doe&amp;email=tom@example.com&amp;phone=%2B48%20123456789
 
&lt;code&gt;https://harmonizely.com/15min-discovery?name=Tom%20Doe&amp;email=tom@example.com&amp;phone=%2B48%20123456789
</pre>
+
</nowiki>
 
<p class="no-margin">
 
<p class="no-margin">
 
</p>
 
</p>

Revision as of 12:23, 13 August 2021

You can pre-populate the booking page form with an invitee information. Harmonizely will then display an invitee specific information on the booking page.

You can pre-populate:

  • full name
  • email
  • phone number

Here is an example link:

<code>https://harmonizely.com/15min-discovery?name=Tom%20Doe&email=tom@example.com&phone=%2B48%20123456789

And this is how the form on the booking page will be pre-populated:

Prepopulated details client view.png

The space between words must be separated by %20 char, e.g. "Tom%20Doe" results in "Tom Doe".

The phone query parameter must be prefixed with %2B (which is + sign). Then %20 char and the phone number, which will result in phone number like +48 123456789.