1
Good morning!
I’m creating a rating system, consisting of choose the option, the user is redirecting to another page to leave a comment, and of followed showcase another page to thank, and it all comes back to the beginning.
But there are users who just choose the option and go away and remains the comment page...
What I wanted to do is for example, after 15 seconds (for example) if there is no movement, the page would automatically recognize the comment, validate only as an empty comment, and move to the "thank you" page, otherwise if the user is typing it may take as long as they like.
I’ve seen a lot of similar topics but it was with sessions
, to depress the user, and I’m not using any session
! Thank you!
this would be possible with javascript using a
setTimeout
and check if there are any comments– 13dev
Can you show me an example please?
– Ana
I will make a small example wait.
– 13dev