Action Page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ptnfl
    Staff Sergeant

    • Feb 2007
    • 43

    Action Page

    Can I set up more than one action page. The action page sends then to the PayPal page. Right now I have one page, I would like to be able to direct customers to a different page for each country that we service.

    www.MusicGrams4u.com
  • Watdaflip
    Major General

    • Sep 2005
    • 2116

    #2
    Re: Action Page

    Are you talking about
    A) having 1 form with multiple pages for it action? Or...
    B) having multiple forms each with their own action?

    If A, no, a form can only have one action. You can either create a form that collects any information, once submitted will generate another form based on their country, which they then submit to make payment. Or there is some javascript you can use to dynamically change the action to something else based on an event.

    If B, then the name of the page that the form submits to can be anything. A webpage with the name "action" is doesn't have special meaning like a page with the name "index". You can have a form that submits to "really_cool_special_name.php" and another that submits to "a.php".

    I hope that answered your question, if not please elaborate

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

    Comment

    • ptnfl
      Staff Sergeant

      • Feb 2007
      • 43

      #3
      Re: Action Page

      Thank You, I will try Plan B.

      Comment

      Working...
      X