Skip to content

Changing the company field from input field to textarea still possible ? #629

Closed Answered by oliverklee
micha68g asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use a custom Fluid template and then use a different view helper.

In your TypoScript constants, use this:

plugin.tx_onetimeaccount {
  view {
    # cat=plugin.tx_onetimeaccount/file; type=string; label=Path to template partials (FE)
    partialRootPath = EXT:my_extension/Resources/Private/Partials/
  }
}

Then copy the User.html partial and modify it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@micha68g
Comment options

Answer selected by oliverklee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #628 on May 03, 2023 10:47.