08-22-2019, 05:51 PM
Hi Matija. If you are going to execute a JS function right after FormShow, why not do it in the template itself when it's ready?
Code:
<head>
<script>
$(function(){
openNav();
});
</script>
</head>
