[TYPO3-english] Mailformplus - validate

Andreas Kießling andreas.kiessling at web.de
Mon Apr 19 02:13:52 CEST 2010


Hi,

>
> My question: is there any way to validate using something like "if the field is empty or still Name, then..."? Or perhaps something else?
>

just look at the manual:
http://typo3.org/documentation/document-library/extension-manuals/th_mailformplus/4.0.15/view/1/3/#id2341064


plugin.tx_thmailformplus_pi1.fieldConf.[name of inputfield].errorCheck

- notDefaultValue ... Checks if the given value is not equal the value 
defined via TS-setting defaultValue.value

combine that with:
You can specify multiple errorchecks by separating them by ","
- required ... must be filled out


HTH,
Andreas


More information about the TYPO3-english mailing list