Question

Your Name:

Survey Form

http://localhost

Ben Mandakh

Location:

San Jose

Favorite Language: Javascript

Comment (optional):

Coding is great! Covid 19 is Not!

Submit

Survey Form

http://localhost/result

Submitted Information

Name: Ben Mandakh

Location: San Jose

Favorite Language: Javascript

Comment: Coding is great! Covid 19 is Not!

Go Back

Create a survey form. Before you start coding this, first outline or write down the steps of

accomplishing this.

For example

1. Have the server render views/index.ejs that has the form for the user to fill out

2. The user fills out the form and submits

3. The submitted form gets sent to /result

4. The server recognizes when someone posts things to /result, grabs information from the

POST, and sends the POST data back as it renders views/results.ejs

Question image 1