Does it have widget support like Contact Form 7? Is there any way to paste something in a text widget and have it display a form in a sidebar?
Does it have widget support like Contact Form 7? Is there any way to paste something in a text widget and have it display a form in a sidebar?
A widget is on it's way thanks to Joose de Valk. Don't have a timetable yet. But it should be in one of the next version releases.
Actually I might be able to let you test it out, but it's probably going to change before it is released. If you want to try a test version, drop me an email at carl-at-rocketgenius.com
Gmail is down, sent from my University account.
I use GMail LOL So it might be awhile before I respond.
LOL Twitter is all...um...atwitter about it.
Hi there - Any update on the sidebar widget please? In the asbence of a widget, presumably we could simply hard code the sidebar.php file with a function call?
You can use the function call in the sidebar.php or you can use the contact us form and I can send you the widget as it is right now so you can try it out.
You could also just use the Executable PHP Widget
http://wordpress.org/extend/plugins/php-code-widget/
and put the function call in a widget that way.
We do have widget code if you would like to use it.
We haven't released it as we haven't had a chance to review the code. It was supplied to us by Joost de Valk from yoast.com who whipped it up for his own use and provided us with the code if we wanted to implement it.
We do plan on implementing it, we just haven't had a chance yet.
I'm using it on my site(s), it works beautifully.
I'd love a copy of the widget code please. Carl, would you mind sending please to rnzde[at]hotmail.com? Many thanks. R.
Widget features is great! Hope to see it in the next release.
What about a 3 column page and the gravity form is just too wide to fit? It would be great if I could find a way to implement the sidebar widget. How and where do I change the code to make it 200 wide and 250 long?
The page I'm working on is http://fcf.net/new-to-fcfc/superbus/
Help, please!
Here's the sidebar widget page http://yoast.com/gravity-forms-widget-extras/ and here's the direct download link
Now, here's a screenshot of a sample form, used in the sidebar with the widget. The field widths are set as percentages, so they should adjust to fit the smaller horizontal space without having to alter the default CSS.
Just a quick additional note: it looks like your page isn't loading the Gravity Forms styles at all. You may want to check that the CSS is enabled in the settings.
This is great, thanks so much Kevin!
http://fcf.net/new-to-fcfc/superbus/
The form is still TOO BIG for the 3rd column in spite of selecting 'small' from the drop down menu. The message box hangs off the page, ugh! And the other boxes are scrunched together with their label off to the side. Please help!
I looked at your form and you're not loading the necessary form styles. The Yoast widget doesn't load the styles automatically for you.
You can find the info you need in the FAQ under the widget styles section.
http://www.gravityhelp.com/frequently-asked-questions/faq-styling/
That took care of the unneeded bullets, but it still didn't take care of the width issue or the bunched up labels. I can't use a widget on this particular page: http://fcf.net/new-to-fcfc/superbus/ This 3rd column is NOT a sidebar. I must be able to set the size according to the width of the column.
I've looked over the faq-styling page but I don't see a ready answer for a 3rd column issue. I added the code to get rid of the bullets, YIPPEE! But I still need help!
Thank you for your help!
I'm sorry, I never told you I'm using WPRemix Theme. Wordpress 2.9.2.
I looked again and still no default form styles being loaded. How are you including the form in the third column? Using the function call?
If so, you'll still have to manually load the styles for it to format properly.
http://www.gravityhelp.com/documentation/embedding-a-form/
With the default form styles loaded, the form should fit fine in your sidebar with the "top label" setting. All of the widths are set as percentages so they should adjust nicely.
You can see a screenshot of the default styling used in a sidebar below.
Just get the default styles loaded up, and you should be in business.
You can also add
add_filter('widget_text', 'do_shortcode');
to your theme functions file. This will let you add shortcode into widgets.
hollowman, thats really the easiest solution. thanks