Greetings,
I'm totaly new to gravity form, I'm currently playing with a simple one line form (newsletter subscribtion) while reading the documentation to try to understand how it works.
I'm mostly trying to style it and see the different behaviors, so far so good
I'm inserting the form directly in my template
I have a couple of questions
so that I use the documentation on
http://www.gravityhelp.com/documentation/page/Gravity_form_enqueue_scripts
it is said that the enqueue has to be added to the header...
1° is it possible to add it from my template page using a hook? so that the gravityforms/css/forms.css?ver=1.6.1
is only added to needed page
what about if I put it onto the functions.php with an if statement to pust it only for a given page?
2° assuming that I want to fully style from my templace style.css, is there a way to avoid the gravity form own css to be displayed? I understand from some post in this forum that it is a configuration on the admin panel, but just can't find it
thank you very much in advance