Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter nicoloaversa

    (@nicoloaversa)

    Hi! any news? 😉

    Thread Starter nicoloaversa

    (@nicoloaversa)

    i’ve already check this. i use libre office to export csv and date format is correct.

    is strange because if i try to download ur sample csv file now and try to import, dates will not be imported.

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