[TYPO3-german]  Re: Formhandler: Mehrere unabhängige Conditions im Formular
    Nico Tillmann 
    nico at mcs.de
       
    Tue Mar  1 19:02:59 CET 2016
    
    
  
hallo Rainer, 
ich darf mich auch nochmal herzlich bedanke, Deine Erläuterungen haben auch mir geholfen mein Problem zu verstehen.
# condition: if funding_other_sources==yes , funding_other_sources_list.errorCheck.1 = required
  if.1 {
       #conditions.OR1.AND1 = funding_other_sources = no
       #isTrue.validators.1.config.disableErrorCheckFields = funding_other_sources_list
       conditions.OR1.AND1 = funding_other_sources = yes
       isTrue.validators.1.config.fieldConf.funding_other_sources_list.errorCheck.1 = required
  }
  if.2 {
       #conditions.OR1.AND1 = application_required = no
       #isTrue.validators.1.config.disableErrorCheckFields = funding_certify_confirmation
       conditions.OR1.AND1 = application_required = yes
       isTrue.validators.1.config.fieldConf.funding_certify_confirmation.errorCheck.1 = required
   }
Vielen Herzlichen Dank!
Nico
    
    
More information about the TYPO3-german
mailing list