Return to start after inactivity | Community
Skip to main content
Answered

Return to start after inactivity

  • February 24, 2023
  • 1 reply
  • 35 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.

Best answer by jeremielp

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

View original

Forum|alt.badge.img+5
  • Community Wizard
  • February 24, 2023

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