The Email Subject is a separate pluging: https://www.zen-cart.com/downloads.php?do=file&id=226
which is why it's not included in this plugin.

When installing this plugin, you'd need to merge your tpl_contact_us_default.php with the one from this plugin, as you now have.

Quote Originally Posted by fjbern1943 View Post
Just a heads up. The "tpl_contact_us_default.php" file is missing the email subject box for both the custom template and the standard responsive template.

Was getting errors that it was missing. Modified file to put this in "
<label class="inputLabel" for="subject"><?php echo ENTRY_EMAIL_SUBJECT; ?></label>

<?php echo zen_draw_input_field('subject', $subject, ' size="40" id="subject"') . '<span class="alert">' .
ENTRY_REQUIRED_SYMBOL . '</span>'; ?>
<br class="clearBoth" />" and it now works perfiectly

Zencart setup

version 155e
template Westminster_new
Php 5.6

Using: Latest Google reCaptcha plugin