Hi Ashton
You can set a maxlength in the input field. Here is an example:
<input type="text" name="unique_name" value="" size="15" maxlength="4">
Where size is the visible input of the text box, and maxlength is the maximum caracters allowed.
Hope this helps
Kraai
Senior Poster
3,981 posts since Feb 2008
Reputation Points: 76
Solved Threads: 87