Hi, i'm a little bit stuck with this one. I need to reduce the length of a text box from 15 to 6, I tried various things i've found on google about the subject but nothing works. here's the code....
Code: Select all
<?php echo zen_draw_input_field('lsphere', $account->fields['customer_lsphere'], 'id="lsphere"') . (zen_not_null(ENTRY_LSPHERE_NUMBER_TEXT) ? '<span class="alert">' . ENTRY_LSPHERE_NUMBER_TEXT . '</span>': ''); ?></span></td>
The database for this field is set to 6 but the box allows up to around 15, is it possible to change the amount of digits in the box ?
Cheers
J#xx