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

    (@mpwalsh8)

    It is hard to no fore sure without seeing the page itself. The link you provided is a preview link so I am not able to view your form. Can you fill out my Help and Support form? That will likely be the fastest way to help you out.

    Thread Starter Nancy Rector

    (@nanrector)

    Sorry about that. I had a plugin that I thought would let you view it.
    I set up a temp page with the content. The form is at the bottom. Again, when used it just pops you to the top of the page, no confirmation or anything.

    https://ourpeacefulplanet.com/2015/06/12/temp/

    Plugin Author Mike Walsh

    (@mpwalsh8)

    The confirmation from Google is there, you just can’t see it because there is a CSS rule hiding the DIV which contains the Google confirmation content.

    div.ss-resp-card {
        display: none;
    }

    I used Firebug to toggle this rule on and off and the content shows and hides as expected. Instead of hiding all of the content, you may want to hide just the content.

    Instead you may want to try tthe following:

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

    It will hide some, but not all of the Google confirmation.

    Thread Starter Nancy Rector

    (@nanrector)

    Ah… thank you for the info. I missed the part about using your form. I was on my cell and didn’t see it.

    I can’t seem to find that rule with a search on my css file… could you tell me where I’d locate it?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I don’t have my computer right now, just my phone, so without access to Firebug it is hard to know for sure.

    You can have Custom CSS defined in two places, it is likely in one of them. Custom CSS defined on the plugin settings page (Dashboard > Settings > Google Forms) is applied to any form your define.

    Custom CSS defined as part of the form itself is unique to that form and only applied to that form.

    It should be in one of those two places unless it was added to either the plugin default CSS file or your theme’s CSS file. If you use Furebug or Chrome’s element inspector to look at the HTML after submitting the form, find the hidden elements and then either should point you to the CSS source for the rule.

    Thread Starter Nancy Rector

    (@nanrector)

    Found it. It was in the Custom wpGForm CSS. It now gives a confirmation but it still pops you up to the top of the page. Its only when you scroll all the way back down that you can see it.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    That is expected behavior after a form submission. If you want to show a different confirmation page, use the custom confirmation page functionality and play with the redirect styles.

    Thread Starter Nancy Rector

    (@nanrector)

    Ah. Yeah I had originally tried the custom url and it wasn’t working. I’ll see if I can work with it again.

    Sure appreciate the help!
    Nancy

    Plugin Author Mike Walsh

    (@mpwalsh8)

    9 times out of 10 when the confirmation redirect doesn’t work it is due to a JavaScript error on the page, from either a plugin or your theme, which prevents the redirect Javscript from firing.

    Firebug can show these errors as can the error console. Sometimes temporarily disabling all plugins except Google Forms is the fastest way to chase these down.

    Thread Starter Nancy Rector

    (@nanrector)

    Thanks for giving me that information. Now I know where to start looking.

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Were you able to solve your confirmation page conundrum?

    Thread Starter Nancy Rector

    (@nanrector)

    Hey Mike. No, I tried but I just don’t have the skillset to narrow down what was causing the custom confirmation thing to not work. My post went live this week and I ended up just putting a link to the survey on it here at the bottom: https://bit.ly/stoplosingyourphone and then I set up the survey on its own page https://ourpeacefulplanet.com/2015/06/12/survey-cell-phones/ so that when they hit submit they can see the text that says it submitted. It works for me.

    Appreciate you asking! I may try to delve into it again at some point as I love the clean look of the form your plugin creates.

    Thanks!
    Nancy

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Confirmation page issue’ is closed to new replies.