After the respondent completes the initial questions in the polling session, they can respond to additional polling questions. By default, we redirect visitors to a page that includes the CivicScience polling hub (formerly the carousel) script. By default, the user is taken to a page on the CivicScience site to visit the polling hub. However, in some instances, you may wish to host the polling hub script and display it on your site.
To create a polling hub site, add the parameter data-civicscience-theme="carousel-dark" to the div tag. Here's a sample.
<script type="text/javascript" async src="https://get.civicscience.com/jspoll/5/csw-polyfills.js"></script><div id="civsci-id-123456789" data-civicscience-Widget="000"data-civicscience-theme="carousel-dark"></div>
Download the integration code from the InsightStore, then replace the "000" value for the data-civicscience-portal attribute in the example with your polling hub target identifier. Replace "123456789" with your identifier for the div.
Place the snippet in the HTML of your page wherever you'd like the polling hub to appear.