I’d like to ask if anybody knows the script on how to get hidden field ID e.g. Hidden field ID is “hiddenField” then we’d like to assign a dynamic value to Hidden Field.
Our Sample code:
document.getElementById(‘hiddenField’).value = window.location.href.split(’?’)f1];
A response is really appreciated.