When integrating a contact form or booking page in your app, platform or website, you can add data in the URL to prefill some answers of questions and improve the customer experience.


Adding the data to the URL is pretty easy and can be done via a URL parameter. As the contact forms and booking pages consist of several types of questions, you will need to have a good look at which data to add for which type of question.


The prefill functionality works for all question types of contact forms. For booking pages however, prefilling isn't functional yet for all question types. This will be updated soon!


In this help article


Adding data via a URL parameter

Here we'll take a contact form as an example, but know you can do the same for your booking pages.


Basically all you have to do is add a parameter with information to the contact form URL to prefill questions. 


A contact form URL looks like this:

  • Vectera domain: https://vectera.com/form/<teamname>/<formname>/
  • Custom domain: https://something.mydomain.com/form/<formname>/


You can add a parameter by adding ?questions.<id>=<value>.

Add a second question by adding &questions.<id>=<value>.


So a contact form with 2 filled in questions will look like this:
https://vectera.com/form/<teamname>/<formname>/?questions.<id>=<value>&questions.<id>=<value>


Question ID


You can copy the question ID of a contact form question by following these steps:

  1. Go to https://www.vectera.com/contact-forms/
  2. Click on the pencil icon next to the contact form that you want to prefill
  3. Click on the 3 dots next to the question that you want to prefill
  4. Click on Copy question id


Question types

The answers to most of the question types are pretty straightforward, you just type in the value.


A few examples:

  • Single line: questions.<id>=simon
  • Email address: questions.<id>=simon@company.com
  • VAT number:  questions.<id>=BE0123456789


Some question types require a specific type of answer value. These are the values to set:


Question typeAnswersExample
Single selectionThe label of the option. If the question has an "other option, you just have to type the word.Option1
or
randomword
Multi selectionA comma separated list of options. If the question has an "other" option, one of the values can be a random word.Option 1,Option 2,randomword
*see note 1
Yes/No0 (=no) or 1 (=yes)
0
Checkbox1 (=checked)1
AddressA comma separated list with 5 values: street, number, postal code, city, country code**
Dok-Noord,3A/101,9000,Gent,BE
Date
yyy-mm-dd2023-09-07


*Note 1: for single and multi select questions the answer needs to be the exact value. 

  • Capital letters need to be added. 
  • Spaces need to be added in the form of %20.
  • Newlines need to be added in the form of either %0A or \n


**Note 2: the country of the address must be according to the official country codes, in capital letters. E.g. if the country is Belgium you fill out 'BE'.


Note 3: It's not possible to prefill an Attachment/file question.


Example


To prefill the questions of the following form as follows:

  1. Yes 
  2. 1994-01-16
  3. Option 1 & Other = Cheese
  4. Dok-Noord,3A/101,9000,Gent,Belgium


I will need to add the following parameter to the contact form URL:


?questions.<id>=1&questions.<id>=1994-01-16&questions.<id>=Option%201,cheese&questions.<id>=Dok-Noord,3A/101,9000,Gent,Belgium


Note: Option 1 has a capital letter and a space and needs to be added as Option%201.


Which results in:



Vectera is looking forward to your feedback so we can offer you the best scheduling and customer meeting experience. Set up your next customer meeting right away by logging into your account or sign-up for a free, fully-featured trial of Vectera!