We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6094
    • 60 Posts
    I’m thinking this has to be possible, but I’m not exactly sure how to do it. I have a form that I would like to redirect to another URL and pull form values to create the URL. I imagine it has to look something like this.

    [[!FormIt?
       &hooks=`redirect`
       &redirectTo=`http://www.someurl.com`
       &redirectParams=`{"id":"someformvalue","name":"formvalueforname"}`
    ]
    
    ]

    How can I use the &redirectParams to build the querystring from form values after a submit?