Support » Fixing WordPress » How can I get this into a lightbox?!

  • Please check out the site I’m working on:

    http://www.udacf.org

    You’ll see the Authorize.net donation button on the side. When clicked, I’d like that to open in a lightbox so that it isn’t so blatantly obvious to the user that they’re going to another site to donate.

    This is the code for that button:

    <form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" rel="lightbox"> <input type = "hidden" name = "LinkId" value ="945d8df6-581a-4694-b381-44a480adf61e" rel="lightbox"/> <input type = "image" src ="//content.authorize.net/images/donate-gold.gif" /> </form>

    No matter what I do, I can’t get it to open in a lightbox. Can anyone help?? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I get this into a lightbox?!’ is closed to new replies.