CodeIgniter Forums
Error on post simple form - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17)
+--- Thread: Error on post simple form (/showthread.php?tid=81340)



Error on post simple form - pou_to_ksereis - 02-17-2022

Hi bros,
i have one issue with the form post on CI3, it reloads the page, when i try to delete it works fine.
What might be the issue?


RE: Error on post simple form - Kenn38 - 02-17-2022

Check this: https://www.codexpedia.com/javascript/submitting-html-form-without-reload-the-page/


RE: Error on post simple form - Tajar_Dobro - 02-18-2022

Check your .htaccess file


RE: Error on post simple form - demyr - 02-18-2022

Can you share some of your codes, for example form start tag from view, your method in controller and even your route if you have any for this post process?