Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Form action from page with a master page

Status
Not open for further replies.

llmclaughlin

Programmer
Aug 20, 2004
140
0
0
US
Using alertpay subscription button, how do you run it from a page that does not have a form.

<form method="post" action=" > <input type="hidden" name="ap_merchant" value="apdevforum@gmail.com"/> <input type="hidden" name="ap_purchasetype" value="subscription"/> <input type="hidden" name="ap_itemname" value="Test Subcription"/> <input type="hidden" name="ap_amount" value="20"/> <input type="hidden" name="ap_currency" value="USD"/> <input type="hidden" name="ap_itemcode" value="sub01"/> <input type="hidden" name="ap_quantity" value="1"/> <input type="hidden" name="ap_description" value="Lorem Ipsum"/> <input type="hidden" name="ap_timeunit" value="month"/> <input type="hidden" name="ap_periodlength" value="1"/> <input type="hidden" name="ap_periodcount" value="12"/> <input type="hidden" name="ap_setupamount" value="5"/> <input type="hidden" name="ap_trialtimeunit" value="day"/> <input type="hidden" name="ap_trialperiodlength" value="5"/> <input type="hidden" name="ap_trialamount" value="10"/> <input type="image" src=" </form>

Louie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top