Hi,
I'd like to use a survey on my landing page in order to redirect the visitor to a a second step where they will see an offer displayed with a suitable angle based on the answer they gave in the survey.
I can't find any tools to do this, what would you recommend?
Thanks
Do you really need anything complicated to do that? Just use corresponding images as the answers of your survey --> direct redirect to your page 2. Or how complicated survey are you planning to buidl?
How many questions are you going to have in your 'survey'? If just one you could make a simple form where each radio button/checkbox or whatever is worth a value like 1, 2, 3, 4 etc. and then POST those values to a PHP file when you click submit, which then includes an appropriate lander PHP file depending on the answer they chose. I.e. if passed value = 1 include 1.php, if passed value = 2 include 2.php, etc.
This may help? http://css-tricks.com/building-a-simple-quiz/
I don't need something too complicated but I thought that there was some already existing scripts available for sale somewhere, I guess I'll have to hire a developer to build an easy to use and duplicable solution then