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?