asked on June 21, 2017
I can use window.location.hash in javascript to jump to specific locations on the form without a problem from the Start task. But when a user opens the form from a user task this function is ignored. Why is that?
window.location.hash = '#'+jumpTo.toString();
0
0