formstypo3typoscriptformwizard

Typo3 form displays as ###LABEL### ###FIELD###


I've made a form on a page using the Typo3 4.6 form wizard, but on the page it renders as

<!--  Mail form inserted: [begin] -->
 <fieldset class="csc-mailform">
 <div class="csc-mailform-field">###LABEL### ###FIELD###</div>
 </fieldset>
<!--  Mail form inserted: [end] -->

... instead of displaying a form. I'm completely new to Typo3. How do I get it working?


Solution

  • You have to insert the static typoscript "Default TS (form)"! Goto your main typoscript template file or create a extension template on the current site (where the form is) and edit the whole template file so that you can insert the "Default TS (form)"!