Text Boxes
dmann — Wed, 04/29/2009 - 17:25
Force Uppercase
In HTML Form Element Attributes enter the following:onChange="javascript:this.value=this.value.toUpperCase();"
dmann — Wed, 04/29/2009 - 17:25
onChange="javascript:this.value=this.value.toUpperCase();"