• Resolved matteo raggi

    (@whichtransfers)


    Hi, it was working in the past and I don’t know what happened, but enabling the radio-field “Other” it should show this group:

    [group gruppoformazione]
     [md-text label="Specificare"]
    [text* formazione][/md-text]
    [/group]

    and clicking YES on the field “Available to work remotely” it should open this group:

    [group gruppodilavoro][md-radio label="Do you have a network of people that you are used to work with?"]
    [radio lavororemoto "YES" "NO"]
    [/md-radio][/group]

    But it not happen.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    what is [md-text]?

    Thread Starter matteo raggi

    (@whichtransfers)

    It is the shortcode of the plugin “Material Design for Contact Form 7”

    Plugin Author Jules Colle

    (@jules-colle)

    I haven’t tested compatibility with that plugin yet. I’ll look into it.

    Plugin Author Jules Colle

    (@jules-colle)

    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

    Plugin Author Jules Colle

    (@jules-colle)

    @nicoloaversa could you copy this to a new support questions? Otherwise I will loose track of this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘the conditional fields stpped to works’ is closed to new replies.