I must be missing something I installed the latest version but I can't find the gravity forms widget at all... Is it still in the download?
I must be missing something I installed the latest version but I can't find the gravity forms widget at all... Is it still in the download?
Yep, the widget is included with the plugin. It's just titled "form" in the widget admin.
Ah okay so for those that may experience the same problem....
1) Go to Appearance in your wordpress admin (wp-admin).
2) Click on Widgets
3) You see a new widget called Form/Gravity Forms Widget
You can play with it there. How do we do this via code? Meaning how can I insert the widget into my sidebar.php script?
Thanks for the super quick response as usual! Truly awesome support!
You just drag the widget to the sidebar/widgetized area on the right in that admin page and configure it there.
You can have multiple "sidbars" if you will or "widgetized areas".. it all depends on the theme. Most themes already have a widgetized sidebar so you shouldn't have to do anything to the theme markup to use it.
Okay, but I actually want to insert it into the theme file myself, I did drag and drop it in but it then replaces my existing sidebar (feature of my theme). If there is no short code or function call for it, just let me know. Thanks again!
There isn't a function to embed the widget, you would just use the normal function embed method to embed your form in a theme file.
You can find more info on that here.
Oh, that's too bad, it would be handy to be able to embed the widget via code. Thanks anyway for your help.
You don't embed widgets via code.. I guess you can if you really want, but that's not how its supposed to work. You create widgetized areas/sidebars in your theme and register them, then you can use any widget you'd like in those areas.
http://www.themelab.com/2008/04/18/see-how-easy-it-is-to-widgetize-wordpress-themes/
All the Gravity Forms widget does is give you a GUI to embed the form in the widgetized area.. if you embed the form in the theme files via the function call, you're getting the same thing.