Search found 2 matches
- Thu Nov 27, 2008 7:15 pm
- Forum: CMSMS Core
- Topic: Adding Javascript to page corrupts form template
- Replies: 2
- Views: 1359
Re: Adding Javascript to page corrupts form template
Did you surround the Javascipt code with {literal}{/literal} tags ? Regards, D I did. If it was just a "regular" JavaScript issue, the form should have been working fine again when I removed the JavaScript from the page. However, it is persistent and keeps on changing the form template (b...
- Thu Nov 27, 2008 6:25 pm
- Forum: CMSMS Core
- Topic: Adding Javascript to page corrupts form template
- Replies: 2
- Views: 1359
Adding Javascript to page corrupts form template
I have added a small piece of JavaScript to a certain page on our website. This JavaScript should have stripped a certain querystringparameter from the url (used to track campaigns in an external CRM system), so it can be passed trough a form to a thank you page. <__script__ type="text/javascri...