Skip to main content

How to pre-fill client details on the scheduler

Pre-fill client name, email, and phone fields on the scheduling form using URL parameters like first_name, last_name, email, and phone.

Written by Felix Livni
Updated yesterday

Schedulista lets you pass client data to the Scheduler via URL parameters. When a visitor opens your scheduling link with these parameters, the contact details form will be pre-filled for them.

The following parameters are accepted:

  • first_name

  • last_name

  • email

  • phone

  • location

All parameters are optional. Parameters must be URL-encoded.

Example:

If you open the link above and go through the scheduler, you will see that all the client fields are pre-filled.

These parameters also work with the embedded scheduling widget. For details, see Widget Deep Links.

keywords: prefill, pre-fill, client data, URL parameters, query string, first_name, last_name, email, phone, location, autofill, form, embed, widget

Did this answer your question?