[TYPO3] TypoScript FORM fields not rendered

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


Hi,

Even if I use the .data way of configuring fields, only hidden fields
are rendered.
 

> 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
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
> 


More information about the TYPO3-english mailing list