An utterly fantastic plugin, Mike! Thanks! It took a while for me to get it the way I want … afterwhich I did the following quickstart guide for me … thought it might be useful for others:
1) Add and Activate the “Google Forms” plugin in WP
2) Create the form in Google docs
– When creating the form in google docs, go to the bottom of the create/edit webpage and click on the question mark, then select “use old forms”. You’ll know if you’re using an old form if at the top of the edit page it has a wide button to switch to the new form (which you should ignore).
– Don’t put anything in the “Form Description” field since it doesn’t do HTML. Instead, you can add that in your WP webpage using nicer formatting, above where you’ll put the shortcode.
3) Edit the form in Google Docs
– deselect “Require [google-user] login to view this form” at the top
– deselect “Show link to submit another response”, at the bottom
– Click “Addons” menu item, then “Email notifications for this form”
– – Just select all the defaults
– – When adding rules, leave the options blank for the first rule, then “Create rule”t. – – You will then get an error about needing to pay for premium features. Ignore it.
– Copy the url for the edit-form page for the form, which you’ll use in the next step…
4) “Add form” in the Google forms plugin in your WP site:
– In the plugin’s setup page for the form (“Google Forms” – “Add new”), where it asks for the form url don’t use google’s viewform url, but the google url for editing the form (the viewform url did not work for me)
– Make the “Confirm url” is the homepage. It’s where the browser goes after submission success.
– First Try Style: Redirect
– Type something in for the alert, like: “Thank you for your submission … we will get back to you as soon as possible.”
– Form caching is on
– Select “Flush the transient …”
– For Captcha, I try not to use it, and it hasn’t been a problem
5) Place the shortcode in the webpage.
– The shortcode will be something like this: [wpgform id=’128′], you will see this in the plugin’s list of the form setup pages which you created.
– Then make sure the new setting has taken effect by visiting the page. Depending on page caching it may not show up yet.
NOTES:
– Don’t expect that the “viewpage” link (which is shown in the wordpress plugin’s setup page for the form) will work… it may return a 404 error.
– The email notification with the data does *not* come from the plugin. It is defined in google forms, menu-item: Addons – EmailNotificationsForForms
– When you test the new webpage that it will include your widgets if you don’t change the page layout from default. Make sure your widgets look right (no “hello world” posts for example). Remember that your default widget content (example: footer) will show “Replace this content … blah blah blah” junk unless you you actually put something in those widgets, in the Appearance – Widgets settings