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?

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.
Yep. Me too.
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?
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?
Me three
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.
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.
Check out this Add-on it should do what you are looking for.
http://www.concrete5.org/marketplace/addons/extended-form/...
http://www.concrete5.org/marketplace/addons/extended-form/...
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.