Help > Forum > Topics & Posts > Prevent users from viewing poll results before they vote
Prevent users from viewing poll results before they vote
Use these steps to hide the Show Results button in your forum polls.
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the HTML link.
- Insert the following HTML code into the Forum Head Tag HTML Code text box:
<script> // Hide the Show Results link document.addEventListener("DOMContentLoaded", function() { if(jQ("#showPollResults").length) { jQ("#showPollResults").addClass("hidden"); } }); </script> - Save your Settings.
If you still need help, please contact us.