Email field type

When using the email field type in a Editable grid is there a way to set the input to lowercase?

Thanks for any help,

Tim

Not directly…but you can always user php to save the value in lower case in your onbeforeinsert do something like


{emailfield} = strtolower( {emailfield} );