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.

Position:fixed window box for email form

  1. morgan
    Member

    Hey guys,

    Is there an easy way to set-up to have a gravity form, say, in a fixed position on the left side of the screen? To give you a better idea of what I'm talking about, http://www.olark.com is a service that uses a chat box that stays stationary on the right side of the screen. I do not want a chat box, but rather a gravity contact form that sits stationary so the customer has the ability to fill it out at anytime if they have any questions.

    Any ideas?

    Thanks!

    Posted 13 years ago on Wednesday June 15, 2011 | Permalink
  2. There are a variety of ways to do this with either simple CSS positioning or with a combination of CSS/jQuery, etc. A quick Google search will turn up tons of different tutorials

    http://css-tricks.com/scrollfollow-sidebar/

    http://jqueryfordesigners.com/fixed-floating-elements/

    You would simply create your div that you wanted to be fixed using your preferred method and then embed the form normally, either in the editor using the shortcode method or directly into the page template using the php function call.

    http://jqueryfordesigners.com/fixed-floating-elements/

    Posted 13 years ago on Wednesday June 15, 2011 | Permalink