Hi @myllixn, your form looks good. A few things to revisit;
in the location dropdown if you change the word ‘disabled’ to ‘selected’ I think you’ll get the value displayed that you want rather than a default location
for the radio buttons, make it so the users can click on the labels to make a choice too. You did it with the checkboxes
make the text in your comments textarea placeholder text so the user doesn’t have to delete what’s in there
don’t forget to use the validators. You have a duplicate selector in CSS
change the cursor to a pointer when hovering over the submit button
make the form responsive
it’s a nit but if you’ve filled out an on-line form you may have noticed that required fields are marked with an asterisk. something you may want to add