I am trying to insert script tags into a custom HTML block so that I can write script in the new forms designer since there is no javascript window to use. IE:
<script> </script>
However when I do this, the javascript runs once in the designer and my HTML element is deleted automatically, never allowing me to run it on the final form.