It is the shortcode of the plugin “Material Design for Contact Form 7”
I haven’t tested compatibility with that plugin yet. I’ll look into it.
I tested the plugin and it should work.. can you try and make a very small form with only one condition and see if it works? If not please send me the link and the form code
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.5
Hope you could help me!
Thanks.
Nico
@nicoloaversa could you copy this to a new support questions? Otherwise I will loose track of this.