This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

How to use predefined forms

Create a TypoScript setup using the predef setting.

Example:

plugin.Tx_Formhandler.settings.predef.contactform {
  # This name appears in the dropdown selector in plugin record
  name = Contact form
  ...
  ...
}

The string after "predef" should be a unique key for each predefined form. The setting "name" lets you configure a nice name for your form to be shown in the "Predefined forms" dropdown in the plugin record.

Take a look at the examples to see how it is done.


to top