I want to create a textfield element in Zend Form which always type in uppercase whether CapsLock is On or Off.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Zend_Formis a serverside representation of a Standard HTML form. Standard HTML Form have no built-in facility to force uppercase in the client. This would have to be enforced through the use of JavaScript. You have several options:Zend_Filter_StringToUpperfilter to the element to make all input uppercase when data is passed to the form on the serversideZend_Dojo_Form_Element_TextBoxwithsetUppercaseset to true