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.
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();
I am not sure how I missed that. :o Thank you so much! ;D ;D
Hi.
See short Forms Manager manual (http://www.abantecart.com/ecommerce-documentation/user-manual/admin-user-manual/design/forms-manager)