I have a conditional setup on an input element so that the date being selected cannot be less than the prior date (data range - end can’t be before start) and it changes to border red. I have an alert message I placed on the page and would like to trigger it with the conditional.

I selected it in the id attribute to be visible but it did not appear so I am guessing it requires a workflow?


Alerts are shown through workflows.

Try this:
When inputs value is changed → Show alert Only when (your condition)

1 Like

Yes - trying to figure out why. A conditional can change the border color on the input box which is altering the HTML on page, not sure why toggling an alert from display: hidden to display:block is a workflow since the HTML is already rendered on page but just is not visible,

This topic was automatically closed after 70 days. New replies are no longer allowed.