Auto Email from Form Block.

Permalink
Is there a way to auto email a respondant after they filled there details into Form block? If not is there a addon I could incorporate?

stephenlaw
 
okhayat replied on at Permalink Reply
okhayat
You can customize the form block. Sorry I can't provide an example on how to do that, as this block is way too complex for me.
stephenlaw replied on at Permalink Reply
stephenlaw
Yep. Me too.
myFullFlavour replied on at Permalink Reply
myFullFlavour
This actually would be very useful.

Also, a company I'm working with has sales offices in various parts of the country - would be handy if a user could select his nearest 'city/town' and rather than the email be sent to head office, it gets forwarded to the relevant sales office.

Thoughts?
madebig replied on at Permalink Reply
madebig
Me three
SVijay replied on at Permalink Reply
SVijay
Hi,

In form block controller.php copy line 326 to 335 and paste it below. And set your parameters (i.e) from address, to address, mail subject, body.
openly replied on at Permalink Reply
openly
Check out this Add-on it should do what you are looking for.
http://www.concrete5.org/marketplace/addons/extended-form/...
hursey013 replied on at Permalink Reply
hursey013
I second the suggestion to use Extended Form add-on - it has an option to email the form submitter if they provide their email address. In order to customize the auto email sent out - check out the mail/submission_recipient.php file within the package and replace that with your custom message.