Questions tagged [flexform]

A TCEform type which will allow users to build information hierarchies (in XML) according to the Data Structure

A TYPO3 TCEform type which will allow users to build information hierarchies (in XML) according to the Data Structure. In this sense the Data Structure is like a DTD (Document Type Definition) for the backend which can render a dynamic form based on the Data Structure;

55 questions
4
votes
6 answers

TYPO3 FAL in Flexform

I have a flexform with following code: group
180690
  • 181
  • 2
  • 13
2
votes
2 answers

How to overwrite A flexform of repository extension in to the Site Package in order to change the configuration

Are there any docs that can help me to overwrite the Flexform of powermail extension into my site package? So that I can edit the field configuration. Please help, I have been searching for this very long. Thank you.
user12414491
  • 97
  • 12
1
vote
1 answer

a few fields lack by adding a custom Flexform in TYPO3

I want to add a Flexform in my custom content element in TYPO3. The fields I need are these: These fields are of bootstrap_package and I want to add exact the same fields like in bootstrap_package. But now my fields look like this: I show my…
Mi Neu
  • 25
  • 6
1
vote
0 answers

Typo3 TSPage-Config: Accessing the flexform-xml fails

i use the bootstrap_package in one project, but the problem is related to accessing felements within the xml in the flexform-databse-column of tt_content (Typo3 v11). Assuming i have a card_group element with items in it, i tried: TCEFORM { …
1
vote
1 answer

TYPO3 Gridelements 10 - Gridelement Link Wizard Flexform

In older versions I used the following Flexform to integrate an anchor field with link wizard in custom gridelements. Since v10 it doesn't work anymore. It's like a normal input field, but the wizard at the end of the field is missing. Any ideas how…
Julia
  • 35
  • 4
1
vote
0 answers

Typo3 & gridelements & flexform: Flexform-Elements side by side

when I code a gridelement with a flexform for backend-layout, the elements are always top-down. 1
Mario Wilhelm
  • 308
  • 2
  • 14
1
vote
1 answer

TYPO3 FAL in Flexform add DataProcessing

I got the same problem like this guy -> https://stackoverflow.com/questions/61383959/typo3-fal-in-flexform. So I used this answer but I have some problems to add the data processor. At the moment I render the Element like…
Julia
  • 35
  • 4
1
vote
1 answer

Getting settings from backend configuration in TYPO3

I have an own extension (created with extension-builder). In the backend I have different options that I can choose when I edit my plugin. How can I access them in PHP especially from a controller context? Thanks for your help in advance.
1
vote
1 answer

TYPO3 9.5.7 / Extbase: Add wizard in flexform

I'm trying to add the 'add wizard' in my flexform of my extension, but the add button doesn't show up. The flexform itself is working by the way. I want to give the backend users the possibility to add new items from the plugin configuration. ps:…
Ralf
  • 836
  • 1
  • 9
  • 32
1
vote
1 answer

TYPO3 Flexform Cache

Caching problem with TYPO3 8.x Flexforms. If I change the flexform configuration I have to restart the Docker Apache web server. Is there a better way to modify Flexforms without web server restart in TYPO3? Steps I already tried on my docker…
bstaub
  • 53
  • 1
  • 6
1
vote
0 answers

TYPO3 FlexForm message

I have a FlexForm where i define an evaluation. What i would like to do is to show to the user a message on what went wrong. For example this is a piece of the FlexForm:
Aristeidis Karavas
  • 1,891
  • 10
  • 29
0
votes
0 answers

TYPO3 - Flexform selectSingle set fieldControl

I would like to achieve that an editor can add values for the select field himself. Therefor I would like to change settings for the fieldControl option of a selectSingle in flexform. I found an example for TCA: [ 'columns' => [ …
philman
  • 129
  • 2
  • 10
0
votes
1 answer

typo3 flexform xml with itemsProcConfig to handover an array

I am still trying to tranform the TCA definition to an Flexform XML definition. I am working with T3 11.5.25. In T3 12 this is - as far as I know - deprecated and replaced by "type=file". But this is not available in T3 11. 'icon_file' => [ …
averlon
  • 325
  • 3
  • 14
0
votes
1 answer

How to convert typo3 tca definitions to xml

I have a TCA definition. But Flexforms in T3 use the same syntax but XML format I would like to convert the existing file to XML. Is there a simple way to do this? 'icon_file' => [ 'label' =>…
averlon
  • 325
  • 3
  • 14
0
votes
1 answer

typo3 flexform for plugin with folders

I have created a plugin for an extension + some Flexform for this plugin (not TCA). This works so far. Now I would like to extend the backend view of this plugin and use several folders for the flexform. Unfortunately I don't get this working. What…
averlon
  • 325
  • 3
  • 14
1
2 3 4