Contact Form
.container { background: #c4c8c5; background-size: cover; height: 100%; width : 50%; margin-bottom: 100px; /*text-align: center;*/ display: flex; align-items: center; position: relative; } Get In Touch : Nature of Site* : Repair New Construction jQuery(document).ready(function($) { // console.log(‘hello’); $(document).on(‘click’, ‘.submit’, function(e) { if($(“.test-form”)[0].reportValidity()) { e.preventDefault(); $.ajax({ url: “https://ped-api.captainweb.xyz/get/token”, dataType: ‘json’, success:…