If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
How to modify the email field lenght ???  XML
Forum Index » Support Forum
Author Message
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 ???
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,
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum