[TYPO3-english] FormHandler: using conditions in Finisher_DB

2010-12-17 Thread Bart van den Burg
Hi I have a contact form on my site, and I wish to insert the userdata to the tt_address list, but only if: - the checkbox with the name 'nieuwsflits' was checked - the e-mail address does not exists yet in the tt_address table The former works fine, but how do I implement the later? Thanks

[TYPO3-english] addTCAcolumns - have one field depend on the other

2010-12-13 Thread Bart van den Burg
Hi I created a frontend plugin, and need to know two things from the user, when he adds it to the page: the type of data to show (JS, List, Detail) and the detail page. I need to know the latter only when the former is set to List. How can I configure the TCA so that it will display this