cancel
Showing results for 
Search instead for 
Did you mean: 

Why won't my Simple Checkout button work?

I cut and pasted the code...

 

<form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"> <input type = "hidden" name = "LinkId" value ="8101b639-82f8-45cf-a425-7c75277480b1" /> <input type = "submit" value = "Buy Tickets" /> </form>

 

to my website...

 

http://www.arclubs.org/leaderoftheyearinfo.aspx

 

I don't know why it won't open to the form?

shonhartman
Member
1 ACCEPTED SOLUTION
5 REPLIES 5

You have form within a form.

The simplecheckout from within the aspx form. IE/Chrome don't like it, Firefox you can double click.

 

Did you setup a default on the form?

RaynorC1emen7
Expert

I'm not sure what you mean by set up a default on the form?

I need some sort of subroutine?

I need to declare the button?