I have added code to include a custom dashboard widget, but it ends up a bit funny....
Heres what it looks like..
https://dl.dropbox.com/u/9832993/shortcode.png
How can I make those edit/delete options go away?
I have added code to include a custom dashboard widget, but it ends up a bit funny....
Heres what it looks like..
https://dl.dropbox.com/u/9832993/shortcode.png
How can I make those edit/delete options go away?
It looks like you are not including the Gravity Forms scripts and style. Please try enqueuing them when your widget loads using gravity_form_enqueue_scripts.
http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts
You're basically doing this (although you are using do_shortcode not the function call):
http://www.gravityhelp.com/documentation/page/Embedding_A_Form#Function_Call
When you include a Gravity Form like that, you have to include the scripts yourself.
Gravity Forms was not designed to be used in the admin area, so this may not work properly even after you enqueue the scripts.