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.

Gravity forms widget

  1. Hello

    i want to put gravity form in my wordpress widget area but forms are not displaying in proper formatting : please check the following reference link from my website

    http://www.intekworld.com/services/

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  2. That's because it is inheriting styles from your theme. Screenshot. Try giving this post a look for a helpful snippet:

    http://www.gravityhelp.com/question/why-is-my-form-showing-up-with-list-bullets/

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  3. David Peralty

    Your style-custom.php has CSS rules in it that are changing how list items and form elements should be displayed, hence your strange formatting. You will have to add rules to override this.

    Posted 11 years ago on Monday June 18, 2012 | Permalink
  4. thanks for your help .... i almost figure it out now bullets and lines are not appearing

    now i want to ask one more thing on same page if you see i used one another plugin to show form... how can i put border and background color for form as it showing in other example and how can i reduce little space between fields

    http://www.intekworld.com/services/

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  5. David Peralty

    Try

    .gform_body input[type="text"], .gform_body input[type="password"], .gform_body input[type="email"], .gform_body textarea, .gform_body select {
    margin-bottom: 2px !important;
    }

    Your style.css has a 20px margin-bottom on these elements.

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  6. hey David

    bro i am not good in coding i will just complete if you please guide me step by step to perform this action ... last time i edited style-custom.php now i edit this code in style.css as it is ..... i am little confuse here.

    one more clarification i want if i keep make changes in coding files these file will affect website on any time in future ? or there is no problem keep changing these source files

    i am new in wordpress, (noob in coding) and always try to figure out my website issue by forum supports etc.

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  7. David Peralty

    You should check with your theme developer regarding saving CSS files so they don't get modified in the future as we are editing your theme not Gravity Forms.

    We are attempting to change your theme's CSS code to override what it has by default to fit the requirements you've sent me. Hence why you have to edit these different files.

    Posted 11 years ago on Tuesday June 19, 2012 | Permalink
  8. thanks i figured out form spacing

    please help me about form styling ... there should be some options to make border and background color

    i want to change borders and backgrounds .... each style for each form

    Posted 11 years ago on Wednesday June 20, 2012 | Permalink
  9. David Peralty

    I'm sorry, but you will want to find a coder to help you with all of the customizations in appearance you want to make because the support forum is for issues with Gravity Forms, and not customizing it to fit your theme.

    Place an ad in our Job Board, and I'm sure you will find someone that can easily tweak the form field display to look the way you want without making any changes to the way the rest of your theme works and looks.

    Posted 11 years ago on Wednesday June 20, 2012 | Permalink

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