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?
Solved! Go to Solution.
11-18-2013 11:51 AM
11-18-2013 03:44 PM
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?
11-18-2013 12:29 PM - edited 11-18-2013 12:30 PM
I'm not sure what you mean by set up a default on the form?
11-18-2013 02:42 PM
I need some sort of subroutine?
11-18-2013 02:53 PM
I need to declare the button?
11-18-2013 02:53 PM
See if this might work for you
11-18-2013 03:44 PM