0
我想動態添加或刪除字段,如下面的鏈接爲我的形式jQuery。我使用聯繫表單7插件來顯示錶單。有沒有與它有關的插件?使用聯繫表格7插件動態添加刪除字段
https://www.sanwebe.com/2013/03/addremove-input-fields-dynamically-with-jquery
我想動態添加或刪除字段,如下面的鏈接爲我的形式jQuery。我使用聯繫表單7插件來顯示錶單。有沒有與它有關的插件?使用聯繫表格7插件動態添加刪除字段
https://www.sanwebe.com/2013/03/addremove-input-fields-dynamically-with-jquery
看一看的Conditional Fields for Contact Form 7插件。關於如何設置條件表單,有一個易於遵循tutorial。
Which fields would you like to view? [select pick-fields "Basic fields" "Advanced fields" "All fields"]
[group basic-fields]
<fieldset>
<legend>Basic Fields</legend>
Your name
[text name]
Your email
[text email]
</fieldset>
[/group]
[group advanced-fields]
<fieldset>
<legend>Advanced Fields</legend>
Your operating system
[select pick-os "Windows" "Mac" "Linux" "Android" "iOS" "Other"]
[group other][text other_os][/group]
Some advanced fields
[text adv]
</fieldset>
[/group]
我會試着讓你知道 –