Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter cellumer

    (@cellumer)

    I did change it:
    Uw naam (verplicht)
    [text* your-name]

    Uw email (verplicht)
    [email* your-email]

    Uw toestel
    [select* Soorttoestel “—Kies uw Toestel—” “Telefoon” “Tablet” “Laptop”]

    [group phone]
    [select* tel “– Kies uw telefoon –” “Iphone” “Samsung” “Huawei” “Sony” “Overig”]
    [/group]

    Aanvullende informatie
    [textarea* your-message]

    [submit “Verstuur”]

    AND

    show [phone] if [Soorttoestel] equals “Telefoon”

    This is also not working, I have the same error.

    Thread Starter cellumer

    (@cellumer)

    Hi,

    I removed Material Design Plugin:
    Uw naam (verplicht)
    [text* your-name]

    Uw email (verplicht)
    [email* your-email]

    Uw toestel
    [select* Soorttoestel “—Kies uw Toestel—” “Telefoon” “Tablet” “Laptop”]

    [group phone]
    [select* phone “– Kies uw telefoon –” “Iphone” “Samsung” “Huawei” “Sony” “Overig”]
    [/group]

    Aanvullende informatie
    [textarea* your-message]

    [submit “Verstuur”]

    with condition:
    show [phone] if [Soorttoestel] equals “Telefoon”

    The group is not showing…

    I also get an error in the console:
    Uncaught SyntaxError: Unexpected end of JSON input in scripts.js of the plugin:
    row 20: form_options = JSON.parse(value);

    • This reply was modified 7 years, 8 months ago by cellumer.
    Thread Starter cellumer

    (@cellumer)

    Hi,

    I understand.. thanks!

    Wouter

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