Home > > Coreg

CPV with Co-reg (12)


08-16-2011 08:30 PM #1 clicktrack (Member)
CPV with Co-reg

I am trying to setup CPV with co-reg. No autoresponder.

By big question that i can't figure out is if I should have my form action go to base2.php or directly to my second LP.

It seems if I send the form actions to base2.php it doesn't do the redirect.

Wondering if anyone can lead me into the right direction.

Thanks


08-16-2011 08:59 PM #2 thefalcon (Member)

I have mine setup for the form to send to base2. the next level i have my own page with the coreg path iframed.

I set it to lead capture so that CPVLab knows that it goes through an outside path and then the exit URL i give to my coreg company is base2 which leads to my own page which is an offer wall. If you want to send your user straight to an offer after the coreg path then give em base3.

When u test, make sure you start all over otherwise CPVlab will get confused as to what state you're in.


08-17-2011 06:15 AM #3 bbrock32 (Administrator)

Send to base2.php.

It will forward to the next page all parameters you send ( data entered on form ) so you can collect these.


08-17-2011 06:54 PM #4 clicktrack (Member)

I must have an issue with my setup. When I post to base2.php it gets hung and doesn't forward. If I post to the same page and do my php magic and then do header redirect to base2.php it works.

Wierd.


08-17-2011 07:00 PM #5 parthenon (Member)

Quote Originally Posted by clicktrack View Post
I must have an issue with my setup. When I post to base2.php it gets hung and doesn't forward. If I post to the same page and do my php magic and then do header redirect to base2.php it works.

Wierd.
Are you getting an error or is it just going to a blank page? Check the URL when it gets hung and see if there is anything that looks out of place.


08-17-2011 07:23 PM #6 clicktrack (Member)

I did notice a small error. It can now post to base2.php but when it redirects I can't access any of the form data. I have tried $_GET, $_POST and $_REQUEST.

Also if I have two different paths how do I get them to not switch between each other.

I want
LP1a -> LP2a -> offer
LP1b -> LP2b -> offer

I notice occasionally I get
LP1a -> LP2b -> offer
LP1b -> LP2a -> offer

I have it setup as a LP sequence.


08-18-2011 04:32 PM #7 clicktrack (Member)

I just want to make sure as I still can't figure this out with a lot of time playing around with it.

If I have a form I should have the action go to base2.php.

Then when that redirect happens to my next page it should automatically append all of the form data to the next landing page so i can retrieve it. If not automatically then is there something I need to do in order to get it to work that way.

Thanks


08-18-2011 04:46 PM #8 parthenon (Member)

Yes the form action should be pointed to your base2.php link.

Unfortunately I have not found a good way to do multiple paths the way you posted in CPVLab.

I think that was the intention of the "multiple path" campaign in CPVLab but it doesn't work that way as there are not "levels" within each path so it's basically pointless.


08-18-2011 04:47 PM #9 parthenon (Member)

Can you post an example of what the URL looks like after you post the data to it? I can't think of any reason you wouldn't be able to retrieve the data.

Obscure the domain of course.


08-18-2011 05:16 PM #10 clicktrack (Member)

It is just domain.com/lp/test2.php

No variables attached to it. Should the form be post or get method?


08-18-2011 05:50 PM #11 parthenon (Member)

Quote Originally Posted by clicktrack View Post
It is just domain.com/lp/test2.php

No variables attached to it. Should the form be post or get method?
I am using get.

If the variables are not attached, there is nothing to extract from so apparently your form is not passing the variables correctly.


08-18-2011 06:19 PM #12 clicktrack (Member)

I think that solved it. I was using post. I thought I had tested that a couple of days ago but I must not have.

Thanks again.


Home > > Coreg