Link to home
Start Free TrialLog in
Avatar of workforceinsight
workforceinsightFlag for United States of America

asked on

Web Feedback Form

I need to create a simple web "form" which will allow a user to enter information in predefined fields, then upon completion, the user clicks "submit".  The form should then capture all the entered information and email it somewhere.

I can't use JAVASCRIPT however, as I don't want the form to simply open the user's email client.  I would like this to be all server-driven.  I'm guessing I will need a server-side app/applet to handle the transport, but I'm unclear on how to implement that easily.  

Are there off the shelf, free or paid server packages that could do this?  We are a Windows Server 2003/2008 shop - with IIS web hosts;  no UNIX/Linux servers.  Any help is much appreciated.
Avatar of Jens Fiederer
Jens Fiederer
Flag of United States of America image

This is a fairly simple problem in ASP.NET, you can use either the paid (Visual Studio) or the Express edition (you could download that and try it out).

ASKER CERTIFIED SOLUTION
Avatar of piyush_soni
piyush_soni

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial