HELP with Midpath ( Co-reg offers)

by soudy
2 replies
Hey guys!


I need some help on how to create a mid-path for co reg offers,

basically I have a people search page when they submit their info + the person they are searching for into my lead form - before they get their result I want a page or (not really a pop up but more like a step 1,2,3.) A page to populate co-reg offers ( im assuming offers that dont require info submit right there, but radio buttons for yes and no, then the data collected on step 1 to submit to offers that were checked yes).

Any help or tutorials that can steer me into the right direction please let me know!

Thanks guys!
#coreg #midpath #offers
  • Profile picture of the author kenzik
    Originally Posted by soudy View Post

    Hey guys!


    I need some help on how to create a mid-path for co reg offers,

    basically I have a people search page when they submit their info + the person they are searching for into my lead form - before they get their result I want a page or (not really a pop up but more like a step 1,2,3.) A page to populate co-reg offers ( im assuming offers that dont require info submit right there, but radio buttons for yes and no, then the data collected on step 1 to submit to offers that were checked yes).

    Any help or tutorials that can steer me into the right direction please let me know!

    Thanks guys!
    Your question is really difficult to read, but here's what I'm assuming based on what you wrote:

    1) You have the user enter some data on page 1
    2) When they get to page 2, you want that same data to be pre-populated on the next page.

    Assuming you are using only HTML + Javascript you'll need to either store cookies (and pick them up on the subsequent page) or pick up the parameters from the GET (using Javascript) from the 2nd page.

    If you are using virtually any other server-side language and your form is submitted using a typical POST, you can pick up the variables with that language. For example, in PHP you can use the $_POST variable.
    {{ DiscussionBoard.errors[7380024].message }}
  • Profile picture of the author soudy
    Yea its probably going to be PHP, I got a twin bro who is a beast at that.

    But Opt-Intelligence actually provides the service and is a network for what im looking for, basically to be able to pop in multiple co-reg offers.
    Thanks tho
    {{ DiscussionBoard.errors[7390952].message }}

Trending Topics