+ Reply to Thread
Results 1 to 4 of 4

Thread: i need to create squeeze page form please help
      
   

  1. #1
    lyndseyhall is offline Corporal
    Join Date
    Feb 2008
    Posts
    14

    Default i need to create squeeze page form please help

    hi guys hope you can help.

    ive been all through the tutorials and i know how to create a form and have the entered information sent to my email address and send customer to a thankyou page after they have entered their details.

    But how do i set up the "submit" button to send customers to a totally different domain name when they have entered their info.


    hope you can help

    many thanks

    Lyndsey Hall

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

    Default Re: i need to create squeeze page form please help

    I don't know if you have an integrated action and thank you page, or a action that redirects to the thankyou, but just add (or replace if you already have this line in your code)

    PHP Code:
    header("Location: http://somesite.com"); 

    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
    lyndseyhall is offline Corporal
    Join Date
    Feb 2008
    Posts
    14

    Default Re: i need to create squeeze page form please help

    where do I put the code?
    sorry im still quite a newbie

    ive tried putting in in allsorts of places but when i goto my site and click the continue button i get the web page can not be found.

    please help

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

    Default Re: i need to create squeeze page form please help

    As I said it depends on whether you have your action and thank you page integrated into one, or if they are on separate pages.

    If they are on the same page, just add it at the end of the php script you are using for the page (before the ?>) If they are on different pages you most likely already have the line... header("Location: thankyou.html"); or something like that, in which case replace it.

    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

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