
TYPO3 Form Framework: 3 solutions for individual templates
Sebastian KleinAn additional CSS class, differing template paths or custom form prototypes – which approach you should use, and when.
An additional CSS class, differing template paths or custom form prototypes – which approach you should use, and when.
TYPO3 v10 introduced unified Fluid templates for emails. You can customize these for your forms in a number of ways.
A new CSS class in the form template — added with a custom select field in the TYPO3 backend. Implementation with a few lines of YAML configuration.
Meaningful URL fragments (#interesting-section) and jump links in TYPO3 – maintainable by editors.
The PageType Decorator enables both suffixes (and more). But when using it, all typeNum must be taken into account.
The Routing Enhancer for Extbase extensions, reviewed line per line and using EXT:news as an example.
Since version 9.5, TYPO3 supports 'speaking URLs' natively. And all you need is a Site Configuration.
Learn how to localize everything related to forms, including some hard to find details.
It is quite simple to assign individual templates for the sent emails, using the Form Framework of TYPO3 v8.
Same website, but with different form styling or translations? One possible solution is to configure a new prototype in the TYPO3 Form Framework.
Today I'll show you how to create an entire extension that renders a select list and shows the result using jQuery and Ajax, without having to reload the whole website.
Based on two additional page properties I'll demonstrate how you can add own fields to TYPO3. We'll extend the table 'pages' by means of a small TYPO3 extension.