• Resolved wanderingstars

    (@wanderingstars)


    First of all, thanks for this plugin!

    I am trying to remove “This form was created using Google Forms.
    Create your own” but haven’t been successful.

    I read through your support and did the custom CSS codes as mentioned:
    div.ss-custom-resp {
    display: none;
    }
    div.ss-resp-card {
    display: none; }

    and made “ajax” the confirmation style.

    I am not sure what else to do?

    https://www.ads-software.com/plugins/wpgform/

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

    (@mpwalsh8)

    Did you enable Custom CSS on the settings page?

    Dashboard > Settings > Google Forms – look for Custom CSS checkbox.

    Additional CSS rules are ignored unless Custom CSS is enabled. Assuming you’ve enabled Custom CSS and are still having a problem, if you want to fill out my Help and Support form I’ll take a look at it later this weekend.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I am back and working through my Help Requests and didn’t see one for this – did you resolve it?

    Thread Starter wanderingstars

    (@wanderingstars)

    Thank you! That did work for removing “created with google forms” but it also took away the “Your submission has been recorded. Thank you.” info. Is it possible to keep the submission / thank you message?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    You can try this instead of the other CSS:

    div.ss-resp-message {
        display: none;
    }
    Thread Starter wanderingstars

    (@wanderingstars)

    That took away the submission has been recorded info and left the created with google forms message. I went ahead and made a custom redirect page instead. Thank you anyway for your help and making this plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cannot remove "This form was created using Google Forms" with CSS and ajax.’ is closed to new replies.