conditional field not working at all?
-
i am using the zerif lite template.
when i try to include conditional field, nothing happen, nothing showed up.
here is my code:
<head/><fieldset>
<legend>Event</legend>- 訂購類別 [select pick-fields “basketball” “football” “tshirt”]
- 姓名 [text* cf7s-name]
- 電話 [tel* cf7s-phone]
- 電郵 [email* cf7s-email]
- 隊名 [text text-231]
- 款式[select menu-269 include_blank “BM elite” “BM elite 2” “Nike elite” “Nike 2017” “Under Armour”]
- 姓名 [text* cf7s-name]
- 電話 [tel* cf7s-phone]
- 電郵 [email* cf7s-email]
- 隊名 [text text-231]
- 款式[select menu-269 include_blank “BM elite” “BM elite 2” “Nike elite” “Nike 2017” “Under Armour”]
- 姓名 [text* cf7s-name]
- 電話 [tel* cf7s-phone]
- 電郵 [email* cf7s-email]
- Comments or Questions [textarea cf7s-comments]
[group basketball]
<[/group]
[group football][/group]
[group tshirt][/group]
[submit “Submit”]
<p>* Required</p>
</fieldset>my conditional field code:
if pickfield equals
footballl
then show football
if pickfield equals
tshirt
then show tshirt
if pickfield equals
basketball
then show basketball
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘conditional field not working at all?’ is closed to new replies.