Please enter a valid <form field label>
.
For example: dd/mm/yyyy
, yyyy/mm/dd
, dd/mm/yy
, and Month Day, Year
.
https://form.passentry.com/form-name?label1=value1&label2=value2
, which would populate the pass fields with the values for label1
and label2
respectively.
It’s important to note that if you create a custom query parameter for a template field that also has a corresponding form field (See Form fields), the user input provided to the form field will take precedence.
You can also pass the optional groupTag
or groupTags
parameter to your pass form, which will apply the provided value(s) as group tags to the created pass for segmentation purposes, eg https://form.passentry.com/form-name?groupTag=example-group-tag
& https://form.passentry.com/form-name?groupTags=example-group-tag1,example-group-tag2
.