Can we update the hidden field by using javascript ?
Hello.
It can and code example below :
<script>$(document).ready( function(){
var currentField = $('#oc_status').val();
document.getElementById("jworkflow_status").value = currentField;});<script>
Aorka.