cellumer
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups not showingI 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.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups not showingHi,
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.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups not showingHi,
I understand.. thanks!
Wouter