This program wants to charge me $30 /mo for a simple site, so, I'd rather just enter the orders myself ... What do I have to do to make a form that will deliver the customer information to me safely????
Get them to do a scan of the credit card (Both Sides) then zip it up and password protect it. Then you get the zip, and they call you up on the phone with the password - Simplessssss
I just want a page that takes their information and transmits it to me securely
The form needs to be on a secure line (https://) That takes care of the capture part.
You sat transmits it to you securely, So it sounds like you want the form to email it to you? At that point you lose the security pretty much.
Instead you should have it written into a database that you can access to pull the info.
Best bet though is to NEVER store ccs if you can help it. If you do not have the cc then if you should get hacked you are not responsible for peoples ccs to be out there.
That is why most folks let the payment processor handle the cc.
Comment