• Skip to primary navigation
  • Skip to main content

GravityWP

The best information about Gravity Forms, GravityView, Gravity Flow and other addons

  • Tutorials
  • Forms
  • Views
  • Workflow
  • PDF
  • Perks
  • Show Search
Hide Search
Erik van Beek

Change Ajax Spinner Gravity Forms

Erik van Beek · Apr 3, 2017 ·

Do you want to change the Ajax Spinner for your gravity forms?

Create an AJAX spinner Read documentation
  1. Make a new Spinner
  2. Add to functions.php
DEMO

Make a new Spinner

You can make a spinner .gif easily on this site: http://www.chimply.com/

Add to functions.php

Add this code to you functions.php in your child theme:
add_filter("gform_ajax_spinner_url", "spinner_url", 10, 2);
function spinner_url($image_src, $form) {
    return "https://gravitywp.com/spinner.gif";
}
Create an AJAX spinner Read documentation

Gravity Forms

© 2021 - This website is made possible by the wonderful services of
WordPress, GravityForms, GravityView, GravityWiz, Genesis Framework & WP Engine

  • About
  • Hire GF developers
  • Charts
  • Cheat Sheet