Ok, so I have a form I’m building with minimal values (name, zip, address), and I’m looking to (ideally) have that be a quform itself, and not only does it email the form (like quform normally does) but also redirect to the longer form on submission WITH values POSTed from the previous form.
I don’t care if the customer sees a “thank you” or anything like that on the 1st submitted form but I’m curious how I can go about passing the variables from the first form…
It also seems like it’s impossible to POST variables to quform from outside of WP as it only accepts parameter_name in the URL as a valid method?
Ok, so I think I’m going to try going the route of form1 is quform as well as form2 (the long form), but what I would like to do is when form1 is submitted it not only sends email AND redirects to form2 (the long form) WITH passing of variables.
I’m fairly certain that’s not included with quform (sadly), but I’m going to try hacking away at it, if someone can chime in and let me know if it’s easily doable or not, I’d be forever grateful. 🙂