Using HTML Form Tag on Page
-
Hi, all. I hope this is the right section for this question. I searched around and did not find anyone having a similar issue.
My payment processor, authorize.net, offers a simple checkout button from which I can accept payments. A user click directs them to an external page to make a payment. The code provided for web page insertion is below. (I’ve starred out our ID)
<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="***********************" /> <input type = "submit" value = "Pay Now" /> </form>I’m using the Hestia theme and trying to get this button to appear in the Contacts section of the theme. It simply will not appear. In fact, if I look at the source, the entire tag section is stripped from the page code.
Any insight would be greatly appreciated!
The topic ‘Using HTML Form Tag on Page’ is closed to new replies.