Dear all expert,
I had created an application. But there is a problem where when user click on the “Route Back” button, the previous user who received this form is all empty. All the info he filled in was now empty after route back.
The formula for the “Route Back” Button is:
document.forms[0].level.value = 1;
document.forms[0].submit();
Kindly please advice.
Thank you.