• usnraver

    (@usnraver)


    A few questions. After my form is filled out on my website. These options below come up – how do I get rid of these as I dont want people to see these once the form is filled out. Great Plugin – thank you

    Optional: See previous responses Edit your response
    Submit another response | Create your own form

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

    (@mpwalsh8)

    You have a couple of options.

    1. You can hide them using CSS. For example, the following would hide the whole block of links on the confirmation page using this:
      .ss-footer-txt {
          display: none;
      }
    2. You can you a custom confirmation page and the Google page won’t be displayed.

    Hope that helps.

    Thread Starter usnraver

    (@usnraver)

    This is the code I am using

    [gform form=’https://docs.google.com/a/arizonawebkings.com/spreadsheet/viewform?formkey=dGU1Tnktay13U3Q5UnFKeFJlZE02ZEE6MA#gid=0′%5D

    When I insert your footer code it only gets rid of the two bottom links and leaves the other two.

    https://www.arizonawebkings.com/free-quote/

    With the shortcode I provided can you copy and past the proper shortcode for it to redirect to

    https://www.arizonawebkings.com/faq/

    after form is filled out? I clicked the option to grab wordpress current css and I like the way it looks. I will make $10 donation – great job.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    You should be able to do what you want with this:

    [gform form='https://docs.google.com/a/arizonawebkings.com/spreadsheet/viewform?formkey=dGU1Tnktay13U3Q5UnFKeFJlZE02ZEE6MA#gid=0' confirm='https://www.arizonawebkings.com/free-quote/']

    You may want to play with the option style attribute (style=’ajax’ or style=’redirect’) to see which you like better.

    Thread Starter usnraver

    (@usnraver)

    I pasted this in there and got a bunch of errors – so I went back to the old way I had it and now I lost all my template css styling ??

    Thread Starter usnraver

    (@usnraver)

    never mind – figured it out ??

    Thread Starter usnraver

    (@usnraver)

    I did try to get rid of this “Powered by Google Docs Report Abuse – Terms of Service – Additional Terms”

    is that the legal off?

    Thread Starter usnraver

    (@usnraver)

    haha – found the answer to that – sending donation now – thank you!

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Two things:

    1. I used the wrong URL in the confirm part of the short code:
      [gform form='https://docs.google.com/a/arizonawebkings.com/spreadsheet/viewform?formkey=dGU1Tnktay13U3Q5UnFKeFJlZE02ZEE6MA#gid=0' confirm='https://www.arizonawebkings.com/faq/']
    2. When you copy and paste from the web to the WordPress editor, I have seen it use the wrong apostrophe characters. You may want to check that.

    Changing the short code should have zero impact on your custom CSS as long as the attributes in the short code are being processed correctly.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Awesome!’ is closed to new replies.