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
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.
Send to base2.php.
It will forward to the next page all parameters you send ( data entered on form ) so you can collect these.
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.
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.
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
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.
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.
It is just domain.com/lp/test2.php
No variables attached to it. Should the form be post or get method?
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.