Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

How to manage contact form submissions


Go to End


3 Posts   1995 Views

Avatar
nodevice

Community Member, 37 Posts

11 May 2007 at 6:01am

Edited: 19/05/2007 1:27am

How can I delete submissions from the submissions tab on a Contact Form page?

And how can I make the form send a copy of the whole message to my email adress?

Avatar
Sean

Forum Moderator, 922 Posts

11 May 2007 at 2:13pm

Edited: 11/05/2007 2:13pm

Try this wiki entry:

http://doc.silverstripe.com/doku.php?id=userdefinedform

You need to create some templates in templates/email within your project directory;

ReceivedFormEmail.ss
SubmittedFormEmail.ss

And insert the appropriate controls that the wiki page has, something along the lines of <% control Data %>$Title $Value<% end_control %>.

Cheers,
Sean

Avatar
nodevice

Community Member, 37 Posts

19 May 2007 at 1:28am

Than's Sean ... I'll give this a try