Skip to content

A simple NodeJS web server that takes the form information and responds with it. This was built for the TVCC CS195 Web Development class I teach.

License

Notifications You must be signed in to change notification settings

jedsmith13/form-responder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

form-responder

A simple NodeJS web server that takes the form information and responds with it. This was built for my TVCC CS195 Web Development class.

Getting started

You can look at sample.html to see an example.

The main thing is that you need to set your form action correctly it should point to http://form195.herokuapp.com/ if you want to use the publically available one or http://localhost:3000 if you are running it on your own server.

There are several "special" field names which will do more than just return the fields and their values.

They are:

name
color
tag
image
border-style

About

A simple NodeJS web server that takes the form information and responds with it. This was built for the TVCC CS195 Web Development class I teach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published