Two big problems here:
1. You’ve somehow HTML-encoded the script, so it’s not running at all, it’s just text.
2. Lots and lots of console errors because of load order. You need to make sure the Forms 2.0 library is loaded before code that does forms-related customizations.
... View more