• Resolved baileys

    (@baileys)


    I use the following example code of the materialize form plugin in my site.
    [md-form]

    [md-text label=”Your name”]
    [text* your-name]
    [/md-text]

    [md-text label=”Your email”]
    [email* your-email]
    [/md-text]

    [md-textarea label=”Your message”]
    [textarea* your-message]
    [/md-textarea]

    [md-submit]
    [submit “Send”]
    [/md-submit]

    [/md-form]

    But it don´t shows me any textfields.
    It shows the text:

    [text* your-name]
    [email* your-email]
    [textarea* your-message]
    [submit “Send”]

    Customize your form’s colours and fonts.

    What is the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @baileys

    It seems like maybe you’re putting the code straight into a page or post? The code is supposed to go into a Contact Form 7 form.

    Can you confirm you have the Contact Form 7 plugin activated, and the code is in a Contact Form?

    Thanks,
    Angus

    Thread Starter baileys

    (@baileys)

    Hi GusRuss89,

    thanks for your quick reply. That was my problem and now it works.

    Maybe the documentation can be adjusted accordingly. Unfortunately, this was not apparent to me. I thought the shortcode of contactform 7 must be replaced by the shortcode of materialize plugin.

    Thanks!!!

    Plugin Author GusRuss89

    (@gusruss89)

    Hi @baileys

    You are right, I will make this clearer. Thank you for the feedback!

    Thanks,
    Angus

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

The topic ‘Shortcodes not interpreted’ is closed to new replies.