Welcome Guest, Not a member yet? Register   Sign In
[Help] Insert a Contact Form
#5

(10-08-2015, 02:47 AM)孤单的小猴子 Wrote: I wanna put a Contact Form, this one (https://github.com/abkr/codeigniter-contact-form) so i create a new controller named Contact.php and the view from the source.

When i go to: url.com/contact of course i got an error: Call to undefined function validation_errors()

This error message indicates that you need to add the following line to your Contact controller's constructor (or the method which loads the view):

PHP Code:
$this->load->helper('form'); 
Reply


Messages In This Thread
RE: [Help] Insert a Contact Form - by slax0r - 10-08-2015, 04:19 AM
RE: [Help] Insert a Contact Form - by Hex - 10-12-2015, 04:02 AM
RE: [Help] Insert a Contact Form - by mwhitney - 10-14-2015, 08:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB