Welcome Guest, Not a member yet? Register   Sign In
Codeigniter 4 form validation not working - something to do with action attribute
#2

(This post was last modified: 05-03-2021, 10:40 AM by llyimo1920.)

Your route should use post method for form submission.
also it looks like form action is not defined
PHP Code:
$routes->post('...''...'); 

get method is used for retrieving data from the server
Reply


Messages In This Thread
RE: Codeigniter 4 form validation not working - something to do with action attribute - by llyimo1920 - 05-03-2021, 10:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB