I need a way to multiply 2 fields together and then put the answer in another field. I have Field A, which consists of a drop down of Yes, No, TBD. I then have another field(B) that is a text field, but has a number in it.
If Yes is selected, then the calculation should be 1 * 100. If No, TBD or the field is blank, then the calculation should be 0 * 100. The answer should then be place in Field C
Then going on from that my next field (Field D) is a drop down with options from 1-10. I would need to get the value of the selection and times that by the value in Field E and then place the answer in Field F.
I can't do a calculated field through the Form, because of the option set. So I think I have to use a JavaScript, just not sure how to do this. Any help is appreciated. Thank you.
*This post is locked for comments