Closed (fixed)
Project:
Webform
Version:
7.x-3.9
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 18:43 UTC
Updated:
13 May 2013 at 18:45 UTC
Hi, I am trying to build an ORDER FORM.
QTY | Product information | PRICE
[numfield] | ProductA description | $10.00
[numfield] | ProductB description | $12.00
[numfield] | ProductC description | $7.00
[numfield] | ProductD description | $11.00
I don't "absolutely" need a calculation, would be nice, but not necessary.
Ideally each product would be a node referenced from the "Products" content-type. So the user can click on the product to view more info.
Is this something doable? I am really fighting this, and would need a hand putting this up.
thanks in advance!
Comments
Comment #1
mastap commentedDo you suggest another module than Webform is used for this?
Comment #2
quicksketchI don't think Webform is very capable of what you're wanting, though perhaps http://drupal.org/node/1379074 would help you along with the "Webform Computed Component".
Comment #3
johnennew commentedThis doesn't do exactly what you ask for but may be a suitable alternative if you are using the commerce project for your order processing: http://drupal.org/project/commerce_webform
Comment #4
vernond commented@MastaP - The Webform Computed Component project has been replaced by Webform Macro which might be more useful to you.
Comment #5
quicksketchClosing after lack of activity.
Comment #6
jitsnos1 commentedWe are also facing the same problem and are not able to get orders place using webform with selectable product list.
We are not able to do that with Webform and commerce modules working together.
Can anyone with experience in the task help us out with a small tutorial.
Thanks
Comment #7
MrRedPants commentedI have created simple order forms with checkboxes, however can't figure out how a person can enter how many of the items they want. I have had to create a separate area for them to fill out if they want multiple.
I'm playing around with conditional formatting but not sure if that will help.
The comments above are mostly focused on the calculating issue - however, for me, that's not important - being able to enter the number of items is what I would like. Maybe I just need to make a small textfield for each line item.