Jan 12, 2024
WordPress Warning
If you see this message “Warning: a form on this page has more than 1000 fields” When you import / Export Database From phpmyadmin. Solution is very simple. Go to xampp > php > php.ini file.
Open the php.ini file. Search max_input_vars and you will see similar like
; max_input_vars = 1000
Just change this to
max_input_vars = 10000000
Restart you xampp apache from xampp-control.exe. Done. If you face problem again comment here.
https://smartupworld.com/wordpress-warning-form-has-1000-fields/