You can streamline your booking process by pre-populating your guest's intake form using URL parameters. By adding specific parameters to your CozyCal booking page link, you can automatically fill in certain fields for your guests.
Two essential fields that can be pre-filled are:
prefill_full_nameprefill_emailTo pre-fill custom fields in your intake form:
prefill_ to the encoded field label.For example, to pre-fill a custom field labeled "Phone number" with "+12345678", use the following URL parameter:
prefill_Phone%20number=+12345678
prefill_ parameters. For example:<https://cozycal.com/my-booking-page/my-event-type?prefill_full_name=Bob%20Test&prefill_email=bob%40example.com&prefill_Phone%20number=+18001234>