CIS 1310 – HTML & CSS 9 Forms. CIS 1310 – HTML & CSS Learning Outcomes  Describe Common Uses of Forms on Web Pages  Create Forms on Web Pages  Associate.

Slides:



Advertisements
Similar presentations
Tutorial 6 Creating a Web Form
Advertisements

Chapter 6 Basic forms 1. Forms and query string 2 form : a group of user input (UI) controls that accepts information from the user and sends the information.
Supplement Creating Forms. Objectives Show how forms are used How to create the Form element HTML elements used for creating input fields.
XP 1 Creating Web Page Forms Designing a Product Registration Form Tutorial 6.
Creating Web Page Forms. Objectives Describe how Web forms can interact with a server-based program Insert a form into a Web page Create and format a.
Tutorial 6 Working with Web Forms
USER INTERACTIONS: FORMS
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Creating Web Page Forms
Tutorial 6 Forms Section A - Working with Forms in JavaScript.
HTML Tables and Forms Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Chapter 10 Form Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
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.
HTML 5 Tutorial Chapter 9 Form Attributes. New Form Attributes HTML5 has several new elements and attributes for forms. New form attributes : autocomplete.
1 Web Developer & Design Foundations with XHTML Chapter 6 Key Concepts.
XP Tutorial 6New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Creating Web Page Forms Designing a Product Registration Form Tutorial.
XP Tutorial 6New Perspectives on HTML and XHTML, Comprehensive 1 Creating Web Page Forms Designing a Product Registration Form Tutorial 6.
1 Creating Web Forms in HTML Web forms collect information from customers Web forms include different control elements including: –Input boxes –Selection.
Forms and Form Controls Chapter What is a Form?
Chapter 6: Forms JavaScript - Introductory. Previewing the Product Registration Form.
Neal Stublen Improvements  New form elements  Assist with validation  Consistency across sites  Changes reduce the need for common.
XHTML Introductory1 Forms Chapter 7. XHTML Introductory2 Objectives In this chapter, you will: Study elements Learn about input fields Use the element.
Robinson_CIS_285_2005 HTML FORMS CIS 285 Winter_2005 Instructor: Mary Robinson.
Tutorial 7 Creating Forms. Objectives Session 7.1 – Create an HTML form – Insert fields for text – Add labels for form elements – Create radio buttons.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
JavaScript, Fourth Edition Chapter 5 Validating Form Data with JavaScript.
HTML Forms.
LOGO FORMs in HTML CHAPTER 5 Eastern Mediterranean University School of Computing and Technology Department of Information Technology ITEC229 Client-Side.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
Dreamweaver MX. 2 Overview of Templates n Forms enable you to collect data from ______. n A form contains ________ such as text fields, radio buttons,
Week 9 - Form Basics Key Concepts 1. 1.Describe common uses of forms on web pages 2.Create forms on web pages using the form, input, textarea, and select.
ITCS373: Internet Technology Lecture 5: More HTML.
Tutorial 6 Working with Web Forms. XP Objectives Explore how Web forms interact with Web servers Create form elements Create field sets and legends Create.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
Web Development & Design Foundations with XHTML Chapter 9 Key Concepts.
HTML Forms. Slide 2 Forms (Introduction) The purpose of input forms Organizing forms with a and Using different element types to get user input A brief.
HTML Forms a form is a container for input elements on a web page input elements contain data that is sent to the web server for processing.
Forms Collecting Data CSS Class 5. Forms Create a form Add text box Add labels Add check boxes and radio buttons Build a drop-down list Group drop-down.
INT222 - Internet Fundamentals Shi, Yue (Sunny) Office: T2095 SENECA COLLEGE.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 9 Key Concepts 1 Copyright © Terry Felke-Morris.
Web Technologies Lecture 3 Web forms. HTML5 forms A component of a webpage that has form controls – Text fields – Buttons – Checkboxes – Range controls.
+ 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.
©SoftMooreSlide 1 Introduction to HTML: Forms ©SoftMooreSlide 2 Forms Forms provide a simple mechanism for collecting user data and submitting it to.
Tutorial 6 Working with Web Forms. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore how Web forms interact with.
Creating Web Page Forms COE 201- Computer Proficiency.
HTML Forms.
Chapter 9 Quick Links Slide 2 Performance Objectives Understanding Forms Planning Forms Creating Forms Creating Text Fields Creating Hidden Fields Creating.
1 HTML Forms
Creating Forms on a Web Page. 2 Introduction  Forms allow Web developers to collect visitor feedback  Forms create an environment that invites people.
1 HTML forms (cont.)
Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Tutorial 6 Creating a Web Form
FORMS Explained By: Jasdeep Kaur. Lecturer, Department of Computer Application, PGG.C.G., Sector: 42, Chandigarh.
Ashima Wadhwa Java Script And Forms. Introduction Forms: –One of the most common Web page elements used with JavaScript –Typical forms you may encounter.
XP Tutorial 6New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Creating Web Page Forms Designing a Product Registration Form Tutorial 6.
2440: 141 Web Site Administration Web Forms Instructor: Joseph Nattey.
Creating and Processing Web Forms
Objectives Design a form Create a form Create text fields
ITE 115 Creating Web Page Forms
Basic XHTML Tables XHTML tables—a frequently used feature that organizes data into rows and columns. Tables are defined with the table element. Table.
Introducing Forms.
Objectives Explore web forms Work with form servers
9 Forms.
CNIT 131 HTML5 - Forms.
Web Development & Design Foundations with H T M L 5
Basics of Web Design Chapter 10 Form Basics Key Concepts
Presentation transcript:

CIS 1310 – HTML & CSS 9 Forms

CIS 1310 – HTML & CSS Learning Outcomes  Describe Common Uses of Forms on Web Pages  Create Forms on Web Pages  Associate Form Controls & Groups  Create Custom Image Buttons  Use CSS to Style a Form  Configure New HTML5 Form Controls  Describe Features & Uses of Server-side Processing

CIS 1310 – HTML & CSS Forms Overview  Forms Are Used All Over the Web to: Accept Information Provide Interactivity  Types of Forms Order Search Sign-up Survey

CIS 1310 – HTML & CSS <form>  … Region for Elements Used for Soliciting Input Can Have Multiple Forms Cannot Nest Forms  Attributes action=“url” Specifies Location of Resource Browser Executes it When Form Data is Submitted Mailto that Submits Data in an Script that Transmits Data to Web Server Required

CIS 1310 – HTML & CSS <form>  Attributes autocomplete=“on | off” enctype=“type” Specifies Type & Format of Submitted Form Data application/x-www-form-urlencoded Single Text String multipart/form-data Binary Data or Text Containing Non-ASCII Characters text/plain Separated Field / Value Pairs

CIS 1310 – HTML & CSS <form>  Attributes method=“get | post” Processes Form Data to the URL Specified by ACTION get Browser Creates a Query Includes URL, ?, and Values Generated By the Form post Formats Form Data as a Block

CIS 1310 – HTML & CSS <form>  Attributes name=“type” Specifies the Name of a Form novalidate=“novalidate” Specifies Form Should Not be Validated when Submitted target=“_blank | _self | _parent | _top” Specifies Where to Display the Response After Form Submission

CIS 1310 – HTML & CSS enctype Attribute

CIS 1310 – HTML & CSS  Defines Type & Appearance for Form Input Elements  Attributes autocomplete=“on | off” Specifies Whether has Autocomplete Enabled autofocus=“autofocus” Specifies that Automatically Gets Focus on Page Load checked=“checked” Initial State of Checkbox / Radiobutton is Selected

CIS 1310 – HTML & CSS  Attributes disabled=“disabled” Disables Form Element Use form=“form_id” Specifies One or More Forms Element Belongs to height=“#pixels” Specifies Height of Element Only for TYPE=IMAGE

CIS 1310 – HTML & CSS  Attributes list=“datalist_id” Refers to a Element Contains Pre-defined Options for an Element max=“# | date” Specifies Maximum Value for an Element maxlength=“#” Sets Maximum Number of Characters for a Text Field min=“# | date” Specifies Minimum Value for an Element

CIS 1310 – HTML & CSS  Attributes multiple=“multiple” Specifies User Can Enter More Than One Value name=“Text” Provides an ID for the Form Element pattern=“regexp” Specifies a Regular Expression that Value is Checked Against placeholder=“regexp” Specifies Short Hint that Describes Expected Value

CIS 1310 – HTML & CSS  Attributes readonly=“readonly” Prevents User from Altering Contents of Element required=“required” Specifies Input Field Must be Filled Out Before Submission size=“width | (width,height)” Sets Width & Height of a Text Element src=“url” Specifies URL of Image When TYPE=IMAGE

CIS 1310 – HTML & CSS  Attributes type=“text | password | hidden | checkbox | radio | submit | reset | color | date | | tel | url | number | range | search | button | image” Indicates Type of Input Element to Display text Generates a Textbox password Generates a Textbox Any Character Entered By User Displays as an Asterisk hidden Data That Is Necessary For Correct Form Processing Users Cannot See Data

CIS 1310 – HTML & CSS  Attributes type checkbox Generates a Multiple Selection Element radio Generates a Mutually Exclusive Element Name Values Must be the Same submit Button that Processes Form Data by the ACTION Attribute reset Button that Restores Form to Its Original State

CIS 1310 – HTML & CSS  Attributes type color Provide the User with a Color Picker date | datetime | time | month | week Select Date / Time in Appropriate Format | tel | url Accept Data for Addresses, Telephone Numbers, URLs Performs Rudimentary Validation

CIS 1310 – HTML & CSS  Attributes type number Value Must be Numeric; Accepts Restrictions Utilizes Spinner Control range Accepts a Range of Numeric Values Utilizes Slider Control search Accept Search Terms

CIS 1310 – HTML & CSS  Attributes type button Button that Executes a Script image SUBMIT Button that Uses Image Specified by SRC Attribute value=“value” Value For Non-text Input Elements When Form is Submitted What Appears on Button Face for Buttons

CIS 1310 – HTML & CSS <datalist>  … Specifies a List of Pre-defined Options for an  Example

CIS 1310 – HTML & CSS <label>  … Associates the Label with a Form Element Simplify Data Entry  Attributes disabled=“disabled” Disables Form Element Use for=“name” Associates Label with Element Using the id Value

CIS 1310 – HTML & CSS,, &,, &  … Create a Drop-down Menu or Scrolling List  Attributes disabled=“disabled” Disables Form Element Use multiple=“multiple” Allows Users to Choose More than One Item name=“text” Associates a Name With the List size=“#” Sets the Number of Choices Visible Within the Menu

CIS 1310 – HTML & CSS,, &,, &  … Creates an Item in a Drop-down Menu or Scrolling List  Attributes disabled=“disabled” Disables Form Element Use selected=“selected” Indicates Item Should be the Default Choice value=“value” Value For Item When Form is Submitted

CIS 1310 – HTML & CSS,, &,, &  … Organizes Menu / List Items into Distinct Groups  Attributes disabled=“disabled” Disables Form Element Use label=“text” Not Selectable LABEL Appears Above Each Group in Menu / List Required

CIS 1310 – HTML & CSS & &  … Visually Groups Form Elements into a Panel  … Provides a Caption for a Fieldset Can be Used to Explain Their Capabilities or Contents

CIS 1310 – HTML & CSS <textarea>  … Creates a Multiline Text Input Box  Attributes cols=“#” Specifies Width of Textarea in Columns Limit is 72 Required disabled=“disabled” Disables Form Element Use

CIS 1310 – HTML & CSS <textarea>  Attributes name=“text” Associates a Name With the Element readonly=“readonly” Prevents User From Altering Textarea’s Contents rows=“#” Specifies Number of Rows in Textarea Required

CIS 1310 – HTML & CSS <textarea>  Attributes wrap=“off | soft | hard” Specifies Word Wrap Handling off Default Setting No Wrapping soft Automatically Wraps Treated as One Line when Submitted hard Automatically Wraps Treated as Multiple Lines When Submitted

CIS 1310 – HTML & CSS <button>  … Create Graphically Interesting Form Buttons  Attributes disabled=“disabled” Disables Form Element Use name=“text” Associates a Name With the Element type=“button | submit | reset” Defines Button Type

CIS 1310 – HTML & CSS ing Form Data  Value of the Action Attribute Can Automatically Include Subject Line Other Options &body=Send me your newsletter right away

CIS 1310 – HTML & CSS mailto: Example LanGear Product Registration <form name="reg" method=“post" enctype="text/plain"> First Name Last Name Address City State ZIP

CIS 1310 – HTML & CSS Form Layout  Structure Single Column Faster Single Eye Movement Two-Column Right Slower Fewer Mistakes Awkward Appearance Two-Column Left Slowest Higher Risk of Error Difficult to Map from Label to Field Name: Address: Name: Address: Name: Address:

CIS 1310 – HTML & CSS Form Layout  Character Limits No Warning Assumes Visitor Should Know Keyboard Appears to Stop Working Inform Visitor

CIS 1310 – HTML & CSS Radio Buttons  Indicate Default Give People Control and Align with Their Expectations Expedite Tasks Harness the Power of Suggestion Assist Sway  Horizontal Radio Buttons are Difficult to Scan  Use to Enlarge the Target Clickable Area

CIS 1310 – HTML & CSS Form Buttons  Descriptive Text Register Now / Cancel vs. OK / Cancel  Option Weight Primary vs. Secondary Actions Bigger is Easier

CIS 1310 – HTML & CSS Server-side Scripts  Embedded Within a Web Page Accesses File with Extension Such as:.php (PHP).asp (Active Server Pages).cfm (Adobe ColdFusion).jsp (Sun JavaServer Pages).aspx (ASP.Net)  Uses Direct Execution Script is Run by Web Server or Extension Module to Server

CIS 1310 – HTML & CSS Server-side Processing Steps  Web Page Invokes Server-side Processing Via Form or Link  Web Server Executes Server-side Script  Script Accesses Requested: Database File Process  Web Server Returns Web Page With Requested Information or Confirmation of Action