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 field table?

  1. I am working on trying to recreate this:
    http://ikeapittsburgh.com/home-shopping/

    here with gravity forms:
    http://pressnorth.com/ikeaDEV/?page_id=17

    however, I don't see any way to make a table of fields like the original. is there a way to do this in gravity forms or am I out of luck?

    Posted 14 years ago on Wednesday December 1, 2010 | Permalink
  2. You can do it, but it's going to take a decent bit of CSS work. You would need to float the containing list items into one row.. float all of them left but the last one so it clears the float and forces a new row.

    You'd most likely have to resize them, etc. I would suggest making custom classes, adding them to your theme stylesheet and then adding the custom class names via the form builder admin.

    You might consider trying the CSS "display:table" properties. I personally haven't used this with GF so far so I can't vouch as to how well that will work.

    Posted 14 years ago on Wednesday December 1, 2010 | Permalink