Answered

Return to start after inactivity

  • 24 February 2023
  • 1 reply
  • 31 views

Hola, ¿se puede hacer que el formulario vuelva automaticamente a la pantalla de inicio del mismo formulario tras inactividad del usuario? es decir el usuario no finaliza el forulario, lo deja abierto y se va. Estaria bien tener una funcion que tras x minutos el formulario de reiniciara.

Gracias.

-- Google Translation -- 

 

Hello, can the form automatically return to the home screen of the same form after user inactivity? that is, the user does not finish the form, leaves it open and leaves. It would be nice to have a function that after x minutes the form will restart.

Thank you.

icon

Best answer by jeremielp 24 February 2023, 10:11

View original

1 reply

Userlevel 5
Badge +5

Hello Roberto,

 

You can embed the form in a page that automatically refreshes if there is no activity (key press or mouse move) during X minutes. Here are some scripts to do this:

https://stackoverflow.com/questions/4644027/how-to-automatically-reload-a-page-after-a-given-period-of-inactivity

Reply