https://kentish-payment.000webhostapp.com/FORMS_Project12_NavaSusan.html

For my Volunteer form, I made a mock-up Volunteer submission form for the Prospect Heights Hospital for those who are interested in volunteering for healthcare for pets or for that who are interested in adoptions. With the help of label input elements for the email, First and Last Name, This element allows creating a text input to type in your information and your email. Also, for the species input selection, I define it with a radio-type input to give out a checkbox for those who own a cat or a dog. And for those who selected other species besides the first two, I use the text input element <input type=” text” and call it “other” for the name and id menu, but like the email, It must include the placeholder. While the interest and the “How did you hear about us” part, the select label elements provide a drop-down list, and I give off 5 or 4 option value elements inside the drop-down list so that others can select many different kinds of answers. For the favorite color, I use the <input type=” color,”> with value element included to define the color wheel, and you can select the color of your choice from the color wheel.