Conditions don’t work properly
-
I had hoped that the latest release (1.5.6.2) would fix the issue I’ve been having, but unfortunately it hasn’t:
I have a form with 2 pages. The first page has 3 columns: column 1 = product descriptions (HTML field per product), column 2 = product quantities (a number field per product), column 3 = summary (HTML field with magic tag to show selected quantity per product + calculation field for ‘total cost’).
I have a condition per “summary item” to show the field if the quantity is 1 or more (if [field] is 1 or if [field] is greater than 1).The summary fields only show after either typing in a quantity twice, tabbing away and back, or after increasing and decreasing the value using the HTML5 up/down arrows in the number field two to three times. The calculation field does update immediately.
How can this be fixed?
- The topic ‘Conditions don’t work properly’ is closed to new replies.