[TYPO3-project-seminars] adding additional fields for registration | seminars makes it hard to code

Oliver Klee typo3-german-02 at oliverklee.de
Thu Nov 19 18:29:20 CET 2009


Hi,

Dimitri Kšönig schrieb:
> I would like to add some more fields for the registration site.
> Below the seats dropdown box should be some input fields from the
> tx_seminars_attendances table which i added.
> But unfortunately i just don't get them into the template.

There are three places where you need to add this:

- in the HTML template (you can create your own template and configure
the extension to use it)
- in the form configuration (in the TS setup) where you configurable
FORMidable
- in the registration editor class (there it would be great if you could
provide a clean, well-documented patch for a hook which we then could
integrate into the official version; please have a look at
<https://bugs.oliverklee.com/show_bug.cgi?id=3436> how we currently
create hooks in the extension)

By the way, the upcoming version 0.9.0 will provide a nice way of
entering the names of multiple attendees in the registration form.

And if your changes would make sense for the official version, it would
be great if you could provide a patch for them (following the coding
style guide and with unit tests) so we could integrate them.

Thanks,


Oliver


More information about the TYPO3-project-seminars mailing list