I'm beginner in JavaScript. I want to use the drop-down button for calculateing but I don't know how I can take the value of choices and put them in calculation. Is it possible to help me that how I can do it and put the values in formula?
<select id="Selectpaint">
<option selected disabled>نوع رنگ اکریلیک</option>
<option value="8">رنگ اکریلیک طلایی</option>
<option value="8">رنگ اکریلیک متالیک صدفی</option>
<option value="13">رنگ اکریلیک مات </option>
<option value="14">رنگ اکریلیک نیم براق </option>
<option value="13">رنگ اکریلیک براق</option>
<option value="10">رنگ اکریلیک آستری</option>
<option value="12">مادر رنگ اکریلیک</option>
</select>
</p>
<p>
Maybe after taking the value, I use it in formula which is contained different number that user put in different fields.