Payment Gateway Integration Help

free reload

Active member
  • Sep 18, 2015
    338
    61
    28
    Hi all

    I am not a coder at all I need real help

    My website needs to offer the ability for clients to pay me via credit card using an online form or a button on my my website that takes them to a payment gateway.

    I am using a Payment Gateway to do this and they have provided me with a pay online button HTML code. However, I have no idea how to style the button itself. here is the code they gave me.

    <form action= "https://-----------/index.php" method= "post" name= "paynow_access_form" id= "paynow_access_form">
    <input type = "hidden" name = "option" id = "option" value = "com_" />
    <input type = "hidden" name = "controller" id = "controller" value = "PayNow" />
    <input type = "hidden" name = "task" id = "task" value = "processPostAccessAttempt" />
    <input type= "hidden" name= "return_url" value = "http://********.com/index.html"/>
    <input type= "hidden" name= "error_return_url" value = "http://www.*****.com/index.html"/>
    <input type= "hidden" name= "invoice_country_code" value= "LKR"/>
    <input type= "hidden" name= "merchant_logo_url" value= "Your Merchant Logo URL Here"/>
    <input type= "hidden" name= "paynow_user_code" value= "Your Account Code Here"/>
    <input type= "submit" name= "submit" value= "Pay Now”/>
    </form>


    I have gone to a page and then "Object"... "Insert HTML" and then pasted the above in.... and the following comes out onto the website page... It actually works like a button but I need to make it look like a button
    HTML-Button.jpg

    What I am asking is how do I design a custom button that suits my website and when pressed goes to the credit card payment form?... what HTML do need to include in the above to include a simple stylised button.... anything simple like a green "Pay Now" button is all Im after.​

    Many thanks for any replies​
     
    Last edited: