Change The Maxlength Of Inputs Fields

I change it in profile field but it does not work.I need that the field accept only 25 characters.



I try to use max , min , maxlength , size but do not work.



{* Simple input *}

{/if}

Good day,



I have tried to use maxlength and it works:

[quote name='eComLabs' timestamp='1418721965' post='199910']

Good day,



I have tried to use maxlength and it works:



[url=“Clip2Net — screen capture tool for Windows, Android, iPad, Mac, Linux”]Clip2Net — screen capture tool for Windows, Android, iPad, Mac, Linux

[/quote]



Thanks.

Why don't you set it in RegExp ?



We use the following which sets it at 50 characters.



^([0-9a-zA-Z!@#$%^&'*()-_=+ ]){0,50}$

Why don't you set it in RegExp ?

We use the following which sets it at 50 characters.

^([0-9a-zA-Z!@#$%^&'*()-_=+ ]){0,50}$

Please tell me how can we include the Arabic characters and set the limit? I am trying to do it in the Textbox Option I want to limit the input text in the TextBox as option, I want to limit it to 10 characters Arabic and English Please respond

eComeLabs.

Can you please place it as txt? Unfortunelty this image is gone allredy.

A

Good day,

I have tried to use maxlength and it works:

http://clip2net.com/s/38QZ8wZ

eComeLabs.

Can you please place it as txt? Unfortunelty this image is gone allredy.

A

Just check maxlength parameter in the first post