• Resolved martong

    (@martong)


    When specifying your own Confirm URL Page is there a way to include the two links that are present in the default confirmation page.

    “See previous responses” and “Edit your response”

    I see the values in the source pages but I imagine they are different for each form submitted.

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

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

    (@mpwalsh8)

    Google Forms from the Google Docs perspective expects there to be two parties involved in a form submission:

    1. Google’s Server
    2. End User’s Client Browser

    Because there is a direct communication between Google’s server and the User’s Client Browser, Google knows which submission goes with which client and thus can allow editing of prior responses.

    What the Google Forms plugin does, and this is by design so the form can integrated into your WordPress site, is insert your WordPress Server in between what Google “expects” the process to be.

    The form content is submitted to the WordPress site which then, using the WordPress HTTP API, resubmits it to Google. This second submission is effectively anonymous as far as Google is concerned because ALL the submissions for the form come from same end user which is your WordPress Server.

    The actual end user is abstracted away because that interaction happens between the end user and the WordPress site as opposed to the end user and Google.

    So to you answer you question, the “Previous Responses” will work although it will take you to Google Docs. Instead, I recommend using one of the many Google Docs integration plugins to show the results within your WordPress site.

    The “Edit your responses” link won’t work correctly and I strongly recommend hiding it with CSS. In fact, I recommend hiding both and having a separate link to the results within the WordPress context.

    Thread Starter martong

    (@martong)

    Mike, Thanks for your quick response. in reference to…..

    “I recommend using one of the many Google Docs integration plugins to show the results within your WordPress site.”

    I tried looking for these, I looked under the Google Forms application window, add-ons and I search the web for Google Forms add-ons but could not find what you are referring to, can you be a bit more specific or provide an example.

    I am setting this up for our non-profit to record Volunteer hours related to our service projects throughout the year. I select Google Forms because the data is place into a Google Spreadsheet in which I have some Google Script functions that automatically produce reports of the data.

    Thanks again for you time,

    Marty

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I’ve user the Inline Google Spreadsheet Viewer plugin for a couple projects. There are others which do something similar. I can’t think of any reason why it wouldn’t work with you’re doing based on your description.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Using your own Confirm URL Page question’ is closed to new replies.