Hello,
I want to finish a process when the user doesn't complete a form, I give him 2 minutes. So, I have two paths, one a form with a submit button and the other a timer that expires after 2 minutes and a message after it.
It works in practice, because when the time expires I see that in the userXP the process dissapears, but if I press the submit button when the time has expired I got a message "This form has already been submitted, or the step has been canceled!". By the way, in spanish the message is incorrect.
I have two questions:
1. Is it possible to show the message that I have after the timer when the time expires, in stead of having always the form and getting the message "This form..."?
2. Is it possible to change the properties of this file FormsErrors_es.properties?
Thank you!!