Here’s my survey form. Works on desktop and mobile! I really enjoyed this project, but I still have no idea how to make the survey form actually submit and collect data (form action="#")? I assume that is outside the scope of this project and will be covered later on. Any/all feedback appreciated!
Yes submitting and collecting the data will happen on the server end. You could capture if with JavaScript on the front end if you wanted to. Better to just continue with the curriculum imo.