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.

Creating a New Submit Button

  1. Can someone give me some basic direction on the steps I would need to take to create a custom submit button?

    I also use this plugin:

    http://maxbuttons.com/

    Which lets you create buttons through dashboard and creates a shortcode. Would it be possible to use the shortcode somehow?

    thanks

    Posted 11 years ago on Wednesday October 17, 2012 | Permalink
  2. I don't believe you can use the shortcode to display the button in a Gravity Form. You can select an image or the default button. Since this button makes looks like CSS3, you won't be able to use an image. So, you will have to grab the CSS generated by this plugin and add that to your theme's stylesheet, but you will have to target the submit button in your Gravity Form.

    If you need help adding the CSS to your stylesheet and targeting the Gravity Form submit button, please let us know. Post the generated CSS here and include a link to your form. If you can, add the CSS to your theme's stylesheet where you think it should go, and if it does not work, we can see what needs to be adjusted.

    Posted 11 years ago on Thursday October 18, 2012 | Permalink
  3. I have Maxbuttons Pro and am looking for an integration with Gravity Forms as well. The developer there seems interested and their plugin is just as intuitive to use as gravity forms. They would make a great match if at all possible programmatically speaking.

    I see this other posting http://www.gravityhelp.com/forums/topic/maxbuttons-supprt#post-56795
    I assume you add it to your theme functions.php
    I will try that, if not the css route seems like the only other option for now.

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  4. The code here:
    http://www.gravityhelp.com/forums/topic/maxbuttons-supprt#post-57120

    Goes in your theme's functions.php

    Instructions:
    http://www.gravityhelp.com/documentation/page/Where_Do_I_Put_This_Code%3F

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink