I have posted wpGForm v0.46-beta-12 this morning. This update removes some debug code, updates the ReadMe file to reflect usage of the Custom Post Type and new wpgform shortcode, and adds the URL (permalink) of the page from which the form was submitted to the confirmation email (when used).
Now that the issues with the new version of Google Forms appear to be worked out, I am close to releasing this update. All I have left to do is to update my Help and Support Form to support the new usage model (CPT) and I think I am ready.
Google Forms Beta (27773 downloads )
Mike – can you please tell me what I’m doing wrong here:
http://joecarlasare.com/
My form has a strange bullet between each question that I can’t get removed. any Idea how to do that? I would really appreciate the help!
Have you taken a look a my tip on how to remove bullets?
I had a chance this morning to look at your site with FireBug. I would add the following to the wpGForm Custom CSS section on the plugin settings page (and make sure Custom CSS is enabled):
div.ss-form-entry>ul li {
list-style-type: none;
}
div.ss-q-title > label {
display: inline;
}
It will make your form look significantly better!