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.

Grid of number fields

  1. Is it possible to have a grid (table) of fields with labels on each axis? It's basically for an order form, but will not use payments or anything so I don't need to worry about that functionality. One axis would be different products and the other would be sizes. They can then put a number of how much they want of each size.

    Thanks!

    Posted 11 years ago on Sunday February 24, 2013 | Permalink
  2. Sorry, it took me a while to find the post in the forums where I had done something like this before. Please see this explanation: http://www.gravityhelp.com/forums/topic/creating-a-form-structured-like-a-table#post-122824

    Posted 11 years ago on Wednesday February 27, 2013 | Permalink
  3. No worries, thanks for the reply.

    Looking through your posts, I realized there might be an easier way to tackle my issue.

    Is there a way to use the "list" feature with columns but use other fields as the columns like a multi select box?

    Basically I have a list of products with different sizes. I want to make the form as clean as possible. Right now they are using a table/grid with the product name on one axis and the size on the other. If the size is available for that product there is an input field where they meet. Then they can enter the number (quantity) in that field. Originally I was going to duplicate this if possible but it would be nice to use that add row feature to do the following:

    - The user selects the product with the Multi Select Box (using enhanced interface)
    - Then selects size based on availability
    - Then inputs the amount.

    If the user wants they can click the + to add a new row of the above fields.

    is this possible, if not can you recommend the best route for this?

    Posted 11 years ago on Thursday February 28, 2013 | Permalink
  4. The list field currently allows for text or drop down, not the multi-select field. That can be configured using the gform_column_input filter: http://www.gravityhelp.com/documentation/page/Gform_column_input

    Someone also modified it to use a textarea, but that is not what you're looking for I don't think.

    Posted 11 years ago on Tuesday March 5, 2013 | Permalink