I'm trying to insert one of my Gravity Forms into a sidebar, I tried this:
<?php
global $wp_embed;
echo $wp_embed->run_shortcode('[gravityform id=2 name=RollUp Carriage Door title=false description=false]');
?>
But that doesn't work, isn't there a function?