Welcome Guest, Not a member yet? Register   Sign In
Form Validation
#1

I have updated to 4.3

My rules for price (float)

'price' => [
'label' => ' ',
'rules' => 'required|numeric|greater_than[0]|less_than[1000000]'
],


now i can`t pass greater_than[0]|less_than[1000000]

how to pass float val?
Reply


Messages In This Thread
Form Validation - by motoroller - 01-11-2023, 04:34 PM
RE: Form Validation - by kenjis - 01-11-2023, 05:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB