I’m trying to embed a register to vote form and I’ve tried entering the script both at site wide code injection in the head and page-level. Neither works and I just get a blank.
Here’s the forms: https://docs.voteamerica.com/embed/free/
<script src="https://cdn.voteamerica.com/embed/tools.js" async></script><div class="voteamerica-embed" data-subscriber="public" data-tool="verify"></div>
I”m putting the script in the head and the code in the div tag in the body with an html block.
https://vote.ghost.io/find-your-polling-place/
I’ve tried both Casper and the custom theme I was using in order to test, but no luck with any theme.
I had this before where JS didn’t seem to be working on another project.
Any tips? Thank you.