You need to Register for free and Login to post a message in the forum.

Forum

How to use the DNN Feedback module as a simple Contacts Form
Last Post 2010-05-14 01:38 PM by Joseph Craig. 14 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
SimonTurnerUser is Offline
Nuker
Nuker
Posts:14

--
2008-11-04 05:16 PM  
Hi all,

I've configured the feedback module on my site and have it sending me emails when someone adds a post.  However, the emails are sent from the DNN admin email i have configured.  Therefore you cant reply to them directly, as you have to login to feedback moderation to get there email address, which is a pain in my opinion.

Is there a way to have the from address in the email actually be the value entered when the user submits the form.  It seems stupid the way it is.

Thanks,

Simon
DNN Newbie @ work on WorkoutBOX
SimonTurnerUser is Offline
Nuker
Nuker
Posts:14

--
2008-11-06 08:10 AM  
I'm suprised noone has any experience doing this, as its surley quite a common requirement?  I'd be eally gratefull for some pointers here.

Thanks,

Simon
DNN Newbie @ work on WorkoutBOX
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2008-11-06 01:52 PM  
Hmmm.

I just configured the Feedback module on a test site and sent a message. The message's "from" address is the one that I used when I filled in the feedback form. The message was sent "To" the address I used when I configured the module.

How are you sending the messages?

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
SimonTurnerUser is Offline
Nuker
Nuker
Posts:14

--
2008-11-06 08:02 PM  
hi there,

Yes, realised my rather embarassing mistake. I'd entered an email in the from box in the settings my mistake, when I'd obviously been half asleep! Thanks again for your help and I'll make sure I dont post any stupidly simple posts like this again.

Cheers,

Simon
DNN Newbie @ work on WorkoutBOX
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2008-11-07 01:18 AM  
Please don't do that, Simon! 

At least half of my questions on the DotNetNuke forums I answer myself, sometimes with great chagrin ...

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
crsqn91lUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2010-01-05 10:08 AM  

hi
i want to  send email with feedback module entered name, email id, subject, message after submitting.

can we add name, email, subject and message to moderator email message.

Thanks .

Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-05 01:29 PM  
Those 4 items are included in the message and the one sent to the moderator.  Perhaps I'm not understanding your question.

(If the feedback module isn't quite to your liking and you have some programming skills, the good news is that the source code is available and you can change it.  It's not a complicated module, so it should be accessible.  But, as I said, you'll have to have some programming skill.) You might want to take a look here for some inspiration: How to improve a DotNetNuke module (The Blog module)

For those with less programming skills, following this tutorial might provide some ideas:  How to Build a News Application with DotNetMushroom RAD


There are also probably third party modules that may provide additional functionality.  Snowcovered.com is a good place to check.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Eli CohenUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2010-01-14 06:32 AM  
In the message and moderator I receive the user's email address, subject and message. However the 'name' that the user enters in the 'Name' textbox does not appear anywhere. Where can I get that information from when a visitor sends us a message using the Feedback module?

TIA

Eli Cohen
Wiznotes
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-14 01:31 PM  
I don't have a site with the feedback module installed at the moment.  My memory is that the name is use in the email addressing.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Eli CohenUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2010-01-14 01:41 PM  
Unfortunately the name does not appear in the email addressing. I even had a look in the Feedback table of the database and there is no field that stores the name entered.

Eli Cohen
Wiznotes
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-14 02:05 PM  
I got a copy of Feedback (4.4.3)  running on a test site.  The message that I get says:

Submitted By:

The email address and subject are used in the email.

My Feedback table has these fields:

ModuleID   
Status   
Subject   
CreatedByEmail   
ApprovedBy   
Message   
DateCreated   
FeedbackID   
PortalID   
CategoryID   
CreatedByName



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-01-14 02:07 PM  
You might find this module useful.  It is free.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Eli CohenUser is Offline
Nuke Newbie
Nuke Newbie
Posts:3

--
2010-01-14 02:12 PM  
Thank you very much. I will look into that!

Eli Cohen
Wiznotes
IDnUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2010-05-14 12:02 PM  
hi,

the term "Submitted By : (Name of Sender)" added to the message field. how can i restrict module to do that?
Joseph CraigUser is Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9005
Avatar

--
2010-05-14 01:38 PM  
I don't think that is supported in the module.  You could, though, get a copy of the source and make a custom version of the module.



Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds