Show HTML

What does it do?

  • General: If you want to show some html-text in the form, use this field. This text is not submitted. Per default the text is parsed through a htmlspecialchars() function, which makes no HTML tags possible. If your editors are aware of possible security problems, the admin can enable HTML under Constants::

    plugin.tx_powermail.settings.misc.htmlForHtmlFields = 1.

Frontend Output Example

example_field_html

Backend Configuration Example

record_field_html_tab1

record_field_html_tab2

Explanation

Field Description Explanation Tab
Title Add a label for this field. The label is shown in the frontend near to this field. General
Type Choose a fieldtype. See explanation below for a special fieldtype. Different fields are related to some fieldtypes – not all fields are shown on every type. General
Add some text This is the field for the html tags and text HTML Tags are not allowed for security reasons by default. Can be enabled from the administrator by TypoScript constants. General
Variables – Individual Fieldname This is a marker of this field. Use a field variable with {marker} in any RTE or HTML-Template. The marker name is equal in any language. Extended
Add own Variable Check this, if you want to set your own marker (see row before). After checking this button, TYPO3 ask you to reload. After a reload, you see a new field for setting an own marker. Extended
Language Choose a language. Choose in which frontend language this record should be rendered. Access
Hide Disable the form Enable or disable this record. Access
Start Startdate for this record. Same function as known from default content elements or pages in TYPO3. Access
Stop Stopdate for this record. Same function as known from default content elements or pages in TYPO3. Access