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

    (@mpwalsh8)

    THe links to the form you provided doesn’t resolve so I can’t look at it. I suspect you have a Javascript error on your page (as you do on this page:

    https://www.biddytarot.com/

    TypeError: jQuery.easing[jQuery.easing.def] is not a function

    …Quad”,swing:function(a,b,c,d,e){return jQuery.easing[jQuery.easing.def](a,b,c,d,…

    Any Javascript error prevents the jQuery script Google Forms uses to do a number of things, page redirection being one of them.

    Thread Starter Miko Belludo

    (@mikoooo)

    Hi,

    Thank you for looking, appreciate it and sorry about it, the other admin just changed the slug a while ago, but this is the standard link for the GForm: https://www.biddytarot.com/wpgforms/5ss-welcome-survey/

    I tried the fix with hiding the content of element with style=”display:none” and changing again the redirect URL that I’ve read on the other threads but with no luck

    Hope this will be resolve

    Plugin Author Mike Walsh

    (@mpwalsh8)

    What is the URL of the confirmation page?

    What do you have the redirect style set to (it is the field under the confirmation page URL)?

    I did submit a test response on your form and the submission looks clean.

    Also – if you add this Custom CSS, the bullets next to the radio buttons will not be displayed.

    div.ss-form-entry ul li {
        list-style: outside none none;
    }
    Thread Starter Miko Belludo

    (@mikoooo)

    Hi,

    This is the settings for the confirmation/redirect page:

    https://www.evernote.com/shard/s722/sh/2df34c8f-5c6d-433c-9eb8-22f7dfe4a4f8/39e3bb42ab6be43e8b5e6e47d89e0278

    See, it doesn’t redirect to the proper URL, it only reloads the page with another submit button

    Plugin Author Mike Walsh

    (@mpwalsh8)

    Do you have a multiple page form? I ask because the button is labeled “Send Responses” (the text is hard to see) but the HTML code actually identifies the button as “continue” which leads me to believe there are multiple pages.

    <input type="submit" class="jfk-button jfk-button-standard " id="ss-submit" value="Send Responses ?" name="continue">

    The plugin is smart enough to only redirect to the confirmation page when the final “Submit” takes place.

    It looks like you have a page break in your Google Form because if I click on the “continue” button, the “Send Reponses” button on the subsequent page is actually a submit button (and it is easier to read).

    <input type="submit" class="jfk-button jfk-button-action " id="ss-submit" value="Send Responses" name="submit">

    I am guessing you need to delete the first button on your form.

    Thread Starter Miko Belludo

    (@mikoooo)

    That’s it! Now the form is only one page, the redirect is working like a charm!

    Thanks so much for the assistance!

    Plugin works great

    Kindest regards,

    Miko

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Redirect/Confirmation Page URL not working’ is closed to new replies.