How Prefilling Works
Flex Forms reads the URL query string when an embed or popup form loads. If a query parameter matches a field’s exact Name property, that field is prefilled.Example embed URL
1
Identify the Field Name
Open the Studio, select a field, and check its Name in the Inspector panel. Note: Use the internal Name, not the visual Label.
2
Append to an embed or popup URL
Add
?fieldname=value to the embed or popup URL (Share → Embed), not the standalone fill link.3
Lock the Field (Optional)
If you don’t want the user to change the prefilled value (e.g., a hidden CRM ID), change the field’s visibility to Hidden or set it to Read-Only in the Studio settings.
Need prefill on a shared link? Use a Standard embed and put the query string on the embed iframe URL. The plain fill link ignores prefill params by design.