If you collect data from the customer before redirecting them to Zencal, such as:
- name
- phone
then you can auto-complete this data to save the customer time in re-entering it in our form.
To do this, you can use so-called GET parameters, in other words, add them to the address of the planning page.
Example
If the planning page address looks like this:
https://app.zencal.io/o/zencal/example
Then you can add the following parameters to it:
- prefill_name
- prefill_email
- prefill_phone
For example data:
- name: John Smith
- Email: john@smith.com
- Phone: +43100200300
The address of the planning site would be as follows