[TYPO3-formidable] Put HTML into template in formidable

Luc Muller luc-mailingtypo3 at ameos.com
Wed Sep 12 17:55:30 CEST 2012


Hi Gideon.

Consider using a renderer:Template you'll be able to add you're own html
between renderlets.

An other way is to use a renderlet:BOX.

<renderlet:BOX name="mybox>
<html><![CDATA[
	here comes your html.
]]></html>
</renderlet:BOX>

alternatively... if you can also affect a template only to the box
and/or using a subpart for the box in your main template.

Cheers.

Luc =:0)

Le 11/09/2012 05:15, Gideon So a écrit :
> Hi,
> 
> Does anyone know how to put some html code in formidable??
> 
> Gideon



More information about the TYPO3-project-formidable mailing list