
Originally Posted by
picandnix
Hi Anne
I'm looking to add a 'subject' box to the contact us drop down in the menu. I have used
http://www.zen-cart.com/downloads.php?do=file&id=226 and it works fine for the regular contact form but I can't seem to be able to add 'subject' to the mega menu so instead the mini form redirects to the main contact form requesting I fill in the subject there instead.
Many thanks in advance.
Got it! 
add
PHP Code:
<br class="clearBoth" />
<label for="subject">Subject<span class="required"> *</span></label>
<input name="subject" type="text" id="subject" size="30" value="" />
to includes/template/yourtemplate/common/tpl_mega_menu.php
hope this helps someone one day.
Bookmarks