0

I use the Drupal CMS.

I would like to have a survey on the home page, depending on the answers redirects to a list of content.

  • Can I use a module for this?
  • Do you have any idea how I could proceed?

Thank you

2 Answers2

0
  1. limesurvey
  2. Webform
  3. Nothing works out fine then try going the custom way.

Use Rules module to redirection when survey is complete. surveybuilder, deepsurvey plenty of contrib modules are available checkout.

* I haven't tried this just passing the info where you can start

narasimharaosp
  • 533
  • 3
  • 12
0

I'm recommending webform module.

https://www.drupal.org/project/webform

I just don't think that it can redirect to different page depending on answers out of box, but you can always add custom submit handler and do redirection on your own:

https://drupal.stackexchange.com/questions/5861/how-to-redirect-to-a-page-after-submitting-a-form

MilanG
  • 6,994
  • 2
  • 35
  • 64