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.

ginput formatting

  1. shaun
    Member

    I'm trying to use the ginput_left & ginput_right to format my form like you do with the address field in the advanced options but when I add these variables to the CSS Class Name field nothing happens. Can you please let me know what I need to do to create a list of fields that are left and right justified?

    Posted 14 years ago on Sunday March 7, 2010 | Permalink
  2. Thats because ginput_left and ginput_right are specific to the advanced fields so they aren't going to work just by applying the class name.

    In order to have fields side by side you need to use CSS to float the fields and it requires writing custom CSS to do so.

    See these threads:

    http://forum.gravityhelp.com/topic/data-fields-in-same-row

    http://forum.gravityhelp.com/topic/horizontal-form-layout

    Posted 14 years ago on Sunday March 7, 2010 | Permalink