$("#show_contact_form").html("<h3 class=\'tac m-top m-bottom\'>Hire Built<\/h3>\n<p class=\'tac\'>Our contact form is the quickest way to get in touch. If you know what you\'d like to get built, include as much detail as possible and we\'ll respond immediately.<\/p>\n<form novalidate=\"novalidate\" class=\"simple_form new_lead\" id=\"new_lead\" enctype=\"multipart/form-data\" action=\"/contact\" accept-charset=\"UTF-8\" data-remote=\"true\" method=\"post\"><input name=\"utf8\" type=\"hidden\" value=\"&#x2713;\" /><div class=\'cols-12\'>\n<div class=\'cols-12\'>\n<b>\nYour Details:\n<br>\n<\/b>\n<\/div>\n<div class=\'cols-6 m-w-100\'>\n<div class=\"input string required lead_name\"><input class=\"string required\" autofocus=\"autofocus\" required=\"required\" aria-required=\"true\" placeholder=\"your name\" type=\"text\" name=\"lead[name]\" id=\"lead_name\" /><\/div>\n<div class=\"input email required lead_email\"><input class=\"string email required\" required=\"required\" aria-required=\"true\" placeholder=\"email address\" type=\"email\" name=\"lead[email]\" id=\"lead_email\" /><\/div>\n<\/div>\n<div class=\'cols-6 m-w-100\'>\n<div class=\"input string optional lead_company\"><input class=\"string optional\" placeholder=\"company name\" type=\"text\" name=\"lead[company]\" id=\"lead_company\" /><\/div>\n<div class=\"input tel optional lead_phone_number\"><input class=\"string tel optional\" placeholder=\"phone number\" type=\"tel\" name=\"lead[phone_number]\" id=\"lead_phone_number\" /><\/div>\n<\/div>\n<\/div>\n<b>Your Message<\/b>\n<div class=\"input text optional lead_question_1\"><textarea class=\"text optional\" placeholder=\"Some details that help are:&#x000A;&#x000A;- budget&#x000A;- preferred timelines&#x000A;- background on your team&#x000A;- details on any technology used so far \" name=\"lead[question_1]\" id=\"lead_question_1\">\n<\/textarea><\/div>\n<b>Attach a file:<\/b>\n<input type=\"file\" name=\"lead[file]\" id=\"lead_file\" />\n<input type=\"submit\" name=\"commit\" value=\"Send\" class=\"btn-accent btn-solid btn-big fl m-bottom\" data-disable-with=\"Send\" />\n<\/form>");
$("html, body").animate({scrollTop: $("#show_contact_form, h3").offset().top - 50}, 500);
