{"id":3238,"date":"2020-04-15T08:21:20","date_gmt":"2020-04-15T08:21:20","guid":{"rendered":"https:\/\/webdevtrick.com\/?p=3238"},"modified":"2020-04-15T15:24:24","modified_gmt":"2020-04-15T15:24:24","slug":"html-contact-form","status":"publish","type":"post","link":"https:\/\/webdevtrick.com\/html-contact-form\/","title":{"rendered":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form"},"content":{"rendered":"<p><strong>Want to create an amazing contact us form using HTML CSS JavaScript? Solution: See this HTML Contact Form With CSS and jQuery, Contact Us Form Design.<\/strong><\/p>\n<p>Previously I have shared an <span><a href=\"https:\/\/webdevtrick.com\/css-animated-contact-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">animated contact form<\/a><\/span> using <strong>CSS<\/strong>, but this has minimal but pretty <strong>UI<\/strong>. Basically, we use<strong> contact us form<\/strong> on our website for users can easily <strong>contact us<\/strong> and brands for business <strong>enquires<\/strong> also. Contact us page should have<strong> minimal design<\/strong> and fast loading, because the page is the main<strong> goal<\/strong> of most websites owners.<\/p>\n<p>Today you will learn to create <strong>contact us form with HTML, CSS, and JavaScript<\/strong>. Basically there are<strong> 3 input fields<\/strong>, one for the name, one for email, and one for massage. The common <span><a href=\"https:\/\/webdevtrick.com\/tag\/input\" target=\"_blank\" rel=\"noopener noreferrer\">input<\/a><\/span> which we use on your <strong>contact page<\/strong> because these Infos are enough to <strong>contact anyone<\/strong>. First, you can see the <strong>label<\/strong> like a text on the middle of the box, on <span><a href=\"https:\/\/webdevtrick.com\/tag\/css-hover-effect\" target=\"_blank\" rel=\"noopener noreferrer\">hover<\/a><\/span> its become label and you can see the <strong>text input field<\/strong>. And after<strong> clicking or activating<\/strong> the input its colors also will change, and massage filed will <strong>expand<\/strong>.<\/p>\n<p>So, Today I am sharing <strong>HTML Contact Form With CSS and jQuery<\/strong>. Here I have used <span><a href=\"https:\/\/webdevtrick.com\/tag\/jquery\" target=\"_blank\" rel=\"noopener noreferrer\"> jQuery<\/a><\/span> for creating the function or features easily, as you know that is a <strong>JS library<\/strong> that&#8217;s why I am putting this in <strong>JavaScript category<\/strong>. This is a <strong>complete contact us page<\/strong> that we can use on your website blindly after backend integration,\u00a0 it is also with<strong> responsive design<\/strong>.<\/p>\n<p>If you are thinking now how this <strong>form design<\/strong> actually is, then see the <strong>preview<\/strong> given below.<\/p>\n<h3>Preview Of Responsive Contact Us Page<\/h3>\n<p>See this video preview to getting an idea of how this <strong>page design looks like<\/strong>.<\/p>\n<div style=\"width: 640px;\" class=\"wp-video\"><video class=\"wp-video-shortcode\" id=\"video-3238-1\" width=\"640\" height=\"388\" loop autoplay preload=\"metadata\" controls=\"controls\"><source type=\"video\/mp4\" src=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/contact-me-form.mp4?_=1\" \/><a href=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/contact-me-form.mp4\">https:\/\/webdevtrick.com\/wp-content\/uploads\/contact-me-form.mp4<\/a><\/video><\/div>\n<a class=\"maxbutton-2 maxbutton maxbutton-demo\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/webdevtrick.com\/demos\/html-contact-form\/\"><span class='mb-text'>Live Demo<\/span><\/a>\n<p>Now you can see this visually, you also can see it live by pressing the button given above. If you like this, then get the <strong>source code<\/strong> of its.<\/p>\n<p><span style=\"font-size: 14pt;\">You May Also Like:<\/span><\/p>\n<ul>\n \t<span><\/p>\n<li><a href=\"https:\/\/webdevtrick.com\/newsletter-signup-form\/\" target=\"_blank\" rel=\"noopener noreferrer\">Newsletter Signup Form With Validation<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/svg-search-input-animation\/\" target=\"_blank\" rel=\"noopener noreferrer\">SVG Search Input Animation<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/jquery-fly-to-cart-effect\/\" target=\"_blank\" rel=\"noopener noreferrer\">jQuery Fly To Cart Effect<\/a><\/li>\n<li><a href=\"https:\/\/webdevtrick.com\/jquery-select-option\/\" target=\"_blank\" rel=\"noopener noreferrer\">Inline Select Option Dropdown<\/a><\/li>\n<p><\/span>\n<\/ul>\n<h2>HTML Contact Form With CSS and jQuery Source Code<\/h2>\n<p>Before <strong>sharing source code<\/strong>, let&#8217;s talk about it. First, I have created a <strong>section<\/strong> and put a heading and placed a form and <strong>three inputs<\/strong> inside it. I have used HTML <span class=\"lang:default decode:true crayon-inline \">&lt;form&gt;<\/span> tag for <strong>creating the form<\/strong>, and <span class=\"lang:default decode:true crayon-inline \">&lt;input type=&#8221;text&#8221;&gt;<\/span> for putting the items field. Here I have used a <span><a href=\"https:\/\/webdevtrick.com\/javascript-font-preview\/\" target=\"_blank\" rel=\"noopener noreferrer\">google font<\/a><\/span> to gave attractive visual.<\/p>\n<p>Now <strong>using CSS<\/strong>, I have placed all the elements on the right page as you can see in the preview. Firstly, I gave the height and width of <strong>label<\/strong> the same as the <strong>input for covering<\/strong> it. On hover and click it becomes small in width and pretend as a <span><a href=\"https:\/\/webdevtrick.com\/tag\/label\" target=\"_blank\" rel=\"noopener noreferrer\">label<\/a><\/span>. As you know this is a <strong>responsive design<\/strong>, for creating that used CSS <strong>@media<\/strong> query (<a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/Media_Queries\/Using_media_queries\" target=\"_blank\" rel=\"noopener noreferrer\">info<\/a>).<\/p>\n<p><strong>jQuery<\/strong> handling some of the main <strong>features<\/strong> of this design. With JS I have created the label size increase and decrease on active the input. And also you can see the <strong>message box expands<\/strong>, it is also is handled by jQuery. Left all other things you will understand after <strong>getting the codes<\/strong>, I can&#8217;t explain all in writing.<\/p>\n<p>For creating this program you have to create 3 files. First for <strong>HTML<\/strong>, second for <strong>CSS<\/strong>, and the third for <strong>JavaScript<\/strong>. Follow the steps to creating this without any error.<\/p>\n<p><span style=\"font-size: 14pt;\">index.html<\/span><\/p>\n<p>Create an HTML file named &#8216;<em><strong>index.html<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:xhtml decode:true \" title=\"index.html\">&lt;!DOCTYPE html&gt;\r\n&lt;!--Code By Webdevtrick ( https:\/\/webdevtrick.com )--&gt;\r\n&lt;html lang=\"en\" &gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;Contact Form Template&lt;\/title&gt;\r\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/modernizr\/2.8.3\/modernizr.min.js\" type=\"text\/javascript\"&gt;&lt;\/script&gt;\r\n  &lt;script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/prefixfree\/1.0.7\/prefixfree.min.js\"&gt;&lt;\/script&gt;\r\n  &lt;link href='https:\/\/fonts.googleapis.com\/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text\/css'&gt;\r\n  &lt;link rel=\"stylesheet\" href=\"style.css\"&gt;\r\n\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n\r\n\t&lt;section id=\"contactME\"&gt;\r\n    &lt;h1&gt;Contact Me&lt;\/h1&gt;\r\n    \r\n    &lt;form&gt;\r\n\t      &lt;div class=\"field name-box\"&gt;\r\n\t\t        &lt;input type=\"text\" id=\"name\" placeholder=\"Who Are You?\"\/&gt;\r\n        \t\t&lt;label for=\"name\"&gt;Name&lt;\/label&gt;\r\n\t      &lt;\/div&gt;\r\n\r\n\t      &lt;div class=\"field email-box\"&gt;\r\n\t\t        &lt;input type=\"text\" id=\"email\" placeholder=\"name@email.com\"\/&gt;\r\n\t\t        &lt;label for=\"email\"&gt;Email&lt;\/label&gt;\r\n\t      &lt;\/div&gt;\r\n\r\n\t      &lt;div class=\"field msg-box\"&gt;\r\n\t\t        &lt;textarea id=\"msg\" rows=\"4\" placeholder=\"Your message goes here...\"\/&gt;&lt;\/textarea&gt;\r\n\t\t        &lt;label for=\"msg\"&gt;Msg&lt;\/label&gt;\r\n\t      &lt;\/div&gt;\r\n\r\n\t      &lt;input class=\"button\" type=\"submit\" value=\"Send\" \/&gt;\r\n  &lt;\/form&gt;\r\n&lt;\/section&gt;\r\n\r\n&lt;script src='http:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js'&gt;&lt;\/script&gt;\r\n&lt;script  src=\"function.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p><span style=\"font-size: 14pt;\">style.css<\/span><\/p>\n<p>Now create a CSS file named &#8216;<em><strong>style.css<\/strong><\/em>&#8216; and put these codes given below.<\/p>\n<pre class=\"height-set:true height:750 lang:css decode:true \" title=\"style.css\">\/* Code By Webdevtrick ( https:\/\/webdevtrick.com ) *\/\r\nbody {\r\n  background: #efefef;\r\n  font-size: 62.5%;\r\n  font-family: 'Lato', sans-serif;\r\n  font-weight: 300;\r\n  color: #B6B6B6;\r\n}\r\nbody section {\r\n  background: white;\r\n  margin: 60px auto 120px;\r\n  border-top: 15px solid #002038;\r\n  text-align: center;\r\n  padding: 50px 0 110px;\r\n  width: 80%;\r\n  max-width: 1100px;\r\n}\r\nbody section h1 {\r\n  margin-bottom: 40px;\r\n  font-size: 4em;\r\n  text-transform: uppercase;\r\n  font-family: 'Lato', sans-serif;\r\n  font-weight: 100;\r\n}\r\nform {\r\n  width: 58.3333333333%;\r\n  margin: 0 auto;\r\n}\r\nform .field {\r\n  width: 100%;\r\n  position: relative;\r\n  margin-bottom: 15px;\r\n}\r\nform .field label {\r\n  text-transform: uppercase;\r\n  position: absolute;\r\n  top: 0;\r\n  left: 0;\r\n  background: #002038;\r\n  width: 100%;\r\n  padding: 18px 0;\r\n  font-size: 1.45em;\r\n  letter-spacing: 0.075em;\r\n  -webkit-transition: all 333ms ease-in-out;\r\n  -moz-transition: all 333ms ease-in-out;\r\n  -o-transition: all 333ms ease-in-out;\r\n  -ms-transition: all 333ms ease-in-out;\r\n  transition: all 333ms ease-in-out;\r\n}\r\nform .field label + span {\r\n  font-family: 'SSStandard';\r\n  opacity: 0;\r\n  color: white;\r\n  display: block;\r\n  position: absolute;\r\n  top: 12px;\r\n  left: 7%;\r\n  font-size: 2.5em;\r\n  text-shadow: 1px 2px 0 #cd6302;\r\n  -webkit-transition: all 333ms ease-in-out;\r\n  -moz-transition: all 333ms ease-in-out;\r\n  -o-transition: all 333ms ease-in-out;\r\n  -ms-transition: all 333ms ease-in-out;\r\n  transition: all 333ms ease-in-out;\r\n}\r\nform .field input[type=\"text\"],\r\nform .field textarea {\r\n  border: none;\r\n  background: #E8E9EA;\r\n  width: 80.5%;\r\n  margin: 0;\r\n  padding: 18px 0;\r\n  padding-left: 19.5%;\r\n  color: #002038;\r\n  font-size: 1.4em;\r\n  letter-spacing: 0.05em;\r\n  text-transform: uppercase;\r\n}\r\nform .field input[type=\"text\"]#msg,\r\nform .field textarea#msg {\r\n  height: 18px;\r\n  resize: none;\r\n  -webkit-transition: all 333ms ease-in-out;\r\n  -moz-transition: all 333ms ease-in-out;\r\n  -o-transition: all 333ms ease-in-out;\r\n  -ms-transition: all 333ms ease-in-out;\r\n  transition: all 333ms ease-in-out;\r\n}\r\nform .field input[type=\"text\"]:focus, form .field input[type=\"text\"].focused,\r\nform .field textarea:focus,\r\nform .field textarea.focused {\r\n  outline: none;\r\n}\r\nform .field input[type=\"text\"]:focus#msg, form .field input[type=\"text\"].focused#msg,\r\nform .field textarea:focus#msg,\r\nform .field textarea.focused#msg {\r\n  padding-bottom: 150px;\r\n}\r\nform .field input[type=\"text\"]:focus + label, form .field input[type=\"text\"].focused + label,\r\nform .field textarea:focus + label,\r\nform .field textarea.focused + label {\r\n  width: 18%;\r\n  background: #f79600;\r\n  color: #002038;\r\n}\r\nform .field input[type=\"text\"].focused + label,\r\nform .field textarea.focused + label {\r\n  color: #f79600;\r\n}\r\nform .field:hover label {\r\n  width: 18%;\r\n  background: #002038;\r\n  color: white;\r\n}\r\nform input[type=\"submit\"] {\r\n  background: #f79600;\r\n  color: white;\r\n  -webkit-appearance: none;\r\n  border: none;\r\n  text-transform: uppercase;\r\n  position: relative;\r\n  padding: 13px 50px;\r\n  font-size: 1.4em;\r\n  letter-spacing: 0.1em;\r\n  font-family: 'Lato', sans-serif;\r\n  font-weight: 300;\r\n  -webkit-transition: all 333ms ease-in-out;\r\n  -moz-transition: all 333ms ease-in-out;\r\n  -o-transition: all 333ms ease-in-out;\r\n  -ms-transition: all 333ms ease-in-out;\r\n  transition: all 333ms ease-in-out;\r\n}\r\nform input[type=\"submit\"]:hover {\r\n  background: #002038;\r\n  color: #f79600;\r\n}\r\nform input[type=\"submit\"]:focus {\r\n  outline: none;\r\n  background: #cd6302;\r\n}\r\n@media (max-width:765px) {\r\n  form {\r\n    width: 100%;\r\n  }\r\n  body section {\r\n    width: 100%;\r\n  }\r\n}<\/pre>\n<p><span style=\"font-size: 14pt;\">function.js<\/span><\/p>\n<p>The final step, Create a JavaScript file named &#8216;<em><strong>function.js<\/strong><\/em>&#8216; and put the codes.<\/p>\n<pre class=\"height-set:true height:750 lang:js decode:true\" title=\"function.js\">\/\/ Code By Webdevtrick ( https:\/\/webdevtrick.com )\r\n$('textarea').blur(function () {\r\n    $('#contactME textarea').each(function () {\r\n        $this = $(this);\r\n        if ( this.value != '' ) {\r\n          $this.addClass('focused');\r\n          $('textarea + label + span').css({'opacity': 1});\r\n        }\r\n        else {\r\n          $this.removeClass('focused');\r\n          $('textarea + label + span').css({'opacity': 0});\r\n        }\r\n    });\r\n});\r\n\r\n$('#contactME .field:first-child input').blur(function () {\r\n    $('#contactME .field:first-child input').each(function () {\r\n        $this = $(this);\r\n        if ( this.value != '' ) {\r\n          $this.addClass('focused');\r\n          $('.field:first-child input + label + span').css({'opacity': 1});\r\n        }\r\n        else {\r\n          $this.removeClass('focused');\r\n          $('.field:first-child input + label + span').css({'opacity': 0});\r\n        }\r\n    });\r\n});\r\n\r\n$('#contactME .field:nth-child(2) input').blur(function () {\r\n    $('#contactME .field:nth-child(2) input').each(function () {\r\n        $this = $(this);\r\n        if ( this.value != '' ) {\r\n          $this.addClass('focused');\r\n          $('.field:nth-child(2) input + label + span').css({'opacity': 1});\r\n        }\r\n        else {\r\n          $this.removeClass('focused');\r\n          $('.field:nth-child(2) input + label + span').css({'opacity': 0});\r\n        }\r\n    });\r\n});<\/pre>\n<p>That&#8217;s It. Now you have successfully created <strong>HTML Contact Form With CSS and jQuery<\/strong>, <strong>Responsive Contact Us Form Design<\/strong>. If you have doubt or question then comment down below.<\/p>\n<p><span style=\"font-family: impact, sans-serif;\">Thanks For Visiting, Keep Visiting.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Want to create an amazing contact us form using HTML CSS JavaScript? Solution: See this HTML Contact Form With CSS and jQuery, Contact Us Form Design. Previously I have shared an animated contact form using CSS, but this has minimal but pretty UI. Basically, we use contact us form on our website for users can [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3240,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[43,42,46,22,41],"tags":[158,375,73,190,271,362,65,244,61,197,272,192,67],"class_list":["post-3238","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-css","category-html","category-javascript","category-web-design","category-web-development","tag-animated-contact-form","tag-contact-us","tag-css-hover-effect","tag-example-and-source-code","tag-form","tag-hover","tag-html-login-form","tag-input","tag-javascript-tips-and-tricks","tag-jquery","tag-label","tag-responsive","tag-source-code"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HTML Contact Form With CSS and jQuery | Responsive Contact Us Form<\/title>\n<meta name=\"description\" content=\"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webdevtrick.com\/html-contact-form\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form\" \/>\n<meta property=\"og:description\" content=\"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webdevtrick.com\/html-contact-form\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Dev Trick\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdevtrick\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-15T08:21:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-15T15:24:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"shaan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"shaan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/\"},\"author\":{\"name\":\"shaan\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\"},\"headline\":\"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form\",\"datePublished\":\"2020-04-15T08:21:20+00:00\",\"dateModified\":\"2020-04-15T15:24:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/\"},\"wordCount\":679,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg\",\"keywords\":[\"animated contact form\",\"contact us\",\"css hover effect\",\"example and source code\",\"form\",\"hover\",\"html login form\",\"input\",\"javascript tips and tricks\",\"jquery\",\"label\",\"responsive\",\"source code\"],\"articleSection\":[\"CSS\",\"HTML\",\"JavaScript\",\"Web Design\",\"Web Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webdevtrick.com\/html-contact-form\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/\",\"url\":\"https:\/\/webdevtrick.com\/html-contact-form\/\",\"name\":\"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form\",\"isPartOf\":{\"@id\":\"https:\/\/webdevtrick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg\",\"datePublished\":\"2020-04-15T08:21:20+00:00\",\"dateModified\":\"2020-04-15T15:24:24+00:00\",\"description\":\"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.\",\"breadcrumb\":{\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webdevtrick.com\/html-contact-form\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg\",\"width\":1200,\"height\":630,\"caption\":\"html contact from css jquery\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webdevtrick.com\/html-contact-form\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webdevtrick.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webdevtrick.com\/#website\",\"url\":\"https:\/\/webdevtrick.com\/\",\"name\":\"Web Dev Trick\",\"description\":\"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial\",\"publisher\":{\"@id\":\"https:\/\/webdevtrick.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webdevtrick.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webdevtrick.com\/#organization\",\"name\":\"Web Dev Trick\",\"url\":\"https:\/\/webdevtrick.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"contentUrl\":\"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png\",\"width\":512,\"height\":512,\"caption\":\"Web Dev Trick\"},\"image\":{\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webdevtrick\/\",\"https:\/\/pinterest.com\/webdevtrick\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3\",\"name\":\"shaan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g\",\"caption\":\"shaan\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form","description":"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webdevtrick.com\/html-contact-form\/","og_locale":"en_US","og_type":"article","og_title":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form","og_description":"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.","og_url":"https:\/\/webdevtrick.com\/html-contact-form\/","og_site_name":"Web Dev Trick","article_publisher":"https:\/\/www.facebook.com\/webdevtrick\/","article_published_time":"2020-04-15T08:21:20+00:00","article_modified_time":"2020-04-15T15:24:24+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg","type":"image\/jpeg"}],"author":"shaan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"shaan","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webdevtrick.com\/html-contact-form\/#article","isPartOf":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/"},"author":{"name":"shaan","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3"},"headline":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form","datePublished":"2020-04-15T08:21:20+00:00","dateModified":"2020-04-15T15:24:24+00:00","mainEntityOfPage":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/"},"wordCount":679,"commentCount":3,"publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"image":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg","keywords":["animated contact form","contact us","css hover effect","example and source code","form","hover","html login form","input","javascript tips and tricks","jquery","label","responsive","source code"],"articleSection":["CSS","HTML","JavaScript","Web Design","Web Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webdevtrick.com\/html-contact-form\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webdevtrick.com\/html-contact-form\/","url":"https:\/\/webdevtrick.com\/html-contact-form\/","name":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form","isPartOf":{"@id":"https:\/\/webdevtrick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage"},"image":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage"},"thumbnailUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg","datePublished":"2020-04-15T08:21:20+00:00","dateModified":"2020-04-15T15:24:24+00:00","description":"Want to create contact us\/me form? Check out this HTML Contact Form With CSS and jQuery, Responsive Contact Us Form. Get example and source code now.","breadcrumb":{"@id":"https:\/\/webdevtrick.com\/html-contact-form\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webdevtrick.com\/html-contact-form\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/html-contact-form\/#primaryimage","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/html-contact-from-css-jquery.jpg","width":1200,"height":630,"caption":"html contact from css jquery"},{"@type":"BreadcrumbList","@id":"https:\/\/webdevtrick.com\/html-contact-form\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webdevtrick.com\/"},{"@type":"ListItem","position":2,"name":"HTML Contact Form With CSS and jQuery | Responsive Contact Us Form"}]},{"@type":"WebSite","@id":"https:\/\/webdevtrick.com\/#website","url":"https:\/\/webdevtrick.com\/","name":"Web Dev Trick","description":"HTML5, CSS3, JS, PHP Source Code &amp; Tutorial","publisher":{"@id":"https:\/\/webdevtrick.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webdevtrick.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webdevtrick.com\/#organization","name":"Web Dev Trick","url":"https:\/\/webdevtrick.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/","url":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","contentUrl":"https:\/\/webdevtrick.com\/wp-content\/uploads\/logo-fb-1.png","width":512,"height":512,"caption":"Web Dev Trick"},"image":{"@id":"https:\/\/webdevtrick.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webdevtrick\/","https:\/\/pinterest.com\/webdevtrick\/"]},{"@type":"Person","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/c79bae83976f92fe305c22342b2a0be3","name":"shaan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webdevtrick.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/60aa6ee93605bda7bc598d11dd748709a69bdb55a080124cc382114d8d7e7665?s=96&d=mm&r=g","caption":"shaan"}}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/comments?post=3238"}],"version-history":[{"count":18,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3238\/revisions"}],"predecessor-version":[{"id":3258,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/posts\/3238\/revisions\/3258"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media\/3240"}],"wp:attachment":[{"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/media?parent=3238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/categories?post=3238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webdevtrick.com\/wp-json\/wp\/v2\/tags?post=3238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}