Please note that this documentation is for the most recent version of this extension. It may not be relevant for older versions. Related documentation can be found in the documentation directory of the extension.
How to delete all records of a form from database?
Just use the following SQL query - you only have to exchange the form key warrantyRegistration.
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.