1. Go to Admin> Setting and create custom fields with prefix sf_
2. Campaigns> Create optin form and insert hidden fields of custom fields created in the Step 1.
3. We grab code HTML unstyled
4. At Survey Funnel go to Optin and paste the code (create the questions in advance)
5. Field logic – assign values by choosing question and corresponding custom field. Do it for each question
6. Add total score with corresponding custom field
7. Post Survey Actions > provide the same URL for ALL the questions
8. Create different thank you pages at your web-site for each score
9. Create and upload thankyou.php file to a web-site via FTP
10. Click Deploy, grab the code and paste it into a desired page on your web-site. (For WordPress make sure your editor is switched to ‘Text’ mode)
SAMPLE OF thankyou.php page:
<p>$totalscore = $_GET['inf_custom_sftotalscore'];</p>
<p>if ($totalscore == 133) {<br ?-->
<?php $totalscore = $_GET['inf_custom_sftotalscore']; if ($totalscore == 133) { header('Location: http://www.mensstyletv.com/ym-bb-i/'); } else if ($totalscore == 132) { header('Location: http://www.mensstyletv.com/ym-bb-a/'); } else if ($totalscore == 131) { header('Location: http://www.mensstyletv.com/ym-bb-s/'); } else if ($totalscore == 134) { header('Location: http://www.mensstyletv.com/ym-bb-t/'); } else if ($totalscore == 122) { header('Location: http://www.mensstyletv.com/ym-mb-a/'); } else if ($totalscore == 123) { header('Location: http://www.mensstyletv.com/ym-mb-i/'); } else if ($totalscore == 121) { header('Location: http://www.mensstyletv.com/ym-mb-s/'); } else if ($totalscore == 124) { header('Location: http://www.mensstyletv.com/ym-mb-t/'); } else if ($totalscore == 112) { header('Location: http://www.mensstyletv.com/ym-sb-a/'); } else if ($totalscore == 113) { header('Location: http://www.mensstyletv.com/ym-sb-i/'); } else if ($totalscore == 111) { header('Location: http://www.mensstyletv.com/ym-sb-s/'); } else if ($totalscore == 114) { header('Location: http://www.mensstyletv.com/ym-sb-t/'); } else if ($totalscore == 232) { header('Location: http://www.mensstyletv.com/mm-bb-a/'); } else if ($totalscore == 233) { header('Location: http://www.mensstyletv.com/mm-bb-i/'); } else if ($totalscore == 231) { header('Location: http://www.mensstyletv.com/mm-bb-s/'); } else if ($totalscore == 234) { header('Location: http://www.mensstyletv.com/mm-bb-t/'); } else if ($totalscore == 222) { header('Location: http://www.mensstyletv.com/mm-mb-a/'); } else if ($totalscore == 223) { header('Location: http://www.mensstyletv.com/mm-mb-i/'); } else if ($totalscore == 221) { header('Location: http://www.mensstyletv.com/mm-mb-s/'); } else if ($totalscore == 224) { header('Location: http://www.mensstyletv.com/mm-mb-t/'); } else if ($totalscore == 212) { header('Location: http://www.mensstyletv.com/mm-sb-a/'); } else if ($totalscore == 213) { header('Location: http://www.mensstyletv.com/mm-sb-i/'); } else if ($totalscore == 211) { header('Location: http://www.mensstyletv.com/mm-sb-s/'); } else if ($totalscore == 214) { header('Location: http://www.mensstyletv.com/mm-sb-t/'); } else if ($totalscore == 332) { header('Location: http://www.mensstyletv.com/om-bb-a/'); } else if ($totalscore == 333) { header('Location: http://www.mensstyletv.com/om-bb-i/'); } else if ($totalscore == 331) { header('Location: http://www.mensstyletv.com/om-bb-s/'); } else if ($totalscore == 334) { header('Location: http://www.mensstyletv.com/om-bb-t/'); } else if ($totalscore == 322) { header('Location: http://www.mensstyletv.com/om-mb-a/'); } else if ($totalscore == 323) { header('Location: http://www.mensstyletv.com/om-mb-i/'); } else if ($totalscore == 321) { header('Location: http://www.mensstyletv.com/om-mb-s/'); } else if ($totalscore == 324) { header('Location: http://www.mensstyletv.com/om-mb-t/'); } else if ($totalscore == 312) { header('Location: http://www.mensstyletv.com/om-sb-a/'); } else if ($totalscore == 313) { header('Location: http://www.mensstyletv.com/om-sb-i/'); } else if ($totalscore == 311) { header('Location: http://www.mensstyletv.com/om-sb-s/'); } else if ($totalscore == 314) { header('Location: http://www.mensstyletv.com/om-sb-t/'); }