Create Task

Feature: An user input which allows them to add their initials onto our website to indicate that they are a "subscriber"

3a.

My program works to help users input their names into our database. By inputting their names into the database they are able to show their initials onto the website to show they are part of the subscribers list. By clicking onto the text box users will only be able to insert The first and last initial of your name. Due to the formatting of the text box users will only be allowed to use this format or else there will be a warning screen given to the user's input. The users then can click the input button and this adds their names into the database.

3b.

img 2

The user data is input into the database using the list read_user(). When the button is pressed the user input initial will be put into the database and then shown onto the website.

3c.

picture 2 and write

3.d