I'm trying the polls add-on for the first time in a form. I've created a form with conditional logic that shows different polls according to user input. But when the submit button is clicked, results for all polls are shown in the confirmation page. I would like only the poll results that the user filled out to be shown.
Example:
--------------------------
Radio box choices:
1. I want to take Poll 1
2. I want to take Poll 2
Poll 1 is displayed if radio button 1 is selected.
Poll 2 is displayed if radio button 2 is selected.
Submit
--------------------------
Desired result after clicking submit: the confirmation page only shows the poll results for the poll that the user filled out.
However, currently the confirmation page is showing the results of both polls.
One other note: this form with integrated polls also contains "classic" form fields, such as comments, name, email address, etc. So it is not strictly a 'poll', but rather a form with polls included in it.