WordPress Google Form
Embeds a published, public Google Form in a WordPress post, page, or widget.
Version 0.28
- Fixed bug with missing GetPageURL method which appears when email confirmation is enabled (email='on').
Version 0.27
- Added ability to check and warn for old and/or unsupported browsers. There is an option on the WordPress Google Form settings page to enable this check. When an old or unsupported browser is detected, a message will be displayed on top of the form. The browser check is based on the same functionality that WordPress uses on the Dashboard.
- Changed default custom confirmation behaviour has reverted back to using a javascript redirect as it did from v0.11 through v0.25.
- Added new shortcode attribute, style, to control how confirmation pages should be handled. There are two options: style='redirect' which is the default and style='ajax' which loads the page content via AJAX.
- Added new CSS classes to support errors and warnings for the browser check and the inability to load Google Forms.
- Cleaned up Options page GUI.
Version 0.26
- Added new shortcode attribute email='on|off', the default setting is 'off'.
- Changed confirmation page from a hard redirect to an AJAX page load.
- Added new email format choice on the Options page, default is HTML.
- Cleaned up some dead code and comments.
Version 0.25
- Fixed problem with checkbox processing when using the prefix attribute.
- Fixed problem with hiding legal links when using the prefix attribute.
- Fixed problem with legal='off' attribute not being processed correctly.
Version 0.24
- Fixed minor typos and other assorted nits.
Version 0.23
- Fixed problem with UTF-8 characters not being passed through the form correctly.
Version 0.23
- Fixed problem where CSS declarations were emitted as plain text when they shouldn't be.
Version 0.22
- Fixed bug with checkboxes not working because jQuery wasn't loaded.
Version 0.21
- Added ability to display a Javascript alert box upon successful form submission.
- Fixed more syntax errors in the ReadMe.txt markdown.
Version 0.20
- More documentation cleanup.
Version 0.19
- Documentation updates in the READMME.txt file.
- Update information on About Tab to reflect new architecture.
Version 0.18
- Fixed version numbering so the WordPress repository would work!
Version 0.17
- Fixed regular expression bug which prevented complex Google Forms from working correctly. Any form which had more than 9 fields or had enough edits such that the form ids contained more than one digit which have been affected by this bug.
Version 0.16
- Fixed bug with select input tags. Selected value was not being retained on a multipage form.
- Fixed bug with passing checkbox values. Only one value, the last selected, was being passed for a multiple choice question.
- Rearchitected process for passing parameters to the Google Form with wp_remote_post().
Version 0.15
- Fixed bug with default options which manifested itself always loading the default options for any setting which is on by default even when turned off by user.
- Removed loading of jQuery-Validate as it is no longer used.
- Removed debug and other deprecated code (e.g. wpgform_footer()).
Version 0.14
- Fixed minor bug with default options which manifested itself as an array index warning on the Options page.
Version 0.13
- Fixed bug where values for check boxes and radio buttons was not retained when going back on multi-page Google Forms.
Version 0.12
- Debug code removed and typos fixed.
Version 0.11
- Re-architected plugin to support multi-page Google Forms.
- Fixed bug which resulted in form being redisplayed when using default confirmation.
- Deprecated use of jQuery Validaor plugin, it is no longer needed as Google is now doing required field checking and validation as part of the new architecture.
- New CSS styles added to support new architecture and confirmation page rendering.
- Default CSS style for div.ss-q-help changed to
display: block;.
- New attribute title added to allow supressing for form title.
- New attribute maph1h2 added to map H1 elements to H2 elements.
Version 0.10
- Added support for required fields using the jQuery Validate plugin.
- Added CSS classes to support jQuery required field validation.
Version 0.9
Version 0.8
- Fixed formatting of CSS section in ReadMe.txt file.
- Added documention for br and suffix short code attributes.
Version 0.7
- Added new shortcode attribute br which can be set to on or off. The br attribute will insert
tags between the labels and the input fields causing them to render on top of one another much they appear on Google Forms. The default setting is off.
- Fixed problem due to Javascript embedded in Google Form. It isn't necessary so it is stripped out.
- Tweaked several default CSS settings, most notably the default width of text entry fields.
- Cleaned up a bunch of debug code.
Version 0.6
- Fixed problem with CSS text from Google form theme appearing as text on the embedded form. This text should have been stripped and in some cases it wasn't.
- Fixed typos in ReadMe.txt file.
Version 0.5
- Fixed problem with tabs not working correctly on Settings page.
- Corrected default setting on donation link.
Version 0.4
- Added support for missing Google Forms fields.
- Added more CSS styles based on new form fields.
- Added FAQs and Usage content by retrieving it from the WordPress repository.
- Removed some debug code.
Version 0.3
- Added support for
<select> and <option> tags.
- Fixed Plugin URI path
- Added links to demo content
Version 0.2
- Cleaned up ReadMe.txt file.
Version 0.1
Requires: 3.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-3-28
Downloads: 16,139
Average Rating
(5 ratings)
Support
0 of 1 support threads in the last three weeks have been resolved.
Got something to say? Need help?