I am using 1.5.8a. I would like to make the telephone required on both ask a question and contact us. For contact us, I went to /includes/templates/responsive_classic/templates/tpl_contact_us_default.php and changed the telephone code to
Code:
<label class="inputLabel" for="telephone"><?php echo ENTRY_TELEPHONE_NUMBER; ?></label>
<?php echo zen_draw_input_field('telephone', ($telephone), ' size="40" id="telephone" autocomplete="off" placeholder="' . ENTRY_REQUIRED_SYMBOL . '" required', 'telephone'); ?>
<br class="clearBoth" />
However, it is not putting in the required symbol or making it required. Is there something else or different I need to do?
Thanks.
Bookmarks