Form.js placement/usage?

From a number of other posts here, it seems like I should be able to add a form.js file to our application directory (where the form.yml file is) and have it loaded. I’m trying to do this with our jupyter interactive application, and as far as I can tell, it does not seem to be included when the page is generated.

Is there anything else I need to do to enable use of a custom form.js in an interactive application? Can anyone suggest any debugging or diagnostics that might help me track down what is happening?

Thanks,
Jeff

I got it to work, I’m not sure how. It is loading now.

Jeff

Hi, yea it seems you had some caching issue. I’d advise

  • working on the app in a dev environment ~/ondemand/dev/$APP (as a pose to system apps in /var/www)
  • restarting your web server when you need to force a change
  • opening dev tools to disable-cache so your web browser re-requests you assets.