Project

General

Profile

Actions

Bug #73629

closed

JavaScript-Objects stripped in HTML-element

Added by Jeff C about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-02-23
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

My clients used the HTML-element to post the scripts for including external forms. In the rendered frontend the JavaScript-objects in those scripts are stripped and missing. We first noticed the problem in 7.6.3. It also exists in 7.6.4..

Example:

<script>
  xxx.forms.create({
    css: '',
    portalId: '474117',
    formId: 'XXX-XXX-XXX'
  });
</script>

becomes

<script>
  hbspt.forms.create();
</script>
Actions

Also available in: Atom PDF