[Typo3] Recipient problem with mailform standard

Pierre Rouwens pierre at web-lance.com
Mon Aug 1 03:29:46 CEST 2005


Hi listers,

I'm in trouble with this code :
plugin.tx_desimplecalendar_pi1.form.Contact {
	10 = TEXT
	10.value = Demande d'information
	10.wrap  = <h1>|</h1>
	15 = TEXT
	15.value = Je souhaiterais avoir plus d'information sur cet évenement
	15.wrap = <p>|</p>
	20 < tt_content.mailform.20
	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 = Email:
	 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 =  29
	20.recipient = mymail at myISP.com
	25 = TEXT
	25.value = * Ce champs est obligatoire
	25.wrap = <span class="mailformrequired">|</span>
	30 = TEXT
	30.value = Nous apprécions votre interêt pour nos activités, Si vous le 
demandez nous vous recontacterons sous deux jours ouvrables. Si vous 
avez besoin d'information plus rapidement n'hésitez pas à nous contacter 
directement au : <b>1 (418) 681-2929</b>
	30.wrap = <p>|</p>
}

The hidden field for recipient isn't generated, and i never receive a 
mail... I've tried to put in my dataArray directly the hidden field 
recipient but doesn't work too....
is there something i misunderstood please ?

Thanks in advance for any clues

Pierre



More information about the TYPO3-english mailing list