LaunchCode logo
  1. Contents
  2. 26. User Input with Forms

26. User Input with FormsΒΆ

  • 26.1. Forms
    • 26.1.1. Create a Form
    • 26.1.2. Input Element
    • 26.1.3. Labels
    • 26.1.4. Value Attribute
    • 26.1.5. Check Your Understanding
  • 26.2. Form Submission
    • 26.2.1. Trigger Form Submission
      • 26.2.1.1. Key-value Pairs
    • 26.2.2. Check Your Understanding
  • 26.3. POST Form Submission
    • 26.3.1. Form Submission Using POST
    • 26.3.2. Send Form Submission to a Server
    • 26.3.3. Check Your Understanding
  • 26.4. Text Inputs
    • 26.4.1. Example
    • 26.4.2. Check Your Understanding
  • 26.5. Specialized Text Inputs
    • 26.5.1. Example
  • 26.6. Checkbox Input
    • 26.6.1. Examples
    • 26.6.2. Check Your Understanding
  • 26.7. Radio Input
    • 26.7.1. Example
    • 26.7.2. Unselecting a Radio Button
    • 26.7.3. Check Your Understanding
  • 26.8. Select Input
    • 26.8.1. Example
    • 26.8.2. Check Your Understanding
  • 26.9. Exercises: Forms
    • 26.9.1. Getting Started
    • 26.9.2. Create your Form
  • 26.10. Studio: HTTP and Forms
    • 26.10.1. Introduction
    • 26.10.2. Getting Started
    • 26.10.3. Create Form Inputs
      • 26.10.3.1. Bonus Mission
    • 26.10.4. Uploading Your Work
  • ← 25.5. HTTP in the Browser
  • 26.1. Forms →

Back to top