This sample shows some of the fields you can use to make online forms, including the input and select fields. Note the use of the grid layout to align the text fields. Also only one of the radio buttons can be selected because they all have the same name, whereas multiple checkboxes can be clicked. To collect the data, the Submit button would need to be connected to a PHP server.