In my app the user fill in a report form and send it to a backend. When that is done i want the start screen to reset all values back to the default ones so they can make a new report if needed. So i need to clear all values. How do i do that? Do i need a javascript to do it or is there some onload event i can use. I have already tried full screen refresh and the old values are still there.