I want to build form for party rental services, in this case i build this form for tent tools.
It’s posible to make form:
- Add 1 product value price (ex: IDR 10,000 per meter).
- I used weight x height for calculate the price. (ex: 10m x 10m = IDR 1,000,000, or 20m x 20m = IDR 4,000,000).
- And the minimum transaction required is IDR 1,000,000 for each transaction form.
This how i’m stuck in this situation.
1.In E&P Form Builder Plugin Page, Edit Form >> Edit Step >> Add New Item >>
I give a name Width.
“Type of item”, i’m choose Number field.
“Minimun size”, i’m set to 1 qty value.
Activate “Use value as quantity ?” and set price to $ 1.
then i’m duplicate the item and rename it to Height, cause it’s have same value as i needed.
in this step i get what i want, (1 meter equal to IDR 10,000)
2.After create Width & Height items. I’m create Calculation item.
It’s name Calculation.
“Type” of item is “Checkbox”.
Activate “Use calculation ?” and i add a value width and height item with asterisk (*) in between. ex: [item-1_value] * [item-2_value]
“Is selected ?” and “Is hidden ?” option is active.
in this step, multiplication (x) calculation does’t work. Instead, it becomes a sum (+).
3.Also minimum of transaction that i want is IDR 1,000.000, does’t work at all. The value below can still pass without any warning.
I use “Is required ?” option. Add a condition: [item-1_value] * [item-2_value] if(([total] <1000000)) { }
For guide that i follow:
https://www.youtube.com/watch?v=xH8frpa7wL0
I know it’s hard to get what i wanted to say, but i hope you understand.
Thank you for attention.