• Resolved bobmack

    (@bobmack)


    I’ve built a few forms but none of them display the Form Title and Description. I’ve disabled and re enabled the option several times with no success.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter bobmack

    (@bobmack)

    I just noticed that the Form Title and Description display when I’m in the edit mode. When I check “Hide form title and description area” once again, it’s working properly in the edit view. In the preview mode, the title and description don’t display either way.

    Hi bobmack,

    Could you check the shortcode for your forms? If you happen to be using shortcode like this:

    [wpforms id="202"]

    … the title and description will be hidden. If this is the case, it can be fixed by modifying the shortcode to set the title and description to “true”, like this:

    [wpforms id="202" title="true" description="true"]

    Could you give that a shot and let me know if it does what you need?

    Thanks! 🙂

    Thread Starter bobmack

    (@bobmack)

    Fantastic… That solved my problem! Thanks for the great support 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Form Title and Description not displaying’ is closed to new replies.