diff --git a/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php b/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php index 50d7acac..1a6d44ba 100644 --- a/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php +++ b/public/typo3conf/ext/ep_theme/Classes/Controller/FormController.php @@ -44,18 +44,6 @@ class FormController extends ActionController $this->view->assign('contactForm', $contactForm); } - /** - * @param ContactForm $contactForm - */ - public function fullFormAction(ContactForm $contactForm = null) - { - if ($contactForm === null) { - $pageUrl = $this->getCurrentPageUrl(); - $contactForm = new ContactForm($pageUrl, ContactForm::FORM_TYPE_FULL); - } - $this->view->assign('contactForm', $contactForm); - } - /** * @return string */ diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html deleted file mode 100644 index c3dcc900..00000000 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Form/FullForm.html +++ /dev/null @@ -1,108 +0,0 @@ -
Vielen Dank für Eure Anfrage. Wir werden uns schnellstmöglich mit Euch in Verbindung - setzen.
- -