Redirect After Quiz
(9 posts) (3 voices)-
Sir, I LOVE your plugin. I have one question sir, if I may ask or make the suggestion...
Is there a way that I can, or you can tell me or add to the plugin a way that after a survey is done, we have a setting in the functions for each survey to have an automatic redirect to an url we specify. Essentially we add our survey title, all the questions, and then an option if we want to have an auto-redirect to a page we specify.
Essentially, this lets me survey or quiz people, and then send them to a page with the answers.
Is this possible sir? Awaiting your reply.
ChristianPosted 3 years ago # -
Binny?Posted 3 years ago #
-
Sorry about the delay in replying - I forgot to subscribe to this forum. Anyway, its not possible in the current version. I am thinking of adding this feature in the next version.Posted 3 years ago #
-
That would be awesome Binny, I really think people would like to redirect to an explanation or a homepage, or any other url they enter when done.
Something like a setting where you can type your own completed message, or simply redirect to an url we specify automatically.Posted 3 years ago # -
To redirect after survey, edit "show_survey.php" and place the below code after line 11.
The number is the number of seconds to wait before redirecting. Use "CONTENT=0" for no pause.
?>
<META HTTP-EQUIV="Refresh" CONTENT='3; URL=http://www.Place-Your-Desired-URL-Here.com'>
<?php
Alternatively, to redirect after the first submission page, and bypass the optional name/email form, simply place this code after line 45.
<META HTTP-EQUIV="Refresh" CONTENT='3; URL=http://www.Place-Your-Desired-URL-Here.com'>
Posted 2 years ago # -
I'm trying to figure out how to display the results on a public page. Any ideas?Posted 2 years ago #
-
Currently, the best method is to take a screenshot of the result page in the admin side and post it.Posted 2 years ago #
-
"To redirect after survey, edit "show_survey.php" and place the below code after line 11."
I'm editing this within the wordpress cms, which doesn't show the line #s. what code exactly should i be putting this after in order to do the redirect?
Posted 2 years ago # -
n/m, got it. should go right after: e("Thanks for taking the survey. Your details have been saved.");
Posted 2 years ago #
Reply
You must log in to post.