我需要开发一个 Web 表单,其中用户选择一个类别并基于该类别出现新的输入字段。我知道这与javascript有关。我查看了 github 和 stackoverflow。但找不到合适的答案。
我的要求很简单
交易形式
1)选择字段:domain, merchandise, vehicle
2选择角色:buyer . / seller
,
3)输入其他邮箱:
4) 谁支付托管费用:buyer, seller, both
5) 检验长度:1-30 days
6) 交易标题:
7) 商品/车辆托管
ADD SHIPPING.
who pays for shipping
8)
域名托管(可以添加多个托管)
enter domain name
enter price
9)
商品托管(更多项目可以添加)
item name
quantity
price
description
shipping fee
10)
车辆托管
vehicle year
vehicle make
modal
price
用户可以选择输入VIN, odometer, notes, registration expiration date, state
titled, state registered,
,并且可以包含fee
用于运输的选项。
shipping fee
正如我在用户选择时提到的,需要出现vehicle escrow
的字段,我尝试使用getElementById 和 innerHTML来做到这一点,这似乎很复杂。vehicle escrow
另外,某些字段需要添加多次。我为此查看了附加JQuery,但仍然没有任何线索。
如果有人能在这方面帮助我,我会很高兴。
请检查下面的链接。它有一个表单,它会根据所选项目进行更改。
谢谢。