Welcome Guest, Not a member yet? Register   Sign In
validation and pass an id in url to view from controller
#6

(This post was last modified: 05-16-2017, 12:35 AM by neuron.)

if u used my posted code, there is no reply() method in my code, so you have to set your form action in to

PHP Code:
echo form_open_multipart('ticket/show' $groupsId ); 
//pass $groupsId  from controller to view 
 
after fixing it, when u post form with empty inputs you should see form validation errors
Reply


Messages In This Thread
RE: validation and pass an id in url to view from controller - by neuron - 05-16-2017, 12:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB