How to pre-fill the product page form?
Pre-filling your customers' details fields on a product page can be useful for example to invite customers:
- to order new products,
- to subscribe to new offers,...
Here is the list of information ( settings) that you can pre-fill on the order form of your product pages:
- firstname: client's first names
- lastname: client name
- phone: client's phone
- business: customer's company name
- tax information: customer's VAT number
- email: customer email
- deliveryaddress: delivery address
- deliveryzipcode: postal code of the delivery address city
- deliverycity: city of delivery address
- deliverycountry: country of delivery address
- deliveryfirstname: first names of the recipient at the delivery address
- deliverylastname: name of the recipient at the delivery address
- billingaddress: billing address
- billingzipcode : postal code of the billing address city
- billingcity: billing address city
- billingcountry: billing address country
Let's take the example of pre-filling the customer's name, first name and email:
Name: Atton
First name: Olivier
Email: olivier.atton@gmail.com
Here are the elements to add to the URL:
lastName=atton
firstName=olivier
email=olivier.atton@gmail.com
Here is how the elements of the example will look in the URL of the product page:
https://payfacile.com/your-business/s/your-product ? lastName=atton & firstName=olive & email=olivier.atton@gmail.com
Updated on: 16/06/2025
Thank you!