I'm trying to integrate a pay 'button' into either a landing page or email campaign. The button is automatically generated through a payment processor, and it seems like the HTML code should be able to be integrated anywhere, but I have a slew of errors and when I hit 'fix errors', it deletes all of the coding. This is the code I'm trying to use, and I greatly appreciated any assistance with this! (sensitive or specific info in the " " have been removed and renamed) <form name="PrePage" method = "post" action = "website of online form"> <input type = "hidden" name = "LinkId" value ="random number linking to my specific data" /> <input type = "submit" value = "Pay Invoice" /> </form>
... View more