Include form fields as redirect URL parameters on an embedded form

Hey @Jeromecollomb, I know it’s been a while since you asked your question, but I just posted an answer to another question that might help you out.

Pass field value to URL parameter Forms

If the form is on a COS page, then i think it is easier than you think (you won’t even have to do anything api related) Go to edit the form module Even if you are going to an internal page, click redirect to external URL [04%20AM] redirect to your desired page and attach whatever contact property you desire via query parameters. http://redirect-address.com/the-page?token={{contact.your\_internal\_property\_name}} After you click save, you can see your link when you hover over test li…

@derekcavaliero you are the man. This answer saved me a lot of time!