a rookie request for advice (from a student) about which technologies (languages, packages, libraries etc.) to best use to solve a given problem. I know I will have to spend time to learn 2-4 technologies to implement the solution I have in mind, but I am posting this question to at least skip the technologies research part.
I would like to create a web form which will be sent to ~500 users. Or actually ~500 versions/instances of this webforms, because each needs to be different slightly for every user. For each versions/instance there is a corresponding line in the Mongo DB /Excel/CSV file somewhere on a server / Google sheet, with a column ("description") holding roughly between 10 to 30 words. The idea is that a form content is created based on a corresponding DB line. For each form version/instance, the form would display as many buttons as there is words in the "description" column field in the spreadsheet. The user of the form would be able to click on these buttons to highlight them, and then would be able to click on the "Submit" button common for all the verstions/instances of the form. The output (i.e. string representing which buttons were clicked-on by the user e.g. "000100 001000") would be written to the same line in the DB/Spreadsheet in a separate column.
I add a picture with a mock-up. So again, which technologies would you use to build such forms? Thank you in advance for your advice!
Here is a partial part of an old web form we used to use. This is for local host use xamp or lamp. This is just an untested template since the whole files are pretty darn big but the whole works so with some experimenting this should be fine
index.php
get a value from database put in a script someone in index then use that value to display what you need
checkbox-form.php