Hello,
I have a form that I am calling from within a custom shortcode programmed in functions.php. The short code evaluates if the user is logged in, and it presents them with a dual login/registration form if they are not. If they are logged in, it calls the Gravity Form.
Everything works fine, except that this results in the Gravity Forms style sheet being called in the footer, making custom css a little harder than usual. If I just embed the form on the page outside the custom shortcode, the style sheet ends up in the header as expected.
Has anyone else ran into this problem? Is there an easy way to get the style sheet back in the header to allow for normal css customization?