Answers for "specify max number of input field"

1

setting max input var

htaccess --> php_value max_input_vars 3000
.php     --> ini_set('max_input_vars', 3000);
Posted by: Guest on June-11-2020
-1

input type number maxlength

<input type="text" pattern="\d*" maxlength="4">
Posted by: Guest on December-23-2021

Browse Popular Code Answers by Language