i am trying to make a social network website in wix.com
and now i am doing the sign up page. i want to make like
if the username or email already exist, show a text
" This email or username already exist". and i dont want to this text
shows forever. i want to this text shows for some seconds and hide again!
how do i do it? can you help me please?
$w("#text3").show()
//i want to put the seconds here to wait
$w("#text3").hide()