Quote Originally Posted by lat9 View Post
Yep, that's just mimicking the behavior of the default tpl_modules_create_account.php. You can change that behavior by the following change:
PHP Code:
<?php 
    
echo zen_draw_checkbox_field('privacy_conditions''1', isset($_POST['privacy_conditions']), 'id="privacy"');
?>
<label class="checkboxLabel" for="privacy"><?php echo TEXT_PRIVACY_CONDITIONS_CONFIRM;?></label>
Thank for that, I would never have got there myself.