Question
Post without Submit
I am trying to post a some form variables to another site
(Google Checkout). They have a HTML API for handling this and when
I a user on my site clicks the submit button the action calls a
Google URL and I pass them some form variables and all works well.
However I want to do i some server side processing before I send
the form request to Google for payment processing (i.e set up user
in my database) and then send them to google. The problem is that I
need to perform a form submit and am not sure how to do this from
the server. I believe cfhttp can handle this but I don't want to
capture the response; I just want to pass them to Google as a
normal form submit would do so they can continue with the checkout
process. Any suggestions?
Thanks
Thanks
