[ad_1]
Hello @stephenboluwatife1
Thank you very much for using our plugin.
If the dropdown field fieldname1 has the choices’ texts: car, taxi, and plane, and the choices’ values: 2, 4, and 8, respectively. And the dropdown field fieldname2 has the choices’ texts: egg, fish, and meat with the choices’ values: 3, 6, and 9.
You can insert a calculated field in the form and enter the following equation in its “Set Equation” attribute:
SUM(fieldname1, fieldname2, 50)or with the plus (+) operator:
fieldname1+fieldname2+50Best regards.
