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.

Trying to Float Checkbox

  1. Null_
    Member

    Not sure whats wrong with my current css. Just trying to get the checkbox to be on the same line as the email field.

    http://hansandholly.ca/contact

    Was also wondering, is it possible to have conditional logic based on a phone# field? IE: if they enter a phone#, another field is displayed, or is it only dropdowns & check/radio boxes?

    Posted 12 years ago on Thursday December 1, 2011 | Permalink
  2. You can use CSS Ready Classes to float fields side by side. This can be used to float your checkbox field to the right of your email field. There are a bunch of CSS Ready Classes, which are pre-defined CSS classes you can apply to fields to implement enhanced layouts without having to write your own CSS.

    All of the available CSS Ready Classes are documented here:

    http://www.gravityhelp.com/documentation/page/CSS_Ready_Classes

    Currently conditional logic can only be triggered by a drop down, radio button or checkbox field where a user selection is made. So while you can show or hide a text input field based on the value of a selection field, you can't currently show or hide another field based on a text input value. It is a feature we would like to add in the future.

    Posted 12 years ago on Thursday December 1, 2011 | Permalink
  3. Null_
    Member

    awesome, worked perfectly, thanks for the quick response!

    Posted 12 years ago on Friday December 2, 2011 | Permalink

This topic has been resolved and has been closed to new replies.