A link to the website that you worked on A link to the corresponding repo Screenshots of the two pages that you wrote A short description of your form. Specifically, discuss the input types and the request method that you chose A reflection on the development process - how sharing code with others went, how pulling and merging went, and how branch-based development (with pull requests) went.
-here are the screenshots of the pages I wrote:
Some of the input types that I used on my form was tel to get the user phone number, name to get the uses full name, email to get the users email, etc. For most of these inputs I had also incorporated a place holder inside the text entry to help the user, if they did not understand what characters they should use and what not.
In terms of the method I used. I had used the post method to send the most updated user data that was taken in, to the server.