• Resolved AP CO

    (@andrewprinsen)


    Hi! When I’ve embedded Google forms in the past, I’ve been able to remove the form title by adding “&ttl=0” to the end of the URL as detailed here.

    However, when I try that within the shortcode for this plugin, it doesn’t seem to work. Any idea how I can do this? Thank you!

    http://wordpress.org/extend/plugins/wpgform/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    The easiest way to hide the title would be using Custom CSS (on the plugin settings page). Do something like this:

    h1.ss-form-title {
        display: none;
    }
Viewing 1 replies (of 1 total)

The topic ‘Removing form title’ is closed to new replies.