Hi,
First, this template is really cool, easy to configure and to play with. The only issue that I have it about the "Contact us page" ?!?!.
Everytime someone try to send an email, they receive a error message saying the the "Subject" line is requiered ?? But I do not have that field on my page ??
How do I fixe this ?
I tried to add those lines into to the jf_calla-exteriorshtmlcom_contactcontactdefault_form.php
<div class="control-group">
<div class="control-label"><?php echo $this->form->getLabel('contact_subject'); ?></div>
<div class="controls"><?php echo $this->form->getInput('contact_subject'); ?></div>
But It is not working !!
Can someone help me on this
Thanks in advance