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.

Button Issues...

  1. Can't get my button to modify?

    Check out http://www.jerrywalker.org -> look at the sidebar on right.

    See the Submit Button....can't figure out how to Target the css to modify it like on this page: http://jerrywalker.org/wanna

    any ideas?

    Ben

    Posted 14 years ago on Wednesday May 26, 2010 | Permalink
  2. Ben,

    When you add a form to the sidebar with a widget or by just using the function call, you have to manually enqueue the Gravity Forms styles and scripts by adding a block of script to your functions.php file.

    http://www.gravityhelp.com/documentation/embedding-a-form/

    The sidebar form on http://jerrywalker.org/wanna displays correctly because the form styles are being loaded automatically by the form that's in the post body. On the main page, no Gravity Forms styles are being loaded so thats why you see the discrepancy.

    Add the script block to enqueue the styles and you'll be good to go.

    Posted 14 years ago on Wednesday May 26, 2010 | Permalink