Skip to content

Formhandler (TYPO3 v11) --> Formhandler (TYPO3 v12) #143

@iamwebrocker

Description

@iamwebrocker

Hi,

is there a documentation of the changes needed for a setup thats working fine in TYPO3 v11 (with the 8.x branch of Formhandler) to TYPO3 v12.4.x (with Formhandler 9.x (? is that the right version? or does v8.x work in v12 - maybe I borked it and prematurely assumed I need v9)

I assume from looking through the typoscript of v9.0 that

  • plugin.tx_formhandler_pi1. has changed to plugin.tx_formhandler_form.
  • the Classes and settings for the validators, finishers etc have changed (?)

from, for example:

… settings.loggers {
  10 {
    class =  \Typoheads\Formhandler\Logger\DB
    config {
      disableIPlog = 1
    }
  }
}

to

… settings.loggers {
  Database {
    model =  Database
    config {
      disableIPlog = 1
    }
  }
}

and the form rendering is now in fluid and no more marker based template?
currently I'm stuck. I don't get any errors, but I don't get a form in the frontend, so any hints are greatly appreciated :)

thanks so much for keeping Formhandler alive,
Best,
Tom

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions