You are viewing limited content. For full access, please sign in.

Question

Question

Redirect from to another and populate HTML block

asked on September 1, 2016

I am trying to pass data from one form to another using a redirect and then use the data from the first form in an HTML block on the second. Is there a way to do this using the tokens or dataset? 

I also have a question about passing an email address from one form to another using a redirect, is this possible?

0 0

Replies

replied on September 1, 2016

Forms supports passing value through URL, so if you open the second form with URL like http://xx/xx?variableA=a, then the field with variable="variableA" would be filled with value "a".

But if you need to pass value from one form to another, it depends on how the redirection is designed.

Like if you put the link to second form on the thank you page of the first form, then you can custom the link by using variable from the first form.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.