Registration Form

<<Back to Main Menu

Description:
Displays a Registration Form which users must submit in order to register with the site.

Accessible by:
Users who are not logged in

Accessed from:
Main Menu for users who are not logged in
Login Form if an unregistered user tries to book a flight

Input parameters:
None

Output
Registration Form

Pseudo Code:
get session
if (there is no 'username' param in the session) {
   print the Registration Form
}
else {
   display an error message
}