Hello ppl,
I found another bug in my page 🙁, I have a form in my page which can ad an add to an database.
The form contains next fields:
Title (max 40)
Name (max 35)
Description (textarea, I don't know how to define a max number of chars.)
Email (max 35)
Tel (max 15)
Website (max 35)
If somebody intends to insert in all fields the max number with NO SPACE between the chars (like this: hfdhgdfjgdjsgdgfdsfjsdgfjsdgfdjsf)
my table will look werry bad , and I don't want that 🙁.
1.What I need for my "name" field is a script which can force a spaceless text to be separated in 2 words, let's say after 17 chars. to insert a (17 chars - i don't know if a name in my country can be more than 17 chars)
2.Now, for my text area maybe I can find a java script which can stop you from inserting more chars. then I want , (like send sms textarea from every site, they limit us on ~170 chars)
If you have better ideas for textarea, send me a reply. Until then I will search a javascript, I think this is the perfect way to solve my problem.
10x and see ya