Questionnaire submission results in an empty page. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: Questionnaire submission results in an empty page. (/showthread.php?tid=86668) |
Questionnaire submission results in an empty page. - leusiam - 02-08-2023 This code was thrown at me. I know almost nothing about Code Ignitor and just a bit about PHP. I have a form that returns a value that I specify. When I click the submit button, it takes me back to the correct page, but there is no code on it. I'm stumped as to what's causing the problem. The claim does not appear to be entering the database by establishing the user id, thus I doubt it gets that far. What more can I try? The form: Code: <form method="post" action="/sp/makeClaim"> RE: Questionnaire submission results in an empty page. - ozornick - 02-08-2023 In the code, $this->_redirect() should send a notification or call $this->get Error() in HTML. Try to find the code in another controller|template that shows the results |