• Resolved thebmhk

    (@thebmhk)


    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>

    1. 訂購類別 [select pick-fields “basketball” “football” “tshirt”]
    2. [group basketball]

    3. 姓名 [text* cf7s-name]
    4. 電話 [tel* cf7s-phone]
    5. 電郵 [email* cf7s-email]
    6. 隊名 [text text-231]
    7. 款式[select menu-269 include_blank “BM elite” “BM elite 2” “Nike elite” “Nike 2017” “Under Armour”]
    8. <[/group]
      [group football]

    9. 姓名 [text* cf7s-name]
    10. 電話 [tel* cf7s-phone]
    11. 電郵 [email* cf7s-email]
    12. 隊名 [text text-231]
    13. 款式[select menu-269 include_blank “BM elite” “BM elite 2” “Nike elite” “Nike 2017” “Under Armour”]
    14. [/group]
      [group tshirt]

    15. 姓名 [text* cf7s-name]
    16. 電話 [tel* cf7s-phone]
    17. 電郵 [email* cf7s-email]
    18. Comments or Questions [textarea cf7s-comments]
    19. [/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)
  • Thread Starter thebmhk

    (@thebmhk)

    i have this error

    jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1 Uncaught Error: Syntax error, unrecognized expression: #menu-%e4%b8%bb%e9%81%b8%e5%96%ae
    at Function.fa.error (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at fa.tokenize (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at fa.select (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at Function.fa (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at Function.a.find (jquery-migrate.min.js,qver=1.4.1.pagespeed.jm.C2obERNcWh.js:1)
    at n.fn.init.find (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at n.fn.init.a.fn.find (jquery-migrate.min.js,qver=1.4.1.pagespeed.jm.C2obERNcWh.js:1)
    at a.fn.init.n.fn.init (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    at a.fn.init (jquery-migrate.min.js,qver=1.4.1.pagespeed.jm.C2obERNcWh.js:1)
    at n (jquery.js,qver=1.12.4.pagespeed.jm.pPCPAKkkss.js:1)
    

    Plugin Author Jules Colle

    (@jules-colle)

    does this error occur when the Conditional Fields plugin is disabled?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘conditional field not working at all?’ is closed to new replies.