Condional HTML based on 2 number fields

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

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:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.