Issue with Conditional Fields plugin!
-
Hi Jules, your plugin is great, i use the premium version and i discover the same problem.
I made some tests.. the conditional login works only if I don’t use material design style for the checkbox/radio button.
Plus.. to make the fields works inside the [group] shortcode i had to wrap it on another [md-form] shortcode.
Here an example…
[md-form]
[md-text label=”Email” outlined=”yes”]
[email* u-email]
[/md-text][/md-form]
[checkbox* checkbox use_label_element exclusive “A” “B”]
[group opzione1]
[md-form]
[md-text label=”Your name” outlined=”yes”]
[text* your-name]
[/md-text][md-textarea label=”Your message” outlined=”yes”]
[textarea* your-message]
[/md-textarea][/md-form]
[/group]
[group opzione2]
[md-form]
[md-text label=”Your name 2″ outlined=”yes”]
[text* your-name-2]
[/md-text][md-textarea label=”Your message” outlined=”yes”]
[textarea* your-message-2]
[/md-textarea][/md-form]
[/group]
[md-form]
[md-submit]
[submit “Send”]
[/md-submit][/md-form]
All the plugins are updated!
WP 5.3
CF7 5.1.5
Material Design for Contact Form 7 (Premium) 2.5.5Hope you could help me!
Thanks.
Nico
- The topic ‘Issue with Conditional Fields plugin!’ is closed to new replies.