I wish to validate my safecracker form fields and am using rules:your_custom_field_name=“required|min_length[5]” to validate field1 and that works fine. My question is how do I validate more that a single field not sure on the syntax. Tried rules:field1=“required”,field2=“required” but with no luck. I need to use this with multiple fields.