When you run this improved page, it will look like this:

Here is the complete code of the SearchLibrary.egl file. If you see any errors marked by red X symbols in the file, make sure your code matches the code in this file:Completed SearchLibrary.egl file after lesson 3.

When you test the page, try using the new radio button functions. You must select one of the radio buttons for the search page to work properly.
This search page is still difficult to use because there are not many records in the sample database and many states to guess from. In the next lesson, you will change the State input field to a combo box that lists all of the states used in the database.
Here is the complete code of the customersearch.egl file. If you see any errors marked by red X symbols in the file, make sure your code matches the code in this file:Completed customersearch.egl file after lesson 3.