I am using a shortcode to add a simple contact form to page. By viewing the source code, I can see that a stylesheet is being loaded in the document body and not the header. This is causing the page to load a bit slower.
'<link rel='stylesheet' id='gforms_css-css' href='http://anydomain.com/wp-content/plugins/gravityforms/css/forms.css?ver=1.6.12' type='text/css' media='all' />'
A GravityForm script (function gformInitSpinner_1()) is being written in the <head> tag so why can't the stylesheet be added there as well?