Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
30/04/2003 23:41:27
|
Anonymous
|
Hello all,
The email field lenght is limited to 30 characters, then if you enter an email address of more than 30 chars the address is dropped down and replaced with "-" char.
Is somebody knows how to bypass this "maxlenght" limit ???
|
|
01/05/2003 13:55:16
|
Anonymous
|
Guys,
For those having the same problem.
Solution is in the templates directory/ file form.php.
Find and modify the line:
<td><input type="text" name="gb_email" size="42" maxlength="30"></td>
and modify the maxlenght to a value <= to size value.
Size value couldn't be more than 60 chars (cause of MySQL definition field).
cheers,
|
|
|
|
|
|
Based on the open source JForum
|