Please forgive my ignorance here, (I’m no Javascript expert), but hopefully I can explain what I’m trying to achieve. I’m creating a form that includes a list of items that need to have a numeric value associated with them. It is a list of courses/tests, and each is worth a certain number of credits. Each test has a checkbox next to it and it needs to add the total number of credits for all checked items. When the user submits the form it needs to report both the name of the course as well as the number of credits. Is there a magical way to achieve something like this in Javascript? Unfortunately I don’t have any code to show, so I’m hoping that the basic idea will be enough to point me in the right direction. Here is a screenshot of what I’m talking about.
http://grab.by/wk3m
Thanks for any help I can get!