[TYPO3-calendar] Add custom field to the Frontend Edit

Mario Matzulla mario at matzullas.de
Wed Jan 25 19:42:14 CET 2012


Hi Max,

Am 25.01.12 19:14, schrieb Max Plettenberg:
> Hello!
>
> I tried to add a custom field with the Kickstarter. No problem. The
> field is existing at the backend and it is no problem to save some data.
> Now I tried to get the field ready for the frontend edit... The field is
> visible there, but data won't be saved...
>
> There are two ways on TS but both doesn't work:
>
> First way:
> dataWrap = <input type="text"
> name="tx_cal_controller[tx_calfelder_anzahlderpersonen]"
> value="{GP:someGPvar}" />
>
> Second way:
> dataWrap = <input type="text"
> name="tx_cal_controller[tx_calfelder_anzahlderpersonen]" value="|" />
>
> Have someone a tip?

you also have to add your field to

rights.create.event.additionalFields = tx_calfelder_anzahlderpersonen

Regards,
Mario
>
> Thanks a lot!
>
> Greetz,
> Max



More information about the TYPO3-project-calendar mailing list