Is there a way of restricting the number of characters available to the customer in the special instructions field?
Thanks
Thanks
<input type="TEXT" name="SHIPUSERDEFINED" size="20">
<input type="TEXT" name="SHIPUSERDEFINED" size="20" maxlength="30">
Comment