Title: Comment form checkbox
Last modified: August 30, 2016

---

# Comment form checkbox

 *  Resolved [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/)
 * Please don’t add newline from checkbox to text?
 *     ```
       <p class="mc4wp-checkbox mc4wp-checkbox-wp-comment-form">
       			<label><br>
       								<input name="_mc4wp_subscribe_wp-comment-form" value="0" type="hidden"><br>
       				<input name="_mc4wp_subscribe_wp-comment-form" value="1" type="checkbox"><br>
       				<span>Sign up!</span><br>
       			</label></p>
       ```
   
 * [https://wordpress.org/plugins/mailchimp-for-wp/](https://wordpress.org/plugins/mailchimp-for-wp/)

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

 *  [mother.of.code](https://wordpress.org/support/users/imazed/)
 * (@imazed)
 * The Mother of Code
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897295)
 * Hey funsail,
 * Thank you for bringing this to our attention! I’ve tested it out and it doesn’t
   seem to do this for me. Could you please post a link to your website? I’d love
   to check it out!
 *  Thread Starter [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897318)
 * Here it is
    [http://tiny.cc/w1qv7x](http://tiny.cc/w1qv7x)
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897353)
 * Hello Funsail,
 * Are you using any site-builder (shortcode driven) theme? If yes, is it possible
   for you to add our plugin shortcode to some test page using default WordPress
   editor?
 * Secondly can you please check if you are using a plugin “TinyMCE Advanced” and
   if so, then please make sure to update it to the latest version.
 *  Thread Starter [funsail](https://wordpress.org/support/users/funsail/)
 * (@funsail)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897354)
 * Hi
 * This one is not site-builder (shortcode driven).
 * I don’t use TinyMCE Advanced.
 * I’d be happy to add custom CSS if you could supply some.
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897360)
 * Hey Funsail,
 * I just checked your website again and noticed the code is different and there
   are no 
    tags. That said, the checkbox is appearing on a separate line due to
   the CSS of your theme. To fix it, you can add below code to your theme’s CSS 
   file.
 *     ```
       #respond .mc4wp-checkbox-wp-comment-form input[type="checkbox"] {
           float: none;
           display: inline !important;
           width: auto;
       }
       ```
   

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

The topic ‘Comment form checkbox’ 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/)

 * 5 replies
 * 3 participants
 * Last reply from: [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/comment-form-checkbox/#post-6897360)
 * Status: resolved