How to pass data from email to form?

I want to pass field data from an ActiveCampaign email link to a Gravity Form so the lead doesn’t have to retype the information we’ve previously captured (previous information was captured with another gravity form, but existing query string documentation doesn’t address emails). I’ve tried both link URL strings and neither work.

mydomain.com/?email={email}&firstname={firstname}&lastname={lastname}
and
mydomain.com/?email=%email%&firstname=%firstname%&lastname=%lastname%

Any guidance is much appreciated.

If you select the ‘field can be filled dynamically’ setting, you can use the parameters (as set in the advanced fields) in the URL to fill them up :slight_smile:

Ie. my ‘request a quote’ form (it’s Dutch though): https://onexa.nl/diensten/snelmijnsite/aanvragen/

By default the ‘SnelMijnSite Start’ option is selected, but that can easily be changed to SnelMijnShop: https://onexa.nl/diensten/snelmijnsite/aanvragen/?type=SnelMijnShop

These are the Advanced settings of that field (Dutch too):

1 Like