.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../Includes.txt .. include:: Images.txt Templating ========== .. toctree:: :maxdepth: 5 :titlesonly: :glob: Customize the output: --------------------- Per default, all templates are stored in :: typo3conf/ext/sf_register/Resouces/Private. Copy this Folder into the fileadmin and edit the templates you want to change. Don't forget to set the path to this new templates folder with :: plugin.tx_sfregister.templateRootPath = fileadmin/extension_templates/sf_register/Private The Plugins can take the path as well. Viewhelper for templates: ~~~~~~~~~~~~~~~~~~~~~~~~~ Birthdate with three select boxes """"""""""""""""""""""""""""""""" :: - - |img-5| Single select with radio buttons """""""""""""""""""""""""""""""" :: |img-6| Single select as select box """"""""""""""""""""""""""" :: |img-7| automatic marking of requried fields """""""""""""""""""""""""""""""""""" :: you get the asterix (\*) behind your label, if the required validator is active for this field.