More Detail
I made changes in
includes/templates/template_default/templates/tpl_modules_create_account.php
PHP Code:
<br class="clearBoth" />
<label class="inputLabel" for="company_certification"><?php echo 'Company Certification:'; ?></label>
<?php
echo "<select name=\"company_certification\">";
echo "<option value=\"ISO2001\">ISO2001</option>";
echo "<option value=\"OTHER\">Other</option>";
echo "<option value=\"None\">None</option>";
echo "</select>";
?>
<?php echo "Other:"; ?>
<?php echo zen_draw_input_field('other_certification', '', zen_set_field_length(TABLE_ADDRESS_BOOK, 'customer_company_other_certification', '40') . ' id="other_certification"') . (zen_not_null(ENTRY_COMPANY_TEXT) ? '<span class="alert">' . ENTRY_COMPANY_TEXT . '</span>': ''); ?>
<br class="clearBoth" />