Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You can try the following jQuery in the Form Custom HTML field:
<script> $('.form-cell-value span').replaceWith(function() { var url = $.trim($(this).text()); return '<a href="' + url + '" target="_blank">' + url + '</a>'; }); </script>
You can try to use javascript scripting like
FormUtil.getField("document_url").click(function(){this.location = $(this).val(); });
to bind click event into navigating to a new page.
Put them into custom HTML form element.