[TYPO3-english] Form not display in Front in latest version of typo3
Sinisa Mitrovic
sinisa.mitrovic at avisto-eastern.com
Thu Aug 28 11:19:48 CEST 2014
Hello,
Did you included Form static template?
Edit whole template record and on tab Includes just include it like CSS
Styled Content...
Best regards,
Sinisa Mitrovic
On 8/28/2014 11:10 AM, yogesh shishangiya wrote:
> Hello,
>
> I am using typo3 latest version and i want to use form elemnt in one
> page. so i use form element in that page. but i get error on front and
> like this "###LABEL### ###FIELD###"..... i search in google and i
> found that insert Default TS in main typo3 template.
>
> so i add this typo script in my template :
>
> page.100 = FORM
> page.100 {
> enctype = multipart/form-data
> method = post
> prefix = tx_form
> confirmation = 1
> postProcessor {
> 1 = mail
> 1 {
> recipientEmail = test (at) test.com
> senderEmail = test (at) test.com
> }
> }
> 10 = TEXTLINE
> 10 {
> name = Test
> label {
> value = Testlabel
> }
> }
> }
>
>
> Even this giving same error . can any one give me guide what actually
> need to for that . Please give full guide line i am newer in typo3
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
More information about the TYPO3-english
mailing list