• Resolved mtnadmin

    (@mtnadmin)


    I am adding the [mc4wp_form] shortcode to a page an am getting this as what’s displayed:

    <p><!--mep-nl--><!--mep-tab--><label for=&quot;mc4wp_email&quot;>Email address: </label><!--mep-nl--><!--mep-tab--><input type=&quot;email&quot; id=&quot;mc4wp_email&quot; name=&quot;EMAIL&quot; required placeholder=&quot;Your email address&quot; /><!--mep-nl--></p><!--mep-nl--><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><input type=&quot;submit&quot; value=&quot;Sign up&quot; /><!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><input value=&quot;Subscribe Now!&quot; type=&quot;submit&quot;> <!--mep-nl--></p><p><label>Email Address:</label> <input required="required" placeholder="Your email address" name="EMAIL" type="email"> </p><p><label>First Name:</label> <input placeholder="Your first name" name="FNAME" type="text"> </p><p><label>Last Name:</label> <input placeholder="Your last name" name="LNAME" type="text"> </p><p><input type="submit"> </p>

    Any ideas?? Thanks in advance.

    http://wordpress.org/plugins/mailchimp-for-wp/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    Do you have an URL so I can take a look (or a sample page)?

    It’s most likely a conflict with whatever plugin is adding the <!-- mep-nl --> tags.

    Thread Starter mtnadmin

    (@mtnadmin)

    http://tntcreativegroup.com/about-us/

    Thanks for the super quick response!!

    Lori

    Plugin Author Danny van Kooten

    (@dvankooten)

    It seems that another plugin (one that does translating?) is encoding all the HTML entities in the form mark-up, most likely upon saving.

    They’re definitely doing something wrong, I’m afraid there isn’t much my plugin can do about this.

    What does the form mark-up in the settings look like? Does it have the & lt ; pieces or the regular <‘s?

    Thread Starter mtnadmin

    (@mtnadmin)

    This is what the form markup looks like in the settings:

    <p><!--mep-nl--><!--mep-tab--><label for=&quot;mc4wp_email&quot;>Email address: </label><!--mep-nl--><!--mep-tab--><input type=&quot;email&quot; id=&quot;mc4wp_email&quot; name=&quot;EMAIL&quot; required placeholder=&quot;Your email address&quot; /><!--mep-nl--></p><!--mep-nl--><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><input type=&quot;submit&quot; value=&quot;Sign up&quot; /><!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><input value=&quot;Subscribe Now!&quot; type=&quot;submit&quot;> <!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><label>Email Address:</label> <!--mep-nl--><!--mep-tab--><input required=&quot;required&quot; placeholder=&quot;Your email address&quot; name=&quot;EMAIL&quot; type=&quot;email&quot;> <!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><label>First Name:</label> <!--mep-nl--><!--mep-tab--><input placeholder=&quot;Your first name&quot; name=&quot;FNAME&quot; type=&quot;text&quot;> <!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><label>Last Name:</label> <!--mep-nl--><!--mep-tab--><input placeholder=&quot;Your last name&quot; name=&quot;LNAME&quot; type=&quot;text&quot;> <!--mep-nl--></p><!--mep-nl--><p><!--mep-nl--><!--mep-tab--><input type=&quot;submit&quot;> <!--mep-nl--></p>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Form displaying as code’ is closed to new replies.