changing the language of error message in required field in html5 contact form

后端 未结 9 958

I am trying to change the language of the error message in the html5 form field.

I have this code:



        
9条回答
  •  天命终不由人
    2020-11-27 13:33

    your forget this in oninvalid, change your code with this:

        oninvalid="this.setCustomValidity('Lütfen işaretli yerleri doldurunuz')"
    

提交回复
热议问题