+ Reply to Thread
Results 1 to 3 of 3

Thread: Action Page
      
   

  1. #1
    ptnfl is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    43

    Default 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

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default 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

  3. #3
    ptnfl is offline Staff Sergeant
    Join Date
    Feb 2007
    Posts
    43

    Default Re: Action Page

    Thank You, I will try Plan B.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49