Feature #31098
closedEpic #69347: EXT:form - Optimize form wizard
EXT:form - Reduce predefined form element fullname
20%
Description
The predefined form element fullname shows additional fields like suffix, prefix, middle which shall be disabled by default.
The most common use case is to have firstname and lastname here.
Files
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Alexander Opitz almost 10 years ago
- Status changed from Accepted to Needs Feedback
- Is Regression set to No
Hi,
does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Alexander Opitz almost 10 years ago
- Status changed from Needs Feedback to New
Updated by Björn Jacob over 9 years ago
- Category changed from Form Framework to 1602
Updated by Björn Jacob over 9 years ago
- Category changed from 1602 to Form Framework
Updated by Björn Jacob over 9 years ago
- Tracker changed from Bug to Feature
I don't think that this is a bug. IMHO there should be a way to make this configurable or at least have the possibility to remove all the fields one does not need. We're thinking about a solution and like to discuss it here. Please stay tuned :)
Updated by Björn Jacob about 9 years ago
- Status changed from New to In Progress
Updated by Sebastian Wagner about 9 years ago
- File TYPO3_Forms_[TYPO3_CMS_7.5.0-dev]_-_2015-08-28_14.11.11.png TYPO3_Forms_[TYPO3_CMS_7.5.0-dev]_-_2015-08-28_14.11.11.png added
- % Done changed from 0 to 20
We could easily switch prefix, middlename and suffix to disabled per default.
This arises an UX problem though:
Users won't recognize the switches to enable them again because they are hidden in the various-collapsible.
We'll try to refactor all properties into one collapsible or open the various-one as initially.
In order to nudge users about disabled prefix-fields we tried to just disable them, wich leads to them beeing hidden in the frontend as well.
--
In this context an other problem arose too:
properties in e.g. the various-collapsible only work for their respective elements whose function depends uppon their name.
This results in a property called "prefix" will ever only work in conjunction with (full)name-elements because we are missing at least one level of abstraction here.
In general there is to much logic placed within the ext-js-application.
Updated by Björn Jacob about 9 years ago
- Subject changed from Reduce predefined form element fullname to EXT:form - Reduce predefined form element fullname
- Status changed from In Progress to New
- Target version set to 8 LTS
Updated by Björn Jacob over 8 years ago
- Status changed from New to Closed
- Assignee deleted (
Sebastian Wagner) - Target version deleted (
8 LTS)
The form wizard will be rewritten in version 8. The current wizard will not be touched anymore. Right now, we don't see any use case for having such complex predefined elements in the future.