[TYPO3-english]  Form not display in Front in latest version of typo3
    yogesh shishangiya 
    shishangiya.yogesh at gmail.com
       
    Thu Aug 28 11:10:37 CEST 2014
    
    
  
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
    
    
More information about the TYPO3-english
mailing list