Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other using foxycart and wufoo together Re: using foxycart and wufoo together

#69531
Chris Coyier
Keymaster

I’m thinking you could get it done… Using the URL modifications they mention, you can have the form redirect to a special URL with all the submitted form data IN THAT URL, including the price and quantities or whatever. Then you have that redirect location look for those variables in the URL (e.g. PHP’s GET) and behave accordingly, like, add that item automatically to the cart and open it via JavaScript.

Although it seems to me it would probably be easier just to use your own forms.