Forms - possibility to add variables to url after submission

Hi everybody,

most popular advertising platforms such as Meta and Google require that you send variables (such as user email) in url after form submission. Unfortunately Mautic forms let you specify a redirect url (and this is ok) but you can attach static valued strings only to the url.

This way it’s impossible to take advantage of Google ads enhanced conversions and Meta API conversions.

This means that creating landing pages with Mautic builder will always result in poor performance tracking of conversions.

Implementing the possibility of adding variable parameters to Forms redirect url would solve this issue.

Kind regards,
annusdomini

Ok solved thanks to this thread on Github.

Here’s how to format the redirect url if you need to pass name and email of the user that submitted the form:

https://yourdestinationpage.com?email={formfield=email}&name={contactfield=firstname}

Hope this can help

Bye bye

1 Like

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.