5.7 Forms - Changing originating email address sender
Permalink 1 user found helpful
Does anyone know how to do the equivalent of the old constants
that used to be in /config/site.php ?
Thanks very much for any help
that used to be in /config/site.php ?
Thanks very much for any help
Thanks very much Solio!
Appreciate your comment
Assume you mean for 5.6.3.x
Appreciate your comment
Assume you mean for 5.6.3.x
Nope, this is for 5.7.x
It is basically the same instruction as juddc gave you except I was directing you to take a look at the core default setting first - it is self explanatory. The only difference is that I use already existing override file instead of creating another instance of it.
It is basically the same instruction as juddc gave you except I was directing you to take a look at the core default setting first - it is self explanatory. The only difference is that I use already existing override file instead of creating another instance of it.
Hi Sollo!
Sorry for my misunderstanding
Thanks very much - will take a closer look
Kind regards
Prema
Sorry for my misunderstanding
Thanks very much - will take a closer look
Kind regards
Prema
In /application/config add a new file - concrete.php
That'll customize the From field. It's sitewide though and will apply to all forms build using the form block.
Not sure about the other two - I wish there was a list of all the concrete.php block overrides somewhere for reference.
That'll customize the From field. It's sitewide though and will apply to all forms build using the form block.
Not sure about the other two - I wish there was a list of all the concrete.php block overrides somewhere for reference.
Hi Juddc!
Thanks for your response this looks like the format for 5.7.x
Appreciate the response and sure that others will find it helpful
Yes also would like to see a complete list
Thanks for your response this looks like the format for 5.7.x
Appreciate the response and sure that others will find it helpful
Yes also would like to see a complete list
Thanks for share this helpful post.
Hi there!
This worked great for me. I was wondering if you knew how to add the form sender's name (from the name field I added, or email address, or time stamp) to the subject line of the email that's sent.
Here's my separate post about it:
https://www.concrete5.org/community/forums/customizing_c5/how-to-add...
Any help is appreciated, thanks!
Thanks!
Amanda
This worked great for me. I was wondering if you knew how to add the form sender's name (from the name field I added, or email address, or time stamp) to the subject line of the email that's sent.
Here's my separate post about it:
https://www.concrete5.org/community/forums/customizing_c5/how-to-add...
Any help is appreciated, thanks!
Thanks!
Amanda
Search for "Email Settings"
Of course, you should be making changes as a core override at: application/config/generated_overrides/concrete.php
I hope this helps.