HTML5 required attribute one of two fields

前端 未结 4 1702
刺人心
刺人心 2021-02-05 03:26

I have a form with two required input fields:

4条回答
  •  抹茶落季
    2021-02-05 03:52

    You would better do form data validation with Javascript anyway, because the HTML5 validation doesn't work in older browsers. Here is how:

    
    
    
        
        Form Validation Phone Number
    
    
        
            
            
            
        
        
    
    
    

    .
    Live demo here: http://codepen.io/anon/pen/LCpue?editors=100. Let me know if this works for you, if you will.

提交回复
热议问题