Help > Forum > Users > Hiding the "Show Results" button in forum polls
Hiding the "Show Results" button in forum polls
You can hide the Show Results button in forum polls by following the instructions below:
- 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> document.addEventListener("DOMContentLoaded", function() { if(jQ("#showPollResults").length) { jQ("#showPollResults").addClass("hidden"); } }); </script> - Save your Settings.
If you still need help, please contact us.