Wie kann ich alle Datensätze eines Formulars aus der Datenbank löschen?
Nutzen Sie einfach die beiden folgenden SQL-Befehle. Hier müssen Sie lediglich den Form-Key warrantyRegistration anpassen.
DELETE FROM tx_fluidform_domain_model_field WHERE fluidform in (SELECT uid FROM tx_fluidform_domain_model_form WHERE form_key = 'warrantyRegistration');
DELETE FROM tx_fluidform_domain_model_form WHERE form_key = 'warrantyRegistration';
Documentation
TYPO3 Fluid-Form
Fluid form is a small TYPO3 extension for creating forms only by using TypoScript. This extension was developed form shipping TYPO3 Themes with pre-configured forms.
We use cookies on our website. Some of them are essential, while others help us to improve this website and your experience. You can optionally decide which cookies or rather which use you approve to at any time under "cookies settings". You can find further information regarding this, as well as your constant right of cancellation under our
Data Protection Declaration. Our
Imprint can be found here.