Take the form data submitted by the user, add the sensitive stuff, and
submit it all via CFHTTP.


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: Cutter (CF_Talk) [mailto:[EMAIL PROTECTED]]
: Sent: Monday, January 20, 2003 8:25 AM
: To: CF-Talk
: Subject: Re: submiting forms created server side
:
:
: We do this quite often. After building your form try...
:
: <script>
:      form.submit();
: </script>
:
: Cutter
:
: Jay Kufner wrote:
:
: >Hello everybody-
: >
: >
: >
: >I'm sure this is one of those "I've been working for to long and I've
: >overlooked the answer 100 times" sort of questions.
: >
: >
: >
: >I've built a shopping cart and I'm trouble shooting the form
: submission. The
: >Payment gateway is Authorize net. The problem comes when submitting the
: >customers' order and credit card information:
: >
: >
: >
: >In addition to the customers Information, Authorize net requires you to
: >submit specific form fields, some of which are sensitive passwords, and
: >access codes. Obviously I can't hard code the information as
: hidden fields
: >in the html form, anybody who viewed the source code would see
: the sensitive
: >material.
: >
: >
: >
: >I want to take the form the user filled out, submit it to a CF
: template, add
: >the sensitive data, then submit the augmented form to the Authorize net
: >gateway (which requires a FORM submitted via Post to
: >https://secure.authorize.net/gateway/transact.dll),
: >
: >AND that brings me to my question: How do I post a form to this
: address with
: >out having a user hit the submit button. How do I post a form from the
: >coldfusion server to that address?
: >
: >
: >
: >As always, thanks in advanced for your help!
: >
: >
: >
: >Jason
: >
: >
: >
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to