Forms emailing
Permalink 1 user found helpful
I have built several forms, when someone uses them the it sends me the email but the address that comes from shows this:
concrete5@mydomainname.com
The user has to enter a email address so that contacting them will be easier.
How can I get their email address to display as the from instead of it displaying concrete5@mydomainname.com
BTW mydomainname.com is an example, it does display the actual domain name of the site.
concrete5@mydomainname.com
The user has to enter a email address so that contacting them will be easier.
How can I get their email address to display as the from instead of it displaying concrete5@mydomainname.com
BTW mydomainname.com is an example, it does display the actual domain name of the site.
right now it defaults to the email of the super user. but in the upcoming 5.3.2 release you'll be able to over-ride it by setting the FORM_BLOCK_SENDER_EMAIL global var in your /config/site.php file.
That sounds great.
Tony, was this feature added? I noticed the form block seemed to be set up for it, but my site.php doesn't include that option. Am I missing it somewhere?
just duplicate a line!
there are tons of options which you can't find in site.php but are available..
there are tons of options which you can't find in site.php but are available..
I figured I could do it, but just wondered if it was somewhere else.
Is there any documentation on options built into various places?
Is there any documentation on options built into various places?
you can find a lot of them all over the documentation pages, but there's no single list with all options...
Might be nice to have one but there are also a few options like ENABLE_APPLICATION_EVENTS which aren't easy to understand - a simple two column document wouldn't be enough to understand how it can be used.
Might be nice to have one but there are also a few options like ENABLE_APPLICATION_EVENTS which aren't easy to understand - a simple two column document wouldn't be enough to understand how it can be used.
Thanks, Remo.
Has anyone been able to make this work? Being able to just hit Reply and have the email sent to the customer would be really nice!
firestorm9's solution here worked for me:
http://www.concrete5.org/community/forums/customizing_c5/form_block...
http://www.concrete5.org/community/forums/customizing_c5/form_block...