In Short

An example of Registration Form with Pre-Filled value of Registrant Type
A Registration Form with Pre-Filled value

Here are the quick steps to pre-fill a form field using a URL:

  1. Create the Field: Create the form field that will receive the pre-filled value.
  2. Find the Field ID: Get the unique Field ID of that field. (e.g., FieldID = 1199996).
  3. Take the Form URL: Use the base URL of your registration form.
    Example: https://reg.eventact.com/welcome?Form=888&c=999&Event=777&lang=en
  4. Add the Parameter: Add the parameter &d=[field ID],[value] to the end of the URL.
  5. Result: To pre-fill field 156576 with the value 123, the final URL is:
    https://reg.eventact.com/welcome?Form=888&c=999&Event=777&lang=en&d=199996,16

How It Works

To create a unique URL that pre-fills a specific field in an Eventact registration form, you need to add a query parameter to the form's base URL. The query part of a URL starts with a question mark (?) and is followed by one or more parameter-value pairs separated by ampersands (&).

The Parameter for Pre-Filling a Form Field

For Eventact, the parameter name used for pre-filling a form field is d. The value for this parameter is a combination of the field ID and the value you want to set, separated by a comma.

Syntax: &d=[field ID],[value]

Example URL

Here is a breakdown of a complete URL with a pre-filled value:

https://reg.eventact.com/welcome?Form=ikHw&c=i4wI&Event=icX8&lang=en&d=199996,16

Benefits of Using This Method

This method is beneficial for two primary purposes:

How to Find the Field ID

An example of Registration Form with Pre-Filled value of Registrant Type
Field Number in Registration Form Builder

You'll need to obtain the unique Field ID for the form field you want to pre-fill. This is shown in the form builder:

  1. Edit the registration form.
  2. Click on the specific field.
  3. In the properties panel, expand the Data section to see the Field ID.

The Field ID is a unique numerical identifier for each field.

Supported Fields

This feature is supported for:

To set a menu or radio field, the value you send in the URL is the numerical internal value of the option, not the visible text value.

Creating URLs for QR Codes

You can convert these unique URLs into QR codes. When scanned, the QR code directs the user to a pre-filled registration form. This works well for physical signs and promotions (posters, flyers) as it allows attendees to fill out the form with key information already entered for them.

Read more