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.

field in a table

  1. Hello,

    it's possible to use fields in a table.
    I would to create a table with articles, quantities and prices in a table, it's possible with gravity forms ?

    Thanks a lot

    Posted 12 years ago on Friday April 27, 2012 | Permalink
  2. Do you have a visual representation of this?

    Posted 12 years ago on Friday April 27, 2012 | Permalink
  3. Yes, here : http://www.huma-concept.com/capt.png

    Posted 12 years ago on Friday April 27, 2012 | Permalink
  4. Are you looking to have this data process to paypal or using authorize.net or just a standard form that logs entries?

    Posted 12 years ago on Friday April 27, 2012 | Permalink
  5. Yes, it's ok for the paypal process. But visually, it's possible to do a table like that ? the user choose only quantities.

    Posted 12 years ago on Monday April 30, 2012 | Permalink
  6. This would require a bit of customization - most likely using table CSS styles to style the list to appear like a table. So, applying custom classes to the fields then using something like display: table-row, etc.

    Posted 12 years ago on Monday April 30, 2012 | Permalink
  7. ok... i think at that too and thanks.
    Just another question, if i want to display results on a page like purchase order summary with a button like "modify" (to modify a quantitie for example) it's possible ?

    Posted 12 years ago on Monday April 30, 2012 | Permalink
  8. That's not possible because Gravity Forms isn't an e-commerce solution at heart. There are threads where people use multi-page/step forms to take data from one part of the form and populate another part of the form prior to submission.

    Taking this approach, if you choose to dive into it, you could have the "Previous" button on step 2 of the form say "Modify" that will take them back to the part of the form where they enter data. But you'll just need to make sure everything passes data back to that second part of the form ok.

    Here is a sample tutorial on how to pass data from part of the form to another:

    http://gravitywiz.com/2012/04/30/simple-pre-submission-confirmation/

    Posted 12 years ago on Monday April 30, 2012 | Permalink
  9. I can't use a ecommerce plugin because there is a variable price on the products. Thanks for the tutorial. I hesitate to dev the form but i would prefer to use gravity.

    It's possible to display a result field in another one or in a html part (to do a summary or resume - sorry for my bad english) ?

    Posted 12 years ago on Monday April 30, 2012 | Permalink
  10. Ok, i understand the tutorial on gravitywiz (to respond on my last answer). To create my table, it's possible to use a number field and create a table in the field "html" ?

    Posted 12 years ago on Tuesday May 1, 2012 | Permalink
  11. If these are going to go to PayPal you'll need to use the Product fields with the PayPal Add-On and work some magic with those - using a product field (so you can set an actual quantity). If it doesn't have to go to PayPal then you can use a number field. I don't believe this is going to be super easy to pull off - it's pretty unique, and I've not seen a representation like you have yet in the wild. Doesn't mean it can't be done though. You will need to get creative and do some experimenting with the field types.

    Posted 12 years ago on Tuesday May 1, 2012 | Permalink