I have the Quiz module installed in my drupal website. My client want to see a thanks page rather than a Quiz Result page, once the Quiz is completed.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I haven’t really used Quiz module soecifically, but I surmise can pass it a form state redirect using hook_form_alter. Something like:
Then catch that with a custom submit handler: