Save a number to a database depending on which tag or checkbox group is selected when you click a button

right, so that isn’t very helpful.

the issue is that this is a on click event. and one a Submit button, which will actually perform the save dataset function. adding a save to the event causes an error by duplicating the save.

I’ve determined that !award is wrong, and that award !== “First” isn’t actually checking to see if the option was selected, just proving that “first” was an option.

so if you got some insight on how to correct the code, that might be helpful