Title: Field limit ?
Last modified: August 31, 2016

---

# Field limit ?

 *  Resolved [olopolo11](https://wordpress.org/support/users/olopolo11/)
 * (@olopolo11)
 * [10 years ago](https://wordpress.org/support/topic/field-limit/)
 * Hello,
 * Is there a 27 field limit ?
    when i try to add more, new field are auto-delete.
 * [https://wordpress.org/plugins/woocommerce-checkout-manager/](https://wordpress.org/plugins/woocommerce-checkout-manager/)

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

 *  Thread Starter [olopolo11](https://wordpress.org/support/users/olopolo11/)
 * (@olopolo11)
 * [10 years ago](https://wordpress.org/support/topic/field-limit/#post-7351993)
 * Next error with field limit:
 * When limit 27 field in Additional are reached, all setting from General Tab are
   Delete.
    When you change and click save, all setting from General restart to 
   default.
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [10 years ago](https://wordpress.org/support/topic/field-limit/#post-7352073)
 * Hi olopolo11, I’ll need to check this out. I don’t think there’s a limit but 
   we could be maxing out the WordPress Option length.
 *  Thread Starter [olopolo11](https://wordpress.org/support/users/olopolo11/)
 * (@olopolo11)
 * [10 years ago](https://wordpress.org/support/topic/field-limit/#post-7352094)
 * Hi Michael Visser
 * I check this few times (with that same results) and there is a limit or this 
   is a bug.
 *  [creativelystunning](https://wordpress.org/support/users/creativelystunning/)
 * (@creativelystunning)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/field-limit/#post-7352136)
 * I’m having this same issues only 11 or the 23 fields I have added are showing.
   I don’t know what else to do at this point but I would like it fixed as soon 
   as possible.
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/field-limit/#post-7352137)
 * Hi olopolo11 and creativelystunning, thanks for confirming this. I’ll be looking
   at this today and hope to release a minor Plugin update later today 🙂
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/field-limit/#post-7352138)
 * Hi olopolo11, I’ve been able to reproduce this. There was some funky number checking
   going on which I’m looking into, I’ve modified the code and will test this change
   against all of the different Field Sections then send it to the early release
   team 🙂
 *  [Michael Visser](https://wordpress.org/support/users/visser/)
 * (@visser)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/field-limit/#post-7352139)
 * Hi olopolo11, I’ve done some more digging.
 * This isn’t a fault with the Plugin, well it is as we’re submitting a lot of POST
   fields at once but not something that can be easily addressed as all FORM fields
   on that Field Section (e.g. Billing, Shipping, Additional) are processed at once
   when you click Save Changes.
 * When you click Save Changes and have 25+ Checkout fields on a given Section all
   1000+ POST fields are submitted to the server, some hosts have a limit of 1000
   POST fields. Any more than 1000 POST fields are disregarded.
 * By increasing the ‘max_input_vars’ PHP option you can save more than 25+ Checkout
   fields per Section. You can apply this change across all your WordPress sites
   by editing the ‘max_input_vars’ PHP option in php.ini, or if allowed on a per-
   site basis by adding the following to your .htaccess file.
 * php_value max_input_vars 2500
 * I’ll add this to the Documentation section here:
 * [https://www.visser.com.au/documentation/woocommerce-checkout-manager/troubleshooting/](https://www.visser.com.au/documentation/woocommerce-checkout-manager/troubleshooting/)
 * Here’s some screenshots showing this resolved, previously I could add ~27 Checkout
   fields 🙂
 * [https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-billing.jpg](https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-billing.jpg)
 * [https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-shipping.jpg](https://www.visser.com.au/wp-content/uploads/2016/05/screenshot-wooccm-shipping.jpg)

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

The topic ‘Field limit ?’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-checkout-manager/assets/icon-256x256.jpg?rev
   =2911736)
 * [Checkout Field Manager (Checkout Manager) for WooCommerce](https://wordpress.org/plugins/woocommerce-checkout-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-checkout-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-checkout-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-checkout-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-checkout-manager/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Michael Visser](https://wordpress.org/support/users/visser/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/field-limit/#post-7352139)
 * Status: resolved