Is anyone else experiencing this problem? We are running the latest version of Squiz and we want to use some DRY JS scripts to do repetitive tasks (like toggle hide/show divs in a form page).
So we have set the snippet up and everything and then created a new body copy in the page and used the snippet content type. What happens is that this snippet somehow removes the <form> tags from the page I've applied it to (custom form).
I've done some testing and found out what causes this, its the comment code. If I use the specific Squiz comment format that hides the comment from the 'view page source' like so:
<!--@@ comment is here @@--> /*@@ another code comment here @@*/
This is what breaks something in the page and removes out the form tags and god knows what else. Would this be considered a bug? If I use the normal code comment syntax (without the @ symbols) the page/snippet work fine.
I'd really like to continue to use the Squiz code comment feature as its nice to keep some comments for the devs only ;)