标签: wordpress forms
我在互联网上进行了很多搜索,但未找到具体内容。
我已经准备好表格,并且需要购买'number of quantities'一个字段,用户将输入2,3,4,5,6 anything,费用为$10 per quantity。
'number of quantities'
2,3,4,5,6 anything
$10 per quantity
现在,例如-如果用户购买了2件商品,那么我将向他们收取20美元,如果他购买了5 items, then i will charge them $40(给予10美元的折扣),依此类推。
5 items, then i will charge them $40
如何在CaptainForm中执行此操作?
谢谢