I have two number fields.
Aprvd. ($) > Where user enters a $value
…followed by various $ options selected …
TOTAL: > Displays the total $ amount
I want to show another HTML field [with some text ]
and Hide on other HTML field [with some text ]
… IF
TOTAL: [ is more THAN ] Aprvd. ($)
How do I do this?
…Example,
User enters amount of $150
but total comes to $151 > show HTML message and hide another HTML field
sacom
(Samuel Aguilera (Gravity Forms))
December 1, 2021, 4:36pm
2
Conditional logic is not designed to compare two fields (as the thread title says), you need a field to calculate that Total. Then use that Total field for your logic.
If you’re new to conditional logic and calculations, please check these links:
When using number fields, you are able to easily perform calculations. In this article, we will show you how to set up a calculation field.
Est. reading time: 4 minutes
1 Like
system
(system)
Closed
December 31, 2021, 4:36pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.