Title: Automatic opt in
Last modified: March 29, 2017

---

# Automatic opt in

 *  Resolved [fpmortimore](https://wordpress.org/support/users/fpmortimore/)
 * (@fpmortimore)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/automatic-opt-in/)
 * Hi
 * I’m using the custom code in my forms which works well but ideally I’d like the
   opt-in box already ticked in the form i.e. customers would need to untick to 
   opt out. Is that possible?

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

 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/automatic-opt-in/#post-8980918)
 * Hey [@fpmortimore](https://wordpress.org/support/users/fpmortimore/),
 * Can you please share with us how you are integration our plugin in your custom
   form? If you are adding the checkbox HTML, then you can simply modify it to make
   it checked by default.
 *  Thread Starter [fpmortimore](https://wordpress.org/support/users/fpmortimore/)
 * (@fpmortimore)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/automatic-opt-in/#post-8981369)
 * Hi Harish, thanks for your reply. I’m using this code. How should I change it
   to make it checked by default.
 * <p>
    <label> <input type=”checkbox” name=”mc4wp-subscribe” value=”1″ /> Subscribe
   to our newsletter. </label> </p>
 *  Plugin Contributor [Harish Chouhan](https://wordpress.org/support/users/hchouhan/)
 * (@hchouhan)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/automatic-opt-in/#post-9044167)
 * Hello,
 * To make it checked by default, please use below code:
 *     ```
       <p>
       <label>
       <input type=”checkbox” name=”mc4wp-subscribe” value="1" checked />
       Subscribe to our newsletter. </label>
       </p>
       ```
   
 *  Thread Starter [fpmortimore](https://wordpress.org/support/users/fpmortimore/)
 * (@fpmortimore)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/automatic-opt-in/#post-9044250)
 * Hi Harish
 * Thanks for the code however now I no longer have a box but instead I have a field
   with 1 in it – which wont mean anything to the user. What is the code for a checked
   box?
 * Thanks

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

The topic ‘Automatic opt in’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [fpmortimore](https://wordpress.org/support/users/fpmortimore/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/automatic-opt-in/#post-9044250)
 * Status: resolved