PDA

View Full Version : Contact Form


Governator
01-14-2004, 02:06 AM
Hey,

I'm looking for a form for users to fill out, and the data is sent to a database, and there is an admin area where the messages are displayed, and you can reply, etc...

I found one, but it costs $30.00


Thanks!

fractalvibes
01-14-2004, 04:54 AM
Try writing an application that does just that. Not Rocket Science, but a basic web development task you should learn to do

fv

A1ien51
01-14-2004, 03:18 PM
If you do a search on google, you can find tutorials that show you how to write to a database and display the code.

It does the same thing that that program most lkely does.

All you would need to do is basically copy and paste the code.

Eric

jeskel
01-14-2004, 05:49 PM
You can start with this:
1.create your db.
2.create your form.
3.create the page that will record the infos in your db
4.create the page that will display the infos recorded.

2. and 3. can be in one page but I would recommend you start with two different pages.

If you've never worked on a local server you must install IIS (or PWS) and put your files in C:/INETPUB/www

Then type that url: http://localhost
--> that will show your ASP pages working properly.

Don't hesitate to ask questions here for any of these steps.

Governator
01-16-2004, 12:25 AM
I should have said this... I already have created one, but im trying to find one that is better :)

jeskel
01-16-2004, 10:26 AM
I would recommend http://www.hotscripts.com/ to find something like this. But I would even more recommend to do it yourself ;)

Rapt0r
01-20-2004, 09:09 PM
why dont u make yours better :D