Save data from html input to .csv file

I have created a form using HTML, CSS and js only and I wanted to data from that form to a CSV file locally don’t want to use php and such. Let’s say my from have first name, date of birth, some radio buttons and some drop-down menus and on submit I wanted to save all the data in a .csv file.

Thanks in advance and any advice will be helpful