A user will leave the recipient box empty and try and submit. Which leads to the box being invalid. But upon the user clicking a user from the dropdown list the error state needs to dissapate and it should become valid. Without the user having to resubmit. Where do I go to do this? Any references on where to look?
Hi,
Just add this on your dropdown in Extended properties :
So after the Validation Error Message the moment you change the selection in it, the validation message will be removed.
assif_tiger wrote:
thank you!
Another image
Yeah !!!
Happy to know.
Cheers
Hi again, I'm not sure where the difference lies between your and my systems but it still doesn't seem to be clearing. I figured it would be in that area too.
You can also refresh the container/widget by Ajax in onChange events action.
That will set the widget.Valid property back to True.