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.

gform submit filter not working in 1.1.13

  1. The gform submit filter stopped working after upgrading to 1.1.13

    add_filter("gform_submit_button", "form_submit_button");
      function form_submit_button($button){
       return "<input type='submit' class='button gray' value='Submit' />";
    }

    It won't allow you to submit the form.

    Posted 13 years ago on Friday July 23, 2010 | Permalink
  2. We will try and replicate the issue on our end and let you know what we find.

    Posted 13 years ago on Friday July 23, 2010 | Permalink
  3. Thanks

    Posted 13 years ago on Saturday July 24, 2010 | Permalink
  4. I am assuming you meant to say after upgrading to 1.3.13, right?
    I copied and pasted your code into my 1.3.13 version and it worked Ok.
    What exactly is happening? When you click the button the form doesn't submit?

    Posted 13 years ago on Monday July 26, 2010 | Permalink
  5. Yes 1.12.13 is correct. When you click the submit button nothing happens. The button just changes as per its css active state.

    Posted 13 years ago on Monday July 26, 2010 | Permalink
  6. Can you send us a WordPress admin login for this site and we can take a look at your setup and see what is going on? You can do so via our Contact Us form and reference this thread and Alex can take a look at it.

    Posted 13 years ago on Monday July 26, 2010 | Permalink
  7. Yes I will do so. My host is having some network issues and I will send a login as soon as they are resolved.

    Posted 13 years ago on Monday July 26, 2010 | Permalink