[Typo3] FORM object problem

Pierre Rouwens prouwens at infoglobe.ca
Mon Aug 22 17:12:57 CEST 2005


Hi listers,

I ve something i don't understand with the FORM object.. i have this code :

20 = FORM
	20.layout = <tr><td align="left" width="125">###LABEL###</td><td><img 
src="clear.gif" width="{$styles.content.mailform.border}" alt="" 
/></td><td>###FIELD###</td></tr>
	20.dataArray {
	 10.label = Nom :
	 10.type = *name = input,40
	 20.label = Courriel :
	 20.type = *email=input,40
	 30.label = Message:
	 30.type = message=textarea,40,5
	 35.label = Contactez-moi:
	 35.type = contact_me=check
	 35.value = 1
	 40.type = html_enabled=hidden
	 40.value = 1
	 50.type = subject=hidden
	 50.value.dataWrap = Request for information about the "{field:title}" 
event. (Event N°{field:uid})|
          60.type = formtype_mail = Submit
	 60.value = Soumettre
	 }
	20.REQ.labelWrap.wrap = <span class="mailformrequired">*|</span>
	20.redirect =
	20.recipient = prouwens at infoglobe.ca
         20.locationData = 1
         20.target = _self

but no mail is send, and the recipient hidden field is even not 
generated wa am i doinf wrong please ???

TIA

Pierre



More information about the TYPO3-english mailing list