Hidden calculation fields in a form
-
I have a calculation field in a form I have created called {calculation-1}. The calculation works correctly, but if I mark the field as HIDDEN, the field value appears as 0 or blank when referenced by other fields in the form. I had the same problem with several number fields, but was able to access the data while simultaneously hiding the fields using the custom CSS option for the form as follows:
#forminator-field-number-1 {
visibility: hidden;
}Is there a similar solution for calculation fields? If not, is there a way to hide a calculation fields while still accessing its value? Is the current functionality a feature, a bug or something else?
Thank you for your help.
The page I need help with: [log in to see the link]
- The topic ‘Hidden calculation fields in a form’ is closed to new replies.