Put this in your custome CSS (make sure it is enabled on the plugin settings page):
div.ss-q-title label {
display: inline;
}
You’re like some magical CSS wizard! Very much appreciated!
I wish I could say I was but alas I am not. However, I have solved the line break problem with the asterisk quite a few times so that one I can usually chase down pretty quickly. That and Firebug is your friend. I cannot imagine chasing these CSS issues down without Firebug.
I’m having the same problem but the code didn’t resolve it. My form can be seen at http://wp.mlrowing.org/?wpgform_qv=mountain-lakes-rowing-club-fall-2014-registration I’m also having an issue in that I cannot advance to the next page of the form. I’ll look for that under another topic. Looking forward to getting this working. Thank you!
Try this Custom CSS (make sure you enable Custom CSS on the plugin settings page – Dashboard > Settings > Google Forms):
label.ss-q-item-label br {
display: none;
}
As for the form not submitting – I would suggest making a test form that has 1-2 questions, preferably radio buttons or checkboxes, for testing. You don’t want to have to answer 50 questions just to see if the page submits.