Web Design - Forms. Forms Forms are everywhere on the Internet – Feedback Forms – Order Forms – Registration Forms – Surveys – Etc We will design forms...

Slides:



Advertisements
Similar presentations
DREAMWEAVER Welcome to our website!
Advertisements

Microsoft Expression Web-Illustrated Unit J: Creating Forms.
Microsoft Office XP Microsoft Excel
1. Chapter 29 Creating Forms 3 Understanding Forms Word enables you to create fill-in forms to eliminate the need for storing pre-printed forms. Add.
Copyright 2002, Paradigm Publishing Inc. CHAPTER 23 BACKNEXTEND 23-1 LINKS TO OBJECTIVES Form Concepts Creating the Form Template Creating the Form Template.
Creating a Form on a Web Page
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
HTML and XHTML Controlling the Display Of Web Content.
Macromedia Dreamweaver 4 Advanced Level Course. Add Rollovers Rollovers or mouseovers are possibly the most popular effects used in designing Web pages.
Create a Form in Dreamweaver Go to: Introduction Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Introduction Goals Purpose Scope Prerequisites Install (if needed)
This demo shows how to create a simple multiple choice exercise using drop down menu boxes with the forms tool within MSWord.
Creating Web Page Forms
Tutorial 6 Forms Section A - Working with Forms in JavaScript.
1 ADVANCED MICROSOFT WORD Lesson 15 – Creating Forms and Working with Web Documents Microsoft Office 2003: Advanced.
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
Chapter 3. Table have many uses in a HTML design but are mostly used for the organization of your web site. Tables also give vertical and horizontal structure.
MS FrontPage 2: Developing a web site for the Sunny Morning Products Yong Choi CSU Bakersfield.
Forms and Form Controls Chapter What is a Form?
Lesson 13: Building Web Forms Introduction to Adobe Dreamweaver CS6 Adobe Certified Associate: Web Communication using Adobe Dreamweaver CS6.
Defining Styles and Automatically Creating Table of Contents and Indexes Word Processing 4.03.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
Chapter 5 Java Script And Forms JavaScript, Third Edition.
Chapter 6: Forms JavaScript - Introductory. Previewing the Product Registration Form.
© Cheltenham Computer Training 2001 Macromedia Dreamweaver 4 - Slide No 1 Macromedia Dreamweaver 4 Advanced Level Course.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Forms. 2 Project Objectives Discuss form processing Describe the difference between client-side and server-side form processing Add a horizontal rule.
Creating a Web Site to Gather Data and Conduct Research.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
Chapter 4—Creating your First Document
Suzanne J. Sultan Javascript Lecture 2. Suzanne J. Sultan function What is a function> Types of functions:  Function with no parameters  Function with.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 6 1 Microsoft Office FrontPage 2003 Tutorial 6 – Publishing a Web Site.
Dreamweaver CS4 Concepts and Techniques Chapter 4 Forms.
Activity 2 Building a survey form using Dreamweaver Procedure
GUI Widgets Jeff Offutt SWE 432 Design and Implementation of Software for the Web.
Information Technology Word Processing. Word Processing is the preparation of documents such as letters, reports, memos, books, or any other type of correspondences.
HTML Concepts and Techniques Fourth Edition Project 7 Creating a Form on a Web Page.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit H Collecting Data with HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
CIS—100 Chapter 7—Headers and Footers 1. Chapter Objectives 2 After successful completion this chapter you should be able to:  Add page numbers.  Add.
1 HTML Forms
Microsoft FrontPage 2003 Illustrated Complete Creating a Form.
FORMS. Forms are used to receive information from the web surfer, such as: their name, address, credit card, etc. Form fields are objects that allow.
Why use it? o Makes your life easier constructing interactive web games and puzzles. o Quick and painless o Excellent learning tool, fun and interactive.
SYST Web Technologies SYST Web Technologies XHTML Forms.
+ FORMS HTML forms are used to pass data to a server. begins and ends a form Forms are made up of input elements Every input element has a name and value.
WEB FORM DESIGN. Creating forms for a web page For your web project you have to design a form for inclusion on your web site (the form information should.
HTML FORMS The TEXT Object Presented By: Ankit Gupta.
Project 6 Creating Forms on a Web Page. Objectives Define terms related to forms Describe the different form controls and their uses Use the tag Create.
Creating Web Page Forms COE 201- Computer Proficiency.
HTML Creating Forms on a Web Page. 2 Objectives  Discuss the process of creating a form  Distinguish between data input controls and text input controls.
Web Page-Chapter 6 Forms. Inserting a Form  Display the Insert bar  Click the arrow to the right of the display category on the Insert bar and then.
Introducing Dreamweaver. Dreamweaver The web development application used to create web pages Part of the Adobe creative suite.
HTML Forms. A form is simply an area that can contain form fields. Form fields are objects that allow the visitor to enter information - for example text.
Chapter 9 Quick Links Slide 2 Performance Objectives Understanding Forms Planning Forms Creating Forms Creating Text Fields Creating Hidden Fields Creating.
1 HTML Forms
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Project 6: Creating XHTML Forms Kelly.
1 HTML forms (cont.)
Introduction to Forms in HTML WebPages Mrs. Mustoe.
Learning Aim C.  In this section we will look at how text, tables, forms and frames can be used in web pages.
HTML Structure II (Form) WEEK 2.2. Contents Table Form.
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
© Ms. Masihi.  A Web page contains text and images that convey specific information to viewers.  To create a new web page, open Dreamweaver and select.
Objectives Design a form Create a form Create text fields
Creating a Basic Document
Unit I: Collecting Data with Forms
Presentation transcript:

Web Design - Forms

Forms Forms are everywhere on the Internet – Feedback Forms – Order Forms – Registration Forms – Surveys – Etc We will design forms... To get the information from a form and store it requires coding. (not part of this course content)

Form Objects Text Fields – Accepts any type of text entry (alphanumeric) – Can specify the length of the field, the number of lines, maximum characters – Single line or multi-line (multi-line also called a text area) – Can make the field a password field Buttons – Submit and Reset – Submit ideally takes the information and stores it (code required) – Reset - will automatically work if created properly

Form Objects (continued) Check Boxes – Used when you want the user to be able to select multiple options (choices) Radio Buttons – Used when you want the user to be able to select only one option (choice) – If you click on one, all of the others are unclicked Lists / Menus – Displays a list of options (with scroll bar) – A list allows multiple options to be selected with the control key

Creating Forms When creating forms we need to use the Insert Bar (change the tab to the forms tab) Form Object Text Field Text Area Check Box Radio ButtonRadio Group List/Menu Button Label the Toolbar on your Handout!!

Notes When creating a form: – First insert a Form Object (this generates a red dotted rectangle). – Everything included in the form must be inside this red rectangle – **Important – only create one red rectangle** Every object you place in the form needs to be named!!

Demo / Exercise We are going to start this as a demo. Then you are to finish it by following the rest of the instructions on the handout. We are going to take care of Steps 1 To 10 on the handout together.

Instructions 1.Open DreamWeaver – create a new document. 2.Give the page the Title: SRB Student Profile Form (Document Toolbar) 3.First line on the page type “SRB Student Profile” and press Enter. 4.Insert a Form Object onto the Page and give it the name SRBProfile (NO SPACES!!)

Instructions (continued) 5.Format the text “SRB Student Profile” to be blue, bold and size 5. 6.Place cursor inside the red rectangle (the form object) 7.Type First Name: then insert a text field, single line, name it FirstName (No Spaces) 8.Type Last Name: then insert a text field, single line, char width 35, name it LastName (No Spaces)

Instructions (continued) 9.Type Middle Initial: and insert a text field, single line, char width 5, name it Initial. 10.Press Enter to start another line. **Notice the red rectangle expands as you create more content!! Everything you do from this step forward happens inside this rectangle!!