Pro Forms redirect parameters

Hi,
Is it possible to pass the value of a field as a parameter to the redirect URL?
I already tried with ?name={{namefieldID}} and ?name={namefieldID} but no luck.

I’d also love to know how to do this :slight_smile:

The “Redirect” action is the original one from the Bricks element and does not take care about form field IDs. I play with the idea to replace the current redirect action with a custom one (with backward compatibility), because I like this idea! Let me think about that :slight_smile:

2 Likes

The idea is:

Being able to pre-populate a checkout with data captured in a form. that’s why I asked in the facebook group :smiley: about this possibility.

How to pass the form response from a field in the redirect link.

I can do it in Elementor, but how do I do it with FormsPro? @Daniele

Hello! :slight_smile:

Any news on this? Is still not possible?

You should be able to use the {{field-id}} syntax now in the custom redirect field :slight_smile:

3 Likes

Works great! Thank you :slight_smile:

1 Like

Bit of a bump here.
With {url_parameter:key} for the redirect, It wouldn’t populate for the redirect.
I added hidden fields to capture those then pass it to the redirect.
A bit awkward, but it works.

This is the typical way to store such information in Hidden Fields :slight_smile:

1 Like