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.

Delete Form Title Name

  1. How do you delete the form name from showing on an existing/active form? I see where you have told others to check the "no display form name" box when creating a form, but when I try to delete the form title from an existing form I get the message " form must have a title, but you can remove before publishing" or something like that, but I can't find that option.

    Thanks,
    Steve

    Posted 12 years ago on Sunday September 18, 2011 | Permalink
  2. The form title is required in the form builder, but when you embed it on the page, there is an option to display the title and description. Just uncheck the "display form title" option and you're good to go.

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

    Posted 12 years ago on Sunday September 18, 2011 | Permalink
  3. How do I remove the form title when the form is used with Cart66? I created a product within Cart66 and then create a GF to build that product with options.

    Posted 11 years ago on Friday January 11, 2013 | Permalink
  4. Please post a link to the form embedded in your site where we can see it. If there is no setting to hide it in the admin, then we can probably hide it with CSS. But we will need to see it online to help you with the CSS. If this is purely in Cart66, you will need to check with their support on how to accomplish your goal.

    Posted 11 years ago on Friday January 11, 2013 | Permalink
  5. Here's a link to the form. The page title will be the same as the form title; therefor I don't need both. The CSS will need to be universal to apply to all forms, since they will all look basically like this. http://www.finelineprintlab.com/bamboo

    Posted 11 years ago on Monday January 14, 2013 | Permalink
  6. You can chose not to show the form title when you embed the form. Uncheck the checkbox option [  ] Display form title you are presented with when embedding a form on the Page editor. Screenshot:

    When you're done, your shortcode will contain this little bit of information in the shortcode to suppress the title of the form: http://minus.com/l10ag8t8OwENM

    title="false"
    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  7. That's not the way I post a form so I am never presented with that option. After I make a product in Cart66, I choose to use a Gravity Form for the product information. I have a dropdown menu to choose a GF that I previously made. Here's a screen shot. http://finelineprintlab.com/temp/screen-shot1.jpg

    The CSS from the GF is still passed on though. I can see the title in the code. So I just need a generic code that will eliminate the title from all Gravity Forms.

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  8. Add this to your theme's stylesheet or wherever the theme provider wants you to add custom CSS:

    [css]
    body .gform_wrapper h3.gform_title {
      display:none!important;
    }
    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  9. Perfect! Thank you!

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink

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