• Resolved ceehaupt

    (@ceehaupt)


    Hi,

    I’m trying to show Form Name and Description in my frontend. I just can integrate the form via shortcode and not via block. I found how to activate the display for it via block but not via shortcode. Could you please help me?

    Best,
    Chris

Viewing 3 replies - 1 through 3 (of 3 total)
  • Use the block to add the form with title and description, then copy the code you got and use it anywhere you want.
    The shortcode should include something similar to
    title=”yes”

    Hello @ceehaupt,

    Thanks for writing in!

    To do that, you can use the title and the description attributes in the shortcode which can take either a true or false value like so:

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

    I hope this helps.

    Thread Starter ceehaupt

    (@ceehaupt)

    Thank you! That worked!

    • This reply was modified 3 years, 6 months ago by ceehaupt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show Form Name and Description with Shortcode’ is closed to new replies.