Hi.
I was wondering how I would go about limiting the length of an input box. here's the code.. I tried the way I did it in create account but it gives me a blank page and won't have it !. I need to shorten the length to about 5 characters instead of 15ish !
<label class="inputLabel" for="fax"><?php echo ENTRY_FAX_NUMBER; ?></label>
<?php echo zen_draw_input_field('fax', $account->fields['customers_fax'], 'id="fax"') . (zen_not_null(ENTRY_FAX_NUMBER_TEXT) ? '<span class="alert">' . ENTRY_FAX_NUMBER_TEXT . '</span>': ''); ?>
<br class="clearBoth" />
I hope someone can assist.
Cheers
J#xx
(Scott Perry)




