• Hello, I used the material design to create a form, but I have 3 issues.
    First one is the E is in form

    The second one is captcha not showing.

    And the last one is about icon who are on the text.

    Here is my form :

    [md-form]
    
    [md-text label="Nom" icon="person"]
    [text* Nom]
    [/md-text]
    
    [md-text label="Email" help="Email" icon="Email"]
    [email* email-782]
    [/md-text]
    
    [md-textarea label="Votre message" help="Message" icon="edit"]
    [textarea* Message]
    [/md-textarea]
    
    [md-file label="Votre ordonnance"]
    [file* Ordonnance]
    [/md-file]
    
    [md-captcha]
    
    [/md-captcha]
    [/md-form]
    
    [md-submit]
    [submit "Envoyer"]
    [/md-submit]
Viewing 1 replies (of 1 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @antoniii0o ,

    To debug the icons and the “E”, I’ll need to see your form’s front-end. Do you have a live link where I can view it?

    It could be that [/md-form] is supposed to be the last line (you should move it to be the last line).

    [md-captcha] is supposed to have a captcha tag inside it. However, since CF7 version 5, Captchas are now invisible, so you should be able to remove the [md-captcha] entirely and just use CF7’s captcha.

    Thanks,
    Angus

Viewing 1 replies (of 1 total)
  • The topic ‘Captcha not showing and E is in form’ is closed to new replies.