I have some radio buttons in a table and I’ve set a value to them. When the user selects them and clicks the submit button, I want the sum of those values to show in another tab
To get the value of an element, you can set an id to the element, then reference the element by id. ex.
It is up to you to figure out how to chain all the inputs together