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

26. User Input with FormsΒΆ

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

Back to top

Page Source