使用联系表单7并需要您的帮助以下用例:
示例数据:
预期行为:
尝试使用插件“联系表单7的条件字段”,但它似乎不起作用。
以下是我使用条件字段插件的联系表单7表单:
<label> Country (required)</label>
[text Country]
[select* Country “C1” “C2” “C3” “C4” “C5”]
[group C1]
<label> State (required)</label>
[select* C1-states “a” “b” “c” “d”]
[/group]
[group C2]
<label> State (required)</label>
[select* C2-states “w” “x” “y” “z”]
[/group]
[group states-1][group states-2]
[/group][/group]
并使用以下条件:
if [Country] equals "C1" then show [C1-states]
if [Country] equals "C2" then show [C2-states]
if [Country] not equals "C1" then show [state-1]
if [Country] not equals "C2" then show [state-2]
在网页显示中,我看到国家没有下拉框或状态框的两个输入框。你能帮忙吗?或者,是否可以在Contact表单7函数中输入一些JavaScript,这可能在这里工作?在此先感谢您的帮助。