PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Form show up by hitting a button?

  1. I would like to make this site looks nicer with some css, but how?
    http://hardthaus.de/feinschmeckertermine/kinderkochkurs-5/
    Something like having a button “Show the Form” and only by hitting this button the form must show up..... can anybody give a hint how to do that:-)

    Posted 13 years ago on Sunday January 16, 2011 | Permalink
  2. Sorry, I put this Topic into the wrong category! must be: Gravity Support Forums » Plugin Support » Gravity Forms

    Thanks:-)

    Posted 13 years ago on Sunday January 16, 2011 | Permalink
  3. 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
  4. Thanks Carl, I have a idea how I could solve this, just wanted to know if there was a build in solution.

    Posted 13 years ago on Monday January 17, 2011 | Permalink