diff --git a/contact.html b/contact.html index 605f880..7997572 100644 --- a/contact.html +++ b/contact.html @@ -36,6 +36,15 @@ .error{ color: red; } + #anwi_contact-form button{ + border: none; + background-color: #0A1039; + text-transform: uppercase; + font-weight: 600; + padding: 9px 25px; + color: #fff; + font-size: 13px; + } @@ -56,7 +65,7 @@ - + @@ -87,22 +96,23 @@ Tell Us your Message - - - Your Name * - + + + + + Your Name - - Number * - + + + Number - - Your Email * - + + + Email - - Your Message - + + + Message Submit @@ -196,41 +206,41 @@ // } // }) - $("#anwi_contact-form").validate({ - rules: { - phone: { - minlength: 10, - maxlength: 10, - number: true - }, - }, - submitHandler: function(form ,e) { - e.preventDefault(); - // $("#pageloader").css({"display":"block"}); - $.ajax({ - type: "POST", - url: "contact.php", - data: $(form).serialize(), - success: function(res) { - debugger; - if (res == 1) { - $(".pageloader").removeClass("is_open"); - $(".overlay_effect").removeClass("is_open"); - toastr.success('Success, Our Experts will get back to you!'); - $(form).trigger("reset"); - $(form).find('.form-control-placeholder').removeClass('floating-label'); - $(this).addClass("d-none"); - }else { - $(".pageloader").removeClass("is_open"); - $(".overlay_effect").removeClass("is_open"); - toastr.error('Something Went Wrong,Try Again!'); - $("#biz-contact-form").removeClass("d-none"); - } - } - }); - return false; - } - }); + // $("#anwi_contact-form").validate({ + // rules: { + // phone: { + // minlength: 10, + // maxlength: 10, + // number: true + // }, + // }, + // submitHandler: function(form ,e) { + // e.preventDefault(); + // // $("#pageloader").css({"display":"block"}); + // $.ajax({ + // type: "POST", + // url: "contact.php", + // data: $(form).serialize(), + // success: function(res) { + // debugger; + // if (res == 1) { + // $(".pageloader").removeClass("is_open"); + // $(".overlay_effect").removeClass("is_open"); + // toastr.success('Success, Our Experts will get back to you!'); + // $(form).trigger("reset"); + // $(form).find('.form-control-placeholder').removeClass('floating-label'); + // $(this).addClass("d-none"); + // }else { + // $(".pageloader").removeClass("is_open"); + // $(".overlay_effect").removeClass("is_open"); + // toastr.error('Something Went Wrong,Try Again!'); + // $("#biz-contact-form").removeClass("d-none"); + // } + // } + // }); + // return false; + // } + // });