End tag for "meta" omitted, but OMITTAG NO was specified..Help please..

2014-07-04 Thread Jessica
Hi, I have been trying to fix several errors like this one below after 
validating my site through w3c. I am trying to take care of these
errors myself, as a newbie to PHPCake. I tried adding  /> after "1252, but 
it did not solve my problem. Any ideas on how to fix?

Thanks!

Jessica


   - *Line 4 
   
<http://validator.w3.org/check?uri=http%3A%2F%2Fwww.rentalology.net%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices#line-4>,
 
   column 81*: end tag for "meta" omitted, but OMITTAG NO was specified
   - 
   
   
   
   

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


CakePHP NEWBIE needs help w/ international phone number add on contact form...

2014-07-01 Thread Jessica
Hi, 

   Please bear with me! Total newbie in the CakePHP world.
I need to be able to provide the option to add an international phone 
number on my customers registration form page. 
  Currently, only a US 10 digit phone number is being allowed to be 
entered. I really need to be able to provide the capability of entering in 
either styles, US or
international numbers.


Here's a snippet from the ctp file that I thought has to do with phone 
number section, but I do not see where I change anything to make a 
difference.


 Phone Number *  
 input('Member.phone',array('label'=>'','div' => '','class'=>'phone 
required','id'=>'phone')); ?> 
 



Then here is a snippet from the ctp file that information is displayed on. 
Though I am not sure if this is relevant?


 Phone   *  
 
input('phone',array('label'=>'','div'=>'', 'class'=>'required 
phone', 'size' => '20')); ?>




Should I be looking for another ctp file that has solely form information 
on it or can I change the code provided above to include international 
numbers?

Thanks!

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.