Contact us form give details i do not want the client to see
Permalink
Best members,
I unstalled the contac-us form on my contactpage
Nice interface for the client
But the confirmation mail is full of data f.e. referring to concrete 5.
That's not what i want my client to seen if he receives and contact confirmation from his client.
Also a login link is shown.
I know in options you can not change all this
Perhaps you help me where to
1) change mail text
2) delete login link?
3) change email adress
I know that this is an old topic but i would like to have to latest info on this for recent c5 version
Thanx
Ed
I unstalled the contac-us form on my contactpage
Nice interface for the client
But the confirmation mail is full of data f.e. referring to concrete 5.
That's not what i want my client to seen if he receives and contact confirmation from his client.
Also a login link is shown.
I know in options you can not change all this
Perhaps you help me where to
1) change mail text
2) delete login link?
3) change email adress
I know that this is an old topic but i would like to have to latest info on this for recent c5 version
Thanx
Ed
If you know a little php, this can be accomplished by doing this:
1.) Go to your concrete5 folder and go to this directory:
concrete5/system/mail
2.)Go to the file located here named "block_form_submission.php", right-click and copy it
3.)Create a folder named "mail" in your concrete5 root folder
Concrete5/mail
4.)Paste the "block_form_submission.php" file in this folder
5.)You can now edit this file and updates to Concrete5 will not overwrite it. You can also fall back to the default by deleting or moving your new file.
6.)Make whatever changes to the message that the server will email out here when a form is submitted.