Poll Ad On - View Results conditional

Hey guys! I’m wondering if there is a way to make the “View Results” for the poll section on this site http://greenspacemt.com/ conditional? As in website visitors would have to enter their email address first before they can view the results. Is this doable at all? Thanks!

Edit: Now I see this won’t work because you don’t redirect after submission. It could work if you do, but I don’t know if that’s ideal.

Could you make it that they have to vote as well? Maybe you could add an email field, make it required to submit. In the confirmation, have it direct them back to the page, ideally bring them back to the poll by adding an html field to the top of the form.

Put in the html field,
<span id=poll-form></span>

In the confirmation, redirect them to http://greenspacemt.com/#poll-form?voted=1

Put a hidden field pre-populated from voted (advanced -> Allow field to be populated dynamically -> enter voted)
Make a new html field somewhere. Put in there,

<style>.gpoll_button{display:none}</style>

Use conditional logic to hide the new html field when voted is 1.

I don’t know if that’s what you were looking for but maybe that could work?