Jump to content

Contact form in prestashop


Recommended Posts

In the contact form First i need to insert more fields, need to modify the contact form. I think i can do this. Problem is I dont know how the current contact-form is configured. I mean where does the message from the user goes? if it sends an email how can i change that email address since i am not getting any mails. Second if it does not sends an email how can i make it send. and Third if i modify the form and enter couple of more fields would i need to change the mailer module which is connected to contact form?

 

I hope you understand my question.

 

Regards

Link to comment
Share on other sites

I assume you are using PrestaShop 1.4x

 

1 The message is sent by email, it also saved into database, you can see the message at

 

Back office - Employees tab - Customer Service tab

 

2.The email will also send customer to customer

 

3. The message will be sent to the email address configured in back office

Back office - Employees tab - Contacts tab

Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...

In version 1.5. the actual sending of the emails is done in /controllers/front/ContactController.php.

 

If you want extra fields in your contact form and/or changes in the way emails are sent, you need to know basic PHP. It's not really hard though: I am a PS newbie, but an experienced PHP programmer and it took me about an hour.

Link to comment
Share on other sites

  On 3/4/2013 at 1:22 PM, cool and charming said:

hi ..! How can i create a contact form for menu list.if i click contact us page link i should get the contact form..! how can i do it..?

 

haw what additional fields you want to add?

Link to comment
Share on other sites

×
×
  • Create New...