Form spinner not visible on submit button click
-
Hey! I’m having an issue with the form spinner not appearing when the submit button is clicked. The form submission process is slow, so that spinner is pretty crucial to let users know the form is actually being submitted.
I got the spinner to appear with a CSS workaround, but it would be nice to get it working as it should.
There are multiple of the same form on the homepage. In other words, the same form shortcode is used multiple times on the page. They are inside divs, which I thought might be the problem, but I tested a form outside of a div and the spinner still did not appear.
Does it have something to do with Ajax not loading or working correctly on the page? That’s my only other idea, but I’m not sure how to diagnose that.
This is how I have the form set up in the dashboard:
[email* your-email akismet:author_email placeholder”Email Address”]
[hidden text last-name]
[submit “Sign Up”]
Thanks for any help!
The page I need help with: [log in to see the link]
- The topic ‘Form spinner not visible on submit button click’ is closed to new replies.