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
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
Do you have a visual representation of this?
Yes, here : http://www.huma-concept.com/capt.png
Are you looking to have this data process to paypal or using authorize.net or just a standard form that logs entries?
Yes, it's ok for the paypal process. But visually, it's possible to do a table like that ? the user choose only quantities.
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.
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 ?
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/
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) ?
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" ?
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.