I have an advanced form and in one of the advanced form steps, I have a subrid which allows me to add / edit child records. The subgrid opens a basic form.In this basic form I have some javascript. I also want to refer a javascript libarary (attached as a web-file), and it's functions in this basic form. However, I don't know what's the correct syntex to refer to this library. I tried adding it as
<script type="text/javascript" src="/commonfunctions.js"></script>
but it does not work. Note that this library is also being referenced in the advanced form step. I have no issues on that page because I am referencing the library in the web template for the advanced form.