Sept 09, 2025 | 2 min read
Here are the quick steps to pre-fill a form field using a URL:
FieldID = 1199996).https://reg.eventact.com/welcome?Form=888&c=999&Event=777&lang=en
&d=[field ID],[value] to the end of the URL.https://reg.eventact.com/welcome?Form=888&c=999&Event=777&lang=en&d=199996,16
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 (&).
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]
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
https://reg.eventact.com/welcome?Form=ikHw&c=i4wI&Event=icX8&lang=en — This is the standard registration form URL.&d=199996,16This method is beneficial for two primary purposes:
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:
The Field ID is a unique numerical identifier for each field.
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.
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.