File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -265,13 +265,13 @@ <h1 id="contactme">Contact me</h1>
265265 method ="POST ">
266266
267267 < label for ="form-name "> Name</ label >
268- < input type ="text " id ="form-name " name ="form-name " placeholder ="Your name. ">
268+ < input type ="text " id ="form-name " name ="form-name " placeholder ="Your name. " required >
269269
270270 < label for ="lname "> Email</ label >
271- < input type ="text " id ="email " name ="email " placeholder ="Your email. ">
271+ < input type ="text " id ="email " name ="email " placeholder ="Your email. " required >
272272
273273 < label for ="subject "> message</ label >
274- < textarea id ="subject " name ="subject " placeholder ="Write a message. " style ="height:200px "> </ textarea >
274+ < textarea id ="subject " name ="subject " placeholder ="Write a message. " style ="height:200px " required > </ textarea >
275275
276276 < input type ="submit " value ="Submit ">
277277
You can’t perform that action at this time.
0 commit comments