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.

Lists & Tables - validation & field size

  1. lizat
    Member

    Dear Gravity,

    I want to speciofy the size of the fileds in a lisy=t - I have forces this bu using underscores to remove spaces and fill the label to the width that I want, not very elegant but it works. Is there a better way?

    I also want to have a table of items where, for example, column 2 is a yes/no field or is a selection from a drop-down. Is this possible?

    By the way I love the plug-in, well designed, good usability, good functionality!

    Thank you.............. liz

    Posted 11 years ago on Sunday November 11, 2012 | Permalink
  2. Please post a link to the page on your site where we can see your form. You can normally affect the width of the fields using CSS.

    For extending your list field, you can include a drop down, yes/no using the gform_column_input filter. This code will be added to your theme's functions.php.

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

    Posted 11 years ago on Monday November 12, 2012 | Permalink
  3. lizat
    Member

    The form is here: http://www.riverpurlieu.com/record-your-profile-preferences-form/
    I am happy to adjust CSS if I know which and where it is.

    Have looked at the support and that seems fine just need to know if column id starts at zero or one?

    Thank you......................... liz

    Posted 11 years ago on Monday November 12, 2012 | Permalink
  4. You can style any form element using CSS. If you need to adjust any of the default styles you would do so by adding custom CSS to your themes stylesheet to target and style the elements you want to style.

    You would apply styles to form elements the same way you'd apply styles to any element on a web site by targeting the elements you want to style using selectors and applying the styles you want to apply.

    There is documentation available that helps explain how to properly target various form elements. You can find the target examples here:

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

    What you need to target and the styles you need to apply are entirely dependent on what you are trying to accomplish.

    You would place your custom CSS in your themes stylesheet. Never edit the core Gravity Forms files directly.

    Posted 11 years ago on Monday November 12, 2012 | Permalink

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