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
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.
Thank you
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
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