Thanks for the reply. I tried that and it crashes the page. I moved the recapcha line around and still no luck. See the tail end of the tpl_modules_create_account.php file.
<?php echo recaptcha_get_html(); ?>
<?php
if (CUSTOMERS_REFERRAL_STATUS == 2) {
?>
<fieldset>
<legend><?php echo TABLE_HEADING_REFERRAL_DETAILS; ?></legend>
</fieldset>
<div class="form-group">
<label class="inputLabel" for="customers_referral"><?php echo ENTRY_CUSTOMERS_REFERRAL; ?></label>
<?php echo zen_draw_input_field('customers_referral', '', zen_set_field_length(TABLE_CUSTOMERS, 'customers_referral', '15') . ' id="customers_referral" class="form-control"'); ?>
</div>
><?php } ?>
</div>



Reply With Quote
