• Resolved regchitxz

    (@regchitxz)


    Hi Mike,

    How can I remove these 2 sentences after form submission:

    This form was created using Google Forms.
    Create your own

    I’ve tried doing custom CSS like this:

    div.ss-response-footer {
    display: none;
    }

    But it doesn’t seem to work. Am I doing something wrong here?

    Thanks!

    https://wordpress.org/plugins/wpgform/

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

    (@regchitxz)

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Did you enable Custom CSS on the plugin settings page? It doesn’t look like it because I don’t see your custom CSS appear anywhere on the page. If you have added it to your theme then there is no need to enable custom CSS.

    If it isn’t a simple thing like enabling Custom CSS, you’ll have to disable the redirect temporarily to sort this out. I was able to grab the HTML source for the page before the redirect runs and I would think your CSS should work as long as it is being loaded.

    Thread Starter regchitxz

    (@regchitxz)

    I’ve got it to work. Thanks. =)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove the default footer content after form submission’ is closed to new replies.