[TYPO3-english] formhandler on every page

jaco graaff jaco at spacexplorer.co.za
Tue Nov 5 06:56:03 CET 2013


in my template:
-------------------------------------------------------------
this return completely empty - nothing gets rendered - not even the 
contentobjects placed on the page itself in the backend:
-------------------------------------------------------------
<div class="contactForm"><f:cObject typoscriptObjectPath="lib.contactForm" 
/></div>
-------------------------------------------------------------
this works:
-------------------------------------------------------------
<div class="test"><f:cObject typoscriptObjectPath="lib.testText" /></div>
-------------------------------------------------------------

in typoscript setup
-------------------------------------------------------------

lib {

contactForm  = RECORDS
    contactForm {
        tables = tt_content
        source = 741
    }

testText = COA
testText {
    10 = TEXT
    10.value = success!!!


}



}


-------------------------------------------------------------

is there a different way to do it with fluid

as RECORDS element i tried not only the plugin but also plain text and 
header, etc...




More information about the TYPO3-english mailing list