As someone who isn't proficient in JavaScript, this question might have a very simple answer that I'm unaware of.
I am working with a grid consisting of 9 buttons, another grid with 9 radio type inputs, and an additional set of 5 radio type inputs. Each of these elements needs to be used in mathematical calculations to display the total cost on the page based on selected attributes like weight and length.
There are 3 specific areas where I need to see the calculated price displayed. I have the prices listed in an Excel sheet but I'm unsure how to create the function for this purpose. The function should be able to determine the price based on selections like the first button, third radio input, second radio input, their values, and the required math formula.
/* Your CSS styles here */
<!-- Your HTML code here -->
To clarify, I need to show the output of the formula on the orange background grid where I've already placed the 3 € signs.