Hello,I am trying to get a form that will calculate the annual salary of
an individual from a paycheck amount. I have three fields:
"paycheckAmount", "paymentFrequency", and "annualIncome". The
paycheckAmount field is set to be a number field. The paymentFrequency
field is a dropdown menu that give the options "Weekly", "Bi-Weekly",
"Semi-Monthly", "Monthly", and "Annual". Is there a way to have the form
automatically calculate the annual income based on the input of the
paymentFrequency and pay...