[TYPO3-english] new form element

LaPointe, Matthew MLapointe at jcvi.org
Sat Dec 10 16:17:28 CET 2011


Thank you Francois. That worked perfectly for getting the sender email set. I'll post a separate question to the group about reCaptcha.

Matt

-----Original Message-----
From: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] On Behalf Of François Suter
Sent: Thursday, December 08, 2011 9:17 AM
To: typo3-english at lists.typo3.org
Subject: Re: [TYPO3-english] new form element

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
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list