[TYPO3] TypoScript FORM fields not rendered

Robert John de Stigter robertjohn at bedrijvenweb.nl
Fri Feb 2 09:32:24 CET 2007


Hi list,

I'm having trouble with a typoscript FORM object. The hidden field gets
perfectly rendered, but the input and submit are not? Am i missing
something?

20 = FORM
20 {
	method = POST
	type = 33
		
	dataArray {
		10 {
			type = test1=hidden
			value = test1
		}

		15 {
			type = test2=input
			value = test2
		}

		20 {
			type = submit=submit
			value = Go for it
		}	
	}
}

Cheers,
Robert


More information about the TYPO3-english mailing list