WordPress Google Form v0.54-beta-6 now available

I have a posted a new beta version of WordPress Google Form.  This version (v.054-beta-6) fixes a problem reported today which happens when Logging is enabled on certain servers.  This update will now test for the variables it wants to track before trying to use them.

This update also includes an enhancement with respect to HTTP API Transports.  Previously the plugin allowed control of the various transport options in debug mode.  Recently I found a case where it made sense to disable one of the transports on a permanent basis so I have pulled that functionality out of the debug module and moved it into the plugin core.

Google Forms Beta (7987 downloads )

9 thoughts on “WordPress Google Form v0.54-beta-6 now available

  1. Nope… I got 2 different UIs when I’m displaying the website on firefox and Chrome…. 🙁 I just want a regular-shaped list 🙂

      • So the first thing I would is add the following custom CSS, it will make the radio buttons return to standard size:


        .ss-form-container input {
        display: inline;
        }

        I am still trying to figure out why the alignment is all out of whack.

      • Try this and see if it makes it look better:

        div.ss-form-container input {
        height: auto;
        width: auto;
        }

        div.ss-form-container li {
        list-style-type: none !important;
        }

        You would add this CSS code to the Custom CSS field on the plugin settings page.

Leave a Reply