Monday, December 15, 2014

Lab 15 - Contact Form

In lab 15, we had to create a contact form that a user can use to contact you. I created the contact form to let a user give me feedback or ask me questions. In order to send me a feedback/question, the user have to click the "Contact Me" button below my lab 15 page and fill out the information to submit it.




Inside my CSS, I include how I wanted my contact form to look defining the background color of it, width, etc. The div id "#contact" is for my contact form. 


I wrote the tag <div id="contact"> to tell it how I want my form to look like using CSS coding. I included name, email, and feedback/questions inside my contact form. I include jquery inside my lab 15 also.



 Inside my javascript, I include the speed of the contact form to appear.
                                          
 





As you can see, my contact form has the background color I told inside my CSS code and the user has to fill in their name, email, and feedback/questions to submit the form.
                                                                                                           


No comments:

Post a Comment