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.

re: Form display formatting

  1. This is my first GF form, and I'm still new to WP and HTML. Bear with me.

    Are there any formatting options within GF to display the created form on the WP page within a box, or as a sheet of paper (dark text on white background)? Or, is that a CSS or HTML thing? If so, guess I'll just settle for the raw form fields on the WP page.

    Thanks.

    http://www.wholeheart.org/wp-admin/admin.php?page=gf_edit_forms&id=1

    Posted 13 years ago on Wednesday November 10, 2010 | Permalink
  2. There aren't any built-in styling options like you're describing. You would have to use some CSS magic to make it happen. Most of the elements have unique ID's that you can apply CSS rules to, and the others can be targeted with some CSS inheritance.

    We put together a visual CSS guide to help you identify which ID's and classes are available.

    http://www.gravityhelp.com/documentation/visual-css-guide/

    Posted 13 years ago on Wednesday November 10, 2010 | Permalink