How to hide the Gravity Forms AJAX spinner
You may have seen our article on how to change the default Gravity Forms ajax spinner but what if you want to remove it completely?
It’s actually quite simple. All you need to do is add the following CSS snippet to your theme’s stylesheet (style.css). Enjoy!
body img.gform_ajax_spinner {
display: none !important;
}
Hat tip to @chrishajer!
Hi is there any way to give a delay for the spinner exit with a fade out while exiting as it feel a stuck while loading the next page
Hi James,
We don’t have any solutions for this use case. If you have an active Gravity Perks license, reach out through our support form, and we’ll take a look to see if this is possible.
Best,
Enjoyed reading the content above, really explains everything in detail,the article is very interesting and effective.
Best regards, Abildgaard Raahauge
Nice tip. It works well but not in a modal via an embedded form. Is there a way this can be done?
It works for me in a modal. I suspect there may be another conflict at play.