Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: content/contact  (Read 4163 times)

Offline Berty

  • Newbie
  • *
  • Posts: 10
  • Karma: +2/-0
    • View Profile
content/contact
« on: December 26, 2014, 05:08:44 AM »
Hi there....
I am currently formating my email enquiry form.

Could you please help me in finding the php for listing the various fields of the email enquiries page  (ie: content/contact page)?

Also, what is the css file for ContactUsFrm_email, form_description, etc?

Thanks in advance.


Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: content/contact
« Reply #1 on: December 26, 2014, 10:47:15 AM »
on v1.2 you can manage details of the form with form manager extension in admin
 
On a storefront side contact us form is build with following controller:
/storefront/controller/pages/content/contact.php

You can see that it is processed by Aform class.
Quote
       $this->form = new AForm('ContactUsFrm');
      $this->form->loadFromDb('ContactUsFrm');
       $form = $this->form->getForm();
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline Berty

  • Newbie
  • *
  • Posts: 10
  • Karma: +2/-0
    • View Profile
Re: content/contact
« Reply #2 on: December 26, 2014, 03:11:31 PM »
I am not sure how I missed that.  :o  Thank you so much!       ;D ;D

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5776
  • Karma: +274/-2
    • View Profile
Re: content/contact
« Reply #3 on: January 12, 2015, 12:11:37 AM »

 

Powered by SMFPacks Social Login Mod