Skip to main content
vann36034762
Inspiring
February 9, 2017
Question

Reload or Retake the Project Button

  • February 9, 2017
  • 1 reply
  • 356 views

So I want the user to be able to click a button that will reset all the hidden elements and variables. I am wondering what the best method would be. Is there a javascript or an advanced action that can return/refresh/reload them to a specific part of course and set everything to zero?

This topic has been closed for replies.

1 reply

November 15, 2018

I may have an answer to this. I added a button with an action to use Javascript. Clicking the button refreshes the whole page. Works in Chrome.

The Javascript code I used:

location.reload(true);

Hope this helps!