Please disable the “Require Login” setting so I can test the form.
I have disabled the Require Login. In doing so, I made a discovery. I was clicking on the circles. It seemed like the natural thing to do. But in reality I learn one has to click on the text. (This review is based on my experience and is my genuine opinion.) Then I could send the text. Though it seems like the circle image I should be able to move or click on it and have it submit the form. If I get confused, I am sure the visitors I get will also have the same issue. At the moment, I only see one way out of it. Words that say, CLICK HERE. Any Ideas? Thank you very much for your reply. It means a lot. Tim
This is happening because of the !important part of this rule in your theme’s CSS:

Either fix this in your theme’s CSS by removing the !important part, or add this CSS to your website:
.glsr-default form.glsr-form .glsr-toggle input[type="checkbox"] {
width: var(--glsr-toggle-w) !important;
}
