I'm trying to figure out the coding process using buttons and input It's giving me a result, but only allows for a single choice
Although I have limited experience with this, my goal is to create a multiple choice selection for days of the week and a single choice for weekly frequency. This way, I can utilize the data through JavaScript on a page that dynamically adds more "day-containers" based on user selections from the buttons.
Thank you in advance for your assistance!
I've attempted to use radio buttons and checkboxes, but struggled to style them as buttons while also including text within the button area. As mentioned, my experience is somewhat limited in this area, but I am eager to learn and improve.