This isn't really a Gravity Forms support question per say as it's not functionality Gravity Forms itself provides. If you want to show/hide your form you would have to write Javascript and show/hide the form just like you would use Javascript to show/hide anything on your site.
You would also style the form using CSS just like you would style anything else on your site. View the source, see the classes and id's that are used, and write CSS to target those classes and/or id's. You would place this CSS in your themes stylesheet.
Here is some documentation on the CSS elements that Gravity Forms uses.
CSS Style Guide:
http://www.gravityhelp.com/documentation/visual-css-guide/
How to target form elements:
http://www.gravityhelp.com/documentation/css-targeting-samples/
Posted 13 years ago on Sunday January 16, 2011 |
Permalink