I have this input code in my form:
For me only oninvalid="this.setCustomValidity(this.willValidate ? '' :'You must choose the account type from the list')" works. There are lots of issues while using it with IE.
oninvalid="this.setCustomValidity(this.willValidate ? '' :'You must choose the account type from the list')"