301135.microweber.net
Open in
urlscan Pro
65.109.49.231
Public Scan
URL:
https://301135.microweber.net/
Submission: On March 18 via api from US — Scanned from US
Submission: On March 18 via api from US — Scanned from US
Form analysis
2 forms found in the DOMName: mw_contact_form_module-layouts--8-contact-form — POST
<form class="mw_form" data-form-id="mw_contact_form_module-layouts--8-contact-form" name="mw_contact_form_module-layouts--8-contact-form" method="post">
<div class="message-sent" id="msgmw_contact_form_module-layouts--8-contact-form" style="display: none;">
<span class="message-sent-icon"></span>
<p class="text-success">Your Email was sent successfully</p>
</div>
<div class=" module module-custom-fields " id="module-layouts--8-contact-form-custom-fields" data-mw-title="Custom fields" for-id="module-layouts--8-contact-form" data-for="module"
default-fields="First Name[type=text,field_size=12,show_placeholder=true],Last Name[type=text,field_size=12,show_placeholder=true],Phone[type=text,field_size=12,show_placeholder=true],Email[type=email,field_size=12,show_placeholder=true],Message[type=textarea,field_size=12,show_placeholder=true]"
input_class="form-control" parent-module-id="module-layouts--8-contact-form" parent-module="contact_form" data-type="custom_fields"><input type="hidden" name="for_id" value="module-layouts--8-contact-form">
<input type="hidden" name="for" value="module">
<script type="text/javascript">
(function() {
'use strict';
window.addEventListener('load', function() {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function(form) {
form.addEventListener('submit', function(event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mw-text-start mb-3">
<label class="control-label my-3"> First Name </label>
<input type="text" class="form-control" data-custom-field-id="6" data-custom-field-error-text="" name="first-name" value="" placeholder="First Name">
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mw-text-start mb-3">
<label class="control-label my-3"> Last Name </label>
<input type="text" class="form-control" data-custom-field-id="7" data-custom-field-error-text="" name="last-name" value="" placeholder="Last Name">
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mw-text-start mb-3">
<label class="control-label my-3"> Phone </label>
<input type="text" class="form-control" data-custom-field-id="8" data-custom-field-error-text="" name="phone" value="" placeholder="Phone">
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mw-text-start mb-3">
<label class="control-label my-3"> Email </label>
<input type="email" class="form-control" data-custom-field-id="9" data-custom-field-error-text="" name="email" value="" placeholder="Email">
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mw-text-start mb-3">
<label class="control-label my-3"> Message </label>
<textarea type="text" class="form-control" rows="3" cols="3" data-custom-field-id="10" data-custom-field-error-text="" name="message" placeholder="Message"></textarea>
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
</div>
</div>
<div class="mb-2 w-100 module module-btn " id="module-layouts--8-contact-form-btn" data-mw-title="Button" button_action="submit" button_style="btn-primary" button_size="px-5" button_text="Send" parent-module-id="module-layouts--8-contact-form"
parent-module="contact_form" data-type="btn">
<button type="submit" id="btn-module-layouts--8-contact-form-btn" class="btn btn-primary px-5"> Send </button>
<style>
#module-layouts--8-contact-form-btn {}
#module-layouts--8-contact-form-btn>#btn-module-layouts--8-contact-form-btn,
#module-layouts--8-contact-form-btn>a,
#module-layouts--8-contact-form-btn>button {}
#module-layouts--8-contact-form-btn>#btn-module-layouts--8-contact-form-btn:hover,
#module-layouts--8-contact-form-btn>a:hover,
#module-layouts--8-contact-form-btn>button:hover {}
</style>
</div>
<input type="hidden" name="module_name" value="contact_form">
</form>
Name: mw_contact_form_footer-layout-contact-form — POST
<form class="mw_form" data-form-id="mw_contact_form_footer-layout-contact-form" name="mw_contact_form_footer-layout-contact-form" method="post">
<div class="message-sent" id="msgmw_contact_form_footer-layout-contact-form" style="display: none;">
<span class="message-sent-icon"></span>
<p class="text-success">Your Email was sent successfully</p>
</div>
<div class="row justify-content-center">
<div class="col-md-8">
<div class=" module module-custom-fields " id="footer-layout-contact-form-custom-fields" data-mw-title="Custom fields" for-id="footer-layout-contact-form" data-for="module" template="bootstrap5_flex"
default-fields="Email[type=email,field_size=12,show_placeholder=true]" input_class="form-control" parent-module-id="footer-layout-contact-form" parent-module="contact_form" data-type="custom_fields"><input type="hidden" name="for_id"
value="footer-layout-contact-form">
<input type="hidden" name="for" value="module">
<script type="text/javascript">
(function() {
'use strict';
window.addEventListener('load', function() {
// Fetch all the forms we want to apply custom Bootstrap validation styles to
var forms = document.getElementsByClassName('needs-validation');
// Loop over them and prevent submission
var validation = Array.prototype.filter.call(forms, function(form) {
form.addEventListener('submit', function(event) {
if (form.checkValidity() === false) {
event.preventDefault();
event.stopPropagation();
}
form.classList.add('was-validated');
}, false);
});
}, false);
})();
</script>
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="mb-3 d-flex d-flex">
<label class="control-label me-2 align-self-center mb-0"> Email </label>
<input type="email" class="form-control" data-custom-field-id="11" data-custom-field-error-text="" name="email" value="" placeholder="Email">
<div class="valid-feedback">Success! You've done it.</div>
<div class="invalid-feedback">Error! The value is not valid.</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="mb-2 module module-btn " id="footer-layout-contact-form-btn" data-mw-title="Button" button_action="submit" button_style="btn-primary" button_size="w-100 justify-content-center" button_text="Join"
parent-module-id="footer-layout-contact-form" parent-module="contact_form" data-type="btn">
<button type="submit" id="btn-footer-layout-contact-form-btn" class="btn btn-primary w-100 justify-content-center"> Join </button>
<style>
#footer-layout-contact-form-btn {}
#footer-layout-contact-form-btn>#btn-footer-layout-contact-form-btn,
#footer-layout-contact-form-btn>a,
#footer-layout-contact-form-btn>button {}
#footer-layout-contact-form-btn>#btn-footer-layout-contact-form-btn:hover,
#footer-layout-contact-form-btn>a:hover,
#footer-layout-contact-form-btn>button:hover {}
</style>
</div>
</div>
</div>
<input type="hidden" name="module_name" value="contact_form">
</form>
Text Content
* Home * Home * About us * Team * Contacts YOUR LOGO * +359 878 123 456 COMPANY NAME Add some unique details about your company. Click on button layouts in the right menu to add more boxes in your website. DESIGN CONCEPT It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. HOW TO MEET THAT SPECIAL SOMEONE There is no better advertisement campaign that is low cost and also successful at the same time. Great business ideas when utilized effectively can save lots of money. This is not only easy for those who work full-time as an advertiser, but also for those. HOW TO MEET THAT SPECIAL SOMEONE There is no better advertisement campaign that is low cost and also successful at the same time. Great business ideas when utilized effectively can save lots of money. This is not only easy for those who work full-time as an advertiser, but also for those. HOW TO MEET THAT SPECIAL SOMEONE There is no better advertisement campaign that is low cost and also successful at the same time. Great business ideas when utilized effectively can save lots of money. This is not only easy for those who work full-time as an advertiser, but also for those. ADDICTION WHEN GAMBLING BECOMES A PROBLEM Call to action THERE'S A LOT OF COMPETITION IN THE WORLD OF ATHLETIC APPAREL, AND UNDER AMOUR'S SOLUTION WAS THE "I WILL" SLOGAN WHICH LAUNCHED IN 2013. MAC GREGOR Once the printer ink runs dry it has to be replaced with another inkjet cartridge. There are many reputed companies like Canon, Epson, Dell, and Lexmark that provide the necessary cartridges to replace the empty cartridges. Replacing inkjet SASHA IVANOV Once the printer ink runs dry it has to be replaced with another inkjet cartridge. There are many reputed companies like Canon, Epson, Dell, and Lexmark that provide the necessary cartridges to replace the empty cartridges. Replacing inkjet WHY CHOOSE US? THE FLASH TUTORIAL Ah, the technical interview. Nothing like it. Not only does it cause anxiety, but it causes anxiety for several different DOWNLOAD ANYTHING Ah, the technical interview. Nothing like it. Not only does it cause anxiety, but it causes anxiety for several different THE FLASH TUTORIAL Ah, the technical interview. Nothing like it. Not only does it cause anxiety, but it causes anxiety for several different ADD A MOTIVATIONAL PHRASE Insert the contact form fields and indicate how to fill them, so the client can make an order or contact you COMPANY DETAILS PHONE +1 234 567 890 ADDRESS USA 6100 Hackett Plain Suite 705 Palo Alto, CA EMAIL info@company.com * * * CONTACT US EMAIL FORM Your Email was sent successfully First Name Success! You've done it. Error! The value is not valid. Last Name Success! You've done it. Error! The value is not valid. Phone Success! You've done it. Error! The value is not valid. Email Success! You've done it. Error! The value is not valid. Message Success! You've done it. Error! The value is not valid. Send Your Email was sent successfully Email Success! You've done it. Error! The value is not valid. Join Category Category Category © All Rights Reserved. Your Website Design Website Builder by Microweber × person exit_to_app or Back to Login