【发布时间】:2019-04-17 03:01:41
【问题描述】:
所以基本上我试图根据多个选择输入显示不同的价格。价格使用高级自定义字段存储在 WordPress 中,但这只是一个细节,除非它可以通过 AFC 完成。
<select>
<option>12 months</option>
<option>24 months</option>
<option>36 months</option>
</select>
<select>
<option>1000 deposit</option>
<option>2000 deposit</option>
<option>3000 deposit</option>
</select>
* if 12 months and 2000 deposit are selected Show a dynamic price and so on *
最好的方法是什么?我见过很多单一选择输入的例子,但没有看到各种输入。谢谢!
【问题讨论】:
标签: javascript php select advanced-custom-fields