PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello all,
I need to write the code for a form that will automatically populate the input fields of another form in a credit card payment gateway. So far nothing works!! Its driving me crazy..
This is a snapshot of the form to be automatically filled out in the payment gateway:
The idea is to have another form within the site which already has the merchant ID and password hidden from the clients. So they can fill out all the information the gateway needs to process their request. Then when they submit the other form it should send all this info to the form in the snapshot so that the server can process the data.. I´ve tried all sorts of configurations but it doesn´t work. Any help in this matter will be deeply appreciated.