Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
p01-contact : simply add contact forms in your pages
#31
Oleg06 Wrote:all the time wrote
Code:
Please write a longer message
http://neowebtime.ru/0/contact2

Change the value in line 199. For example I changed mine to 20 characters:

Code:
case 'message':
            $size = strlen($value);
            if($size > 20) return 1;
            else return 0;

edit - looks like I cross-posted p01, sorry!


-Rob A>
Reply


Messages In This Thread
askcopy syntax Not Working - by celextel - 2019-05-24, 01:54:40
RE: askcopy syntax Not Working - by celextel - 2019-05-28, 01:51:47
p01-contact : simply add contact forms in your pages - by RobA - 2010-10-15, 06:48:07



Users browsing this thread: 3 Guest(s)