Skip to content

tayloraharry/htmlbankingform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This repo is an assigment completed for the front end development portion of Nashville Software School.

Banking form

Setup

These commands are a helpful quick start. You may choose to ignore them completely and create your own directory structure. If you choose to use this recommendation, just copy the commands below, open a terminal window and paste. It doesn't matter what directory you are currently in.

mkdir -p ~/workspace/exercises/the-static-web/banking-form && cd $_
touch index.html

Requirements

Build a form that accepts a loan application. It must have the following fields.

  1. Applicant first name
  2. Applicant middle initial
  3. Applicant last name
  4. Applicant address
  5. Applicant occupation
  6. Applicant employer
  7. Employer address
  8. Type of loan select element with these options:
    1. Commercial
    2. Real estate
    3. Personal
    4. Mortgage
  9. Requested amount of loan
  10. Radio button elements for loan length
    1. 5 years
    2. 15 years
    3. 30 years
  11. Checkbox group for special conditions
    1. I have a down payment
    2. Out-of-state resident
    3. Married
    4. Loan will be co-signed
  12. A text area to allow for additional comments
  13. Applicant email address
  14. Applicant telephone number
  15. Applicant LinkedIn URL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published