[TYPO3-project-seminars] problem with "terms_2"

Michael Paulisch info at mpaulisch.de
Mon Jul 27 15:17:55 CEST 2009


hi everybody,

I´m very close to "everything works fine" now.

Just one slight little problem. I have no chance to set a text for  
"terms_2".

this is my setup:

plugin.tx_seminars_pi1 {
showRegistrationFields =  
step_counter 
,price 
,gender 
,name 
,address 
,zip 
,city 
,email,telephone,terms,terms_2,registration_data,seats,attendees_names
_LOCAL_LANG.de.label_terms = Die Datenschutzbestimmungen habe ich  
gelesen.
_LOCAL_LANG.de.label_terms_2 = Die Allgemeinen Geschäftsbestimmungen  
habe ich gelesen.
}

the text, that is set for "terms" *is* shown on the frontsite but the  
text, that belongs to "terms_2" *is not* shown (although the checkbox  
is shown and also has to be checked before you can finish the  
registration)

this is the generated source-code:
<p class="tx-seminars-pi1-checkbox">
<input type="checkbox"  
name="tx_seminars_pi1_registration_editor[terms]"  
id="tx_seminars_pi1_registration_editor_terms" checked="checked"  
value="1" />
<label for="tx_seminars_pi1_registration_editor_terms">Die  
Datenschutzbestimmungen habe ich gelesen.</label>
  </p>
<p class="tx-seminars-pi1-checkbox">
<input type="checkbox"  
name="tx_seminars_pi1_registration_editor[terms_2]"  
id="tx_seminars_pi1_registration_editor_terms_2" checked="checked"  
value="1" />
</p>
any ideas, what's wrong?

michael


More information about the TYPO3-project-seminars mailing list