Working with polls
Polls are a great way to quickly gather information from your users. Visitors like to answer short polls, especially if the results are immediately available and the questions are interesting. In Drupal, polls can contain only a single question, along with a set of predefined responses that the user can choose from.
Create a poll
In this section we'll use the Poll module to create a poll on our site.
Goal
Create a poll to allow Baker James to get feedback from customers. The first poll will ask customers what their favorite bread is from the Bakers Collective menu.
Additional modules needed
Poll (core).
Steps
In this section we'll enable and configure the Poll module.
We begin the process of building a poll by ensuring that the Poll module is enabled. The Poll module is included as a part of the Core Drupal installation.
Once you have confirmed that this module is available, select Add content and then Poll from the main Navigation menu. Drupal will open a new form, where you...