How to make the email field required in a contact form code?

I’m trying to make the email field on the contact form required. I was trying to enter the code below but my error is that I didn’t tell the aria what to do from what I understand. Does anyone know how I can correct the code?


            
            
            
          
          

        

Hi @PreciousU ,

You just need to add ‘required’ to the input, it will work fine.

Hope it helps!