Prefill checkout fields
How to pre-populate checkout fields with known customer information using URL parameters
What is field prefilling?
Prefilling populates custom fields, quantity, and other checkout elements with values passed through query parameters. Use this to streamline the experience for returning customers or segment by referrer.
How to find a field's reference
- Go to Checkout → Fields.
- Click on the field you want to prefill.
- Open Additional settings.
- Copy the Reference value.
How to prefill fields
Add the field's Reference value and the data to the end of your checkout URL:
Single field: yourcheckout.com?customer_email=miranda@gmail.com
Multiple fields: yourcheckout.com?customer_email=miranda@gmail.com&customer_name=MirandaWhat is field prefilling?