Hello,
I have a bunch of field types on my form and field values. I need a way to check the field types that are filled in and if they all match, then add up the field values and put the total in the Total Admin field. If the field types do not match, then blank out the Total Admin field so the user can enter a value in manually. However, upon load of the form, the Total Admin field should still show if it has a value in it. But then, if a field type gets changed and now matches all the rest, then the Total admin field should auto calculate again.
Hope this makes sense.