PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Loading of submit button

  1. Hey guys,

    Thanks for a great Plugin, I'm loving every part of it and it's great to discover new options every day. One question though. I'm using a theme from mysitemyway.com, and was able to style a form in the style of my site using the following code that's pasted in the HTML of a page:

    <script type="text/javascript">// <![CDATA[
    jQuery(document).ready(function(){
    jQuery('input[type="text"]').addClass('textfield');
    jQuery('textarea').addClass('textarea');
    jQuery('input[type="submit"]').addClass('fancy_button');
    });
    // ]]>
    </script>

    This looks great, but uses some kind of 'loading animation': the button seems to 'popup' as it is loaded on top of the original button. You can experience this at http://www.ipadacademy.nl/contact/ Any idea how to solve this?

    Thanks!

    Posted 11 years ago on Sunday July 22, 2012 | Permalink
  2. You will have to take that up with the creator of the function that replaces the button. That's not being done by Gravity Forms. If it is loading on top of already rendered for elements, there is going to be some sort of delay. Maybe you can just turn off the animation?

    Posted 11 years ago on Monday July 23, 2012 | Permalink

This topic has been resolved and has been closed to new replies.