Hide Forms Data 22.09.08
I need to hide some forms data on my orders web page. I have a credit card order form web page. Some critical info like account number needs to be passed on to my payment gateway through a simple form. Currently, you can see the info if you view the page source code. I need to somehow hide this information so that it cannot be seen in the source code but is still passed through with the form data.
The page is written using php.
http://www.silverbackcoffeeofrwanda.com/shop/index.php



