Hi Jay, would a cfhttp-posting from an action-page solve your prob? You submit the user-data to your action-page and that page makes an cfhttp-post to authorize.net.
Patric JK> Hello everybody- JK> I'm sure this is one of those "I've been working for to long and I've JK> overlooked the answer 100 times" sort of questions. JK> I've built a shopping cart and I'm trouble shooting the form submission. The JK> Payment gateway is Authorize net. The problem comes when submitting the JK> customers' order and credit card information: JK> In addition to the customers Information, Authorize net requires you to JK> submit specific form fields, some of which are sensitive passwords, and JK> access codes. Obviously I can't hard code the information as hidden fields JK> in the html form, anybody who viewed the source code would see the sensitive JK> material. JK> I want to take the form the user filled out, submit it to a CF template, add JK> the sensitive data, then submit the augmented form to the Authorize net JK> gateway (which requires a FORM submitted via Post to JK> https://secure.authorize.net/gateway/transact.dll), JK> AND that brings me to my question: How do I post a form to this address with JK> out having a user hit the submit button. How do I post a form from the JK> coldfusion server to that address? JK> As always, thanks in advanced for your help! JK> Jason JK> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

