Welcome Guest, Not a member yet? Register   Sign In
Form validation MIN or MAX on posted array fields
#2

(This post was last modified: 03-29-2017, 05:38 AM by Martin7483.)

Forgot this.

To use the rules just add it like this

PHP Code:
$this->form_validation->set_rules('checkboxes''Some checkboxes''required|min_selection[2]|max_selection[5]'); 
Reply


Messages In This Thread
RE: Form validation MIN or MAX on posted array fields - by Martin7483 - 03-29-2017, 05:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB