@riveraanuar22 you will have to set the element to be hidden at start, do you know how to do that? It is in the same place you change the element ID.
After that you just have to set the element to .hide() if everything is fine or to .show() if something is wrong.
Like this:
$w('#text1').show()
or
$w('#text1').hide()