Typo3 No template was found for new FrontendForms

2.1k views Asked by At

I'm experimenting a bit with Forms in TYPO 3 version 8.7.13

I have created a form in the typo 3 backend, all good and it looks good, however when I add the form to a page and the load the front page I get the error

 Sorry, the requested view was not found.

 The technical reason is: No template was found. View could not be resolved 
 for action "render" in class "TYPO3\CMS\Form\Controller\FormFrontendController".

Is there anything that needs to be added to the Typoscript config in order for them to work ?

2

There are 2 answers

2
Thomas Löffler On

You need to include the static template in your TypoScript template.

0
Franz Holzinger On

You have a TYPO3 form plugin on your page. See the details of the form system extension in the TYPO3 backend page module.

**Form No form selected.**

Apply the necessary yaml file to your form. Or hide or delete the form plugin.