[TYPO3-english] new form element

François Suter fsu-lists at cobweb.ch
Thu Dec 8 15:16:37 CET 2011


Hi Matt,

> 1) In the email sent how can I change the from email to the one the form submitter entered?

This is done by pointing to the email field in the TypoScript definition 
of the form:

postProcessor {
	1 = mail
	1 {
		recipientEmail = foo at bar.com
		senderNameField = name
		senderEmailField = email
	}
}

> 2) Similarly, how do you set the subject instead of using the default?

That's unfortunately not possible. I stumbled on this the other day. I 
consider this a bug, but had no opportunity to submit a patch for it.

> 3) I've installed reCaptcha but can't seem to get it to show up in the form wizard. Can this not be done?

No idea there, sorry.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-english mailing list