Hi @verni
No, I’m afraid not currently. Polls don’t take the user data so you only get vote count/result.
If you want to get user data (showing poll for registered users only, or just asking users to enter their data) you may consider using the form instead of the poll. It won’t show poll results to the users but you can make a simple form that will e.g.
-ask for name or e-mail
-use simple “radio” type button for Yes/No voting
-and you can also add a field of type “hidden” to grab e.g. username from site (if user is logged-in to your site)
All those submission details will be visible for you on “Forminator -> Submissions” page.
The downside is that if you want a nice “graph” results you would need to export the data to CSV and then process it in somme spreadsheet software or similar to generate such chart.
Best regards,
Adam