To hide the form title and description in the Page or Blog post, follow these simple steps:

  1. Go to edit mode from your blog or page you want to remove the title
  2. Find your form code, usually like this:
    "[gravityform id="8" title="true" description="true"]"


  3. Change the code like this:
    1. If you want to hide only the title, change:
      title="true" to title="false"
    2. If you want to hide the title and description, change:
      title="true" description="true" 
      to title="false" description="false"


  4. Update your current setting, and check your page, now the title is hidden