http://www.a1-rc.com/index.php?main_page=contact_us
You will see in the text box, the default message appears 'id="enquiry"'..
Im guessing this is some error in one of the php files somewhere, but I'm not sure where the error lies.
Regards,
Clarky
http://www.a1-rc.com/index.php?main_page=contact_us
You will see in the text box, the default message appears 'id="enquiry"'..
Im guessing this is some error in one of the php files somewhere, but I'm not sure where the error lies.
Regards,
Clarky
It's probably due to the coding errors in the Template files. Use this link and look at the errors starting in the line 200's to see where you need to make changes.
Try checking the following....
/includes/templates/template_default/templates/tpl_contact_us_default.php
Line #72 : <?php echo zen_draw_textarea_field('enquiry', '30', '7', '', 'id="enquiry"'); ?>
This is what is in my file....see if yours is the same? COuld be where the error is coming from.
If you are using another template don't forget also that it may be in your other folder:
/includes/templates/YOUR TEMPLATE/templates/tpl_contact_us_default.php
Cheers,
Neil