Submit Button Processing Image

When I press the submit button, there’s a temporary spinning image that I want to disable. I just want people to press submit and then redirect to our confirmation page without the submittal image turning.

Hi there,

You can try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

body img.gform_ajax_spinner {
	display: none !important;
}

Credits go to: @chrishajer

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.