Jump to content

my contact form is not displaying at all


Recommended Posts

Change config/config.in.php

find:

@ini_set('display_errors', 'off');

to

@ini_set('display_errors', 'on');

 

this will allow you to see, and then post any errors coming out of the controller.

 

(you should see file contact-form.php in your root, it calls ContactController.php which does the work before calling contact-form.tpl (the form) that will be in your active theme folder.

 

(remember to turn display_erros bact to off

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...