tutorial 1: collecting an using input from users

watch it on YouTube

Notes

Steps for implementing user input influenced content on your page:

  1. create an appropriate input for the data to be collected
  2. identify the data input element -- for example, using id and name properties.
  3. trigger the data gathering process with some type of event
  4. validate the data--check for type mismatches or data that is out of bounds for the application use
  5. integrate the data into an algorithm