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.

Form Title Showing Even When "False"

  1. I've dropped a form on this page: http://careersuccesssystems.com/diypdp-survey/

    and, even though I selected NOT to show the title, it still shows. This is the code in WP:

    [gravityform id=1 name=[Survey]Do-It-Yourself: Professional Development Plan Program title=false description=false]

    Can someone tell me if I've done something wrong? Thanks
    Chrissy

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  2. It's probably the brackets around the "[survey]" in the title. The code thinks you're terminating the shortcode and is not rendering the options that come after that. Try removing the brackets in the name portion of the shortcode and it should work for you.

    [gravityform id=1 name=Survey Do-It-Yourself: Professional Development Plan Program title=false description=false]
    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  3. It's the brackets in the name in the shortcode, it's breaking the shortcode. You can remove the name entirely from the shortcode, it isn't necessary. It's only there to indicate which form it is. The ID is what is used to display the correct form.

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  4. Dang! You guys are awesome! Thanks for the fast response. Fixed :)
    Chrissy

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  5. We have added this so our to do list so we can handle this when it happens. We are going to strip out special characters when the name is added to the shortcode so users won't run into this issue in the future. This will be in the next release.

    Posted 12 years ago on Thursday July 7, 2011 | Permalink