I am trying to trigger a bootstrap modal to pop up when a page contains a certain pageData element.
Similar to the example shown in the Experience View tutorial except instead of showing a bootstrap warning or success element… Like This:
I want to show a modal which keeps the user from committing any actions after they submit a form until the countdown is up (gateway has had time to scan the devices and respond to losant with an update of live sensors).
[https://codepen.io/machinesaver/pen/vomGJN](http://Code Pen Example)
Are there any examples of how to trigger a custom JS script after submitting a form or even something similar showing implementation of custom javascript around the losant Forums?