How can I configure an alert on a form field to display if conditions are not met?
I have an alert on a date field to display if another boolean field on the form is true. When the user selects a date it refreshes the boolean field. The boolean field will change from false to true, which updates the alert condition but the alert will not display.
I know the condition updates because I have a second boolean field on the form to display if the alert condition is true and this field updates from false to true when the alert should display.
This seems like a bug or an undocumented limitation….
Just to note: If I reconfigure the conditions the conditional alerts will display by default on the form when it's initially created and the field is blank, but I only want them to display if the user enters something into the field that triggers the alert condition.