Title: Wrong form when disconnected
Last modified: January 7, 2025

---

# Wrong form when disconnected

 *  Resolved [catalyst29](https://wordpress.org/support/users/catalyst29/)
 * (@catalyst29)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wrong-form-when-disconnected/)
 * Hello !
 * I created this form, which displays fine when I’m connected to the site :
 *     ```wp-block-code
       <p>    <input type="text" name="FNAME" required="" placeholder="Prénom"></p><p>	<input type="email" id="email" name="EMAIL" placeholder="E-mail" required></p><p>	<input class="submit" type="submit" value="Abonnez-vous"></p>
       ```
   
 * But when disconnected, the code appears like this :
 *     ```wp-block-code
       <p>    <label>Prénom</label>    <input type="text" name="FNAME" required="" placeholder="Prénom"></p><p>    <label for="email">        Adresse de courrier électronique: 	<input type="email" id="email" name="EMAIL" placeholder="E-mail" required>    </label></p><p>	<input class="submit" type="submit" value="Abonnez-vous"></p>
       ```
   
 * I cannot juste hide labels because i got one input inside of it. How come it 
   behaves like this ?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwrong-form-when-disconnected%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Lap](https://wordpress.org/support/users/lapzor/)
 * (@lapzor)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wrong-form-when-disconnected/#post-18229844)
 * Hi,
   With connected and disconnected to you mean logged in to Wp-Admin and logged
   out?I’ve seen this before and in that case it was custom code in the theme that
   strips the label away. The theme likely did that in an attempt to create some
   sort of custom styling on the form.
 * Maybe you can ask your theme’s support department about this first? 
   Kind regards,
 *  Thread Starter [catalyst29](https://wordpress.org/support/users/catalyst29/)
 * (@catalyst29)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/wrong-form-when-disconnected/#post-18232006)
 * Hello,
 * I created the theme, and there is no code about being logged in or not.
 * I see today that the problem seems to be solved, by itself.
 * Thank you

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

The topic ‘Wrong form when disconnected’ is closed to new replies.

 * ![](https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577)
 * [MC4WP: Mailchimp for WordPress](https://wordpress.org/plugins/mailchimp-for-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-for-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-for-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-for-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-for-wp/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [catalyst29](https://wordpress.org/support/users/catalyst29/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/wrong-form-when-disconnected/#post-18232006)
 * Status: resolved