Using pre-filled fields in forms
To save your customers the time and trouble of filling in their name, email address, phone number, and so on, in forms, you can add field identifiers and template variables to the form links/URLs. When the customer opens a form, existing customer data is filled in using SuperOffice data.
A field identifier is a unique ID for a specific field. It will not change even if the field name/label or the language changes. This way you can ensure that links to this field are not broken after publishing the form.
Steps
For each field you want to be pre-filled: Click Advanced options to display the Identifier field, where you can add an ID for the field.
Select Show with pre-filled fields to add field identifiers to the link/JavaScript. It should look something like this:
...formId=F-FH2K4Vru&field-name-1=&field-mail=
If no field identifiers are added, you have probably not added these IDs to the fields in the form.
Copy the link or JavaScript to a text editor or similar.
Enter the relevant template variables between two square brackets AFTER the equal sign:
...formId=F-FH2K4Vru&field-name-1=[[customer.name]]&field-mail=[[customer.email]]
Copy the complete link or JavaScript and publish it.