Resolved! How to increase text field width?
I have a text field of string type. I am trying to increase its width to 300px using onLoad client script. But, its not working. I tried it in field style option as well but didn't work either. g_form.getControl('email_address').style.width = '300px'...