Jump to content

[Solved] Contact Form - Back end


wallchopz

Recommended Posts

Hi,

 

I have followed Nemo's tutorial on adding fields to the contact form. I have successfully created the fields and connected them to the database and mails. However, I can't seem to connect them to the admin panel.

 

What page does message.tpl customize?

 

How can I show the newly created fields under Customer Service (see attached photo)?

 

post-800399-0-01045800-1403772333_thumb.jpg

 

 

Edited by wallchopz (see edit history)
Link to comment
Share on other sites

I think you would have to edit AdminCustomerThreadsController and add your new fields to the "fields_list" array.  You might also need to edit renderList function depending on where you stored these fields in the database.

 

I would start with editing the core controller file to make sure you can get it to work properly, but ideally you would want to make these changes as an override, and not edit the core controller class directly. 

  • Like 1
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...