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.

General Layout Questions

  1. Can I make the text fields smaller than (small). I only need to characters and would like to have a text field that big. Can I move the description for radio buttons to the top instead of the default bottom.

    Posted 12 years ago on Sunday October 2, 2011 | Permalink
  2. You can use CSS to redefine the .small class if you want but I would suggest viewing the markup, finding the input ID and targeting it individually and resizing it rather than changing a global class setting.

    You can find samples of targeting form elements for CSS manipulation here..

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    The current version of the plugin doesn't have an option to change the description placement, but the 1.6 Release Candidate version is available now and that option has been added. You can choose to have the description above or below the inputs. It's a global option though so it would apply to all the descriptions in your form, not just for one field type.

    Posted 12 years ago on Monday October 3, 2011 | Permalink
  3. Thank you for the info.

    Posted 12 years ago on Monday October 3, 2011 | Permalink
  4. I upgraded to 1.6.rc5 as suggested. Where are the global options located?

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  5. Also where does the markup reside for the form? I embedded the form on a page and every form field has a triangle in front of it.

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  6. The description placement option is in the first panel with the individual form settings.

    screenshot: http://i.imgur.com/2wcE5.png

    The markup doesn't "reside" anywhere that you can edit it. It's built dynamically by the application. The "triangles" you're seeing are most likely background images being applied to the list structure that contains the form elements. You can reference this FAQ item for a way to override the theme styles.

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

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  7. Sorry Kevin, but this option does not show in the radio buttons edit box.

    BTW - The bullet fix worked perfectly.

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  8. Nah, the option isn't in the radio buttons box. It only exists in the main form settings panel and it applies to the entire form. You either select labels above for the entire form, or labels below. You don't define them per each field.

    Glad the bullet fix worked too. It's a fairly common thing and that CSS snippet usually takes care of it.

    Posted 12 years ago on Thursday October 13, 2011 | Permalink
  9. Got it, thanks.

    Kevin,
    I realize that you get a large amount of questions and I want to applaud your efforts in answering our questions quickly and with a good attitude.

    Posted 12 years ago on Thursday October 13, 2011 | Permalink

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