mvhes.org.in Open in urlscan Pro
135.181.133.251  Public Scan

URL: https://mvhes.org.in/
Submission: On February 17 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

<form action="" class="p-5 bg-white" data-id="VzUIYVI1Vmc" align="left" onsubmit="DataFormSubmit (event,this)">
  <div class="row form-group">
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_8">Your Photo </label> <input type="file" class="form-control" name="field_8" placeholder="Enter Here"></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_1">Name <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="text" class="form-control" name="field_1" placeholder="Enter Here" required=""></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_7">Father name <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="text" class="form-control" name="field_7" placeholder="Enter Here" required=""></div>
  </div>
  <div class="row form-group">
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_2">Address <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="text" class="form-control" name="field_2" placeholder="Enter Here" required=""></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_3">City <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="text" class="form-control" name="field_3" placeholder="Enter Here" required=""></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_4">State <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="text" class="form-control" name="field_4" placeholder="Enter Here" required=""></div>
  </div>
  <div class="row form-group">
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_5">Pincode <font color="red"><i class="fa fa-star fa-1"></i></font></label> <input type="number" class="form-control" name="field_5" placeholder="Enter Here" required=""></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_6">Email ID </label> <input type="email" class="form-control" name="field_6" placeholder="Enter Here"></div>
    <div class="col-md-4 mb-3 mb-md-0"><label id="label_9">Your Message <font color="red"><i class="fa fa-star fa-1"></i></font></label> <textarea class="form-control" name="field_9" placeholder="Enter Here" required=""></textarea></div>
  </div>
  <div class="row form-group">
    <div class="col-md-12 mb-3 mb-md-0">
      <div class="form-group submitBtn" align="right">
        <button style="font-family: Lobster;">Submit</button>
      </div>
    </div>
  </div>
</form>

https://html.commonsupport.xyz/html/charity-club/inc/sendemail.php

<form action="https://html.commonsupport.xyz/html/charity-club/inc/sendemail.php" class="contact-form" id="footer-cf">
  <input type="text" name="name" placeholder="Full Name">
  <input type="text" name="email" placeholder="Email Address">
  <textarea name="message" placeholder="Your Message"></textarea>
  <button type="submit">Send</button>
</form>

POST #

<form method="post" action="#">
  <!--Form Portlet-->
  <div class="form-portlet">
    <h3>How Much Would you like to Donate?</h3>
    <div class="row clearfix">
      <div class="form-group col-lg-7 col-md-12 col-xs-12 clearfix">
        <div class="radio-select">
          <input type="radio" name="sel-amount" id="amount-1">
          <label for="amount-1">$10</label>
        </div>
        <div class="radio-select">
          <input type="radio" name="sel-amount" id="amount-2" checked="">
          <label for="amount-2">$25</label>
        </div>
        <div class="radio-select">
          <input type="radio" name="sel-amount" id="amount-3">
          <label for="amount-3">$50</label>
        </div>
        <div class="radio-select">
          <input type="radio" name="sel-amount" id="amount-4">
          <label for="amount-4">$100</label>
        </div>
        <div class="radio-select">
          <input type="radio" name="sel-amount" id="amount-5">
          <label for="amount-5">$150</label>
        </div>
      </div>
      <div class="form-group other-amount col-lg-5 col-md-8 col-xs-12 padd-top-10">
        <input type="text" name="other-amount" value="" placeholder="Or Other Amount">
      </div>
    </div>
  </div>
  <br>
  <!--Form Portlet-->
  <div class="form-portlet">
    <h4>Billing Information</h4>
    <div class="row clearfix">
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">First Name <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="First Name" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Last Name <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Last Name" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Email <span class="required">*</span></div>
        <input type="email" name="name" value="" placeholder="Email" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Phone <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Phone" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Address 1 <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Address 1" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Address 2 <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Address 2" required="">
      </div>
    </div>
  </div>
  <br>
  <!--Form Portlet-->
  <div class="form-portlet">
    <h4>Payment Information</h4>
    <div class="payment-option-logo"><img class="img-responsive" src="images/resource/payment-logos.png" alt=""></div>
    <br>
    <div class="row clearfix">
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Card Number <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Card Number" required="">
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Card Holder Name <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Card Holder Name" required="">
      </div>
      <div class="form-group col-lg-3 col-md-3 col-xs-12">
        <div class="field-label">Expire Date <span class="required">*</span></div>
        <select>
          <option>01</option>
          <option>02</option>
          <option>03</option>
          <option>04</option>
          <option>05</option>
          <option>06</option>
          <option>07</option>
          <option>08</option>
          <option>09</option>
          <option>10</option>
          <option>11</option>
          <option>12</option>
        </select>
      </div>
      <div class="form-group col-lg-3 col-md-3 col-xs-12">
        <div class="field-label">&nbsp;</div>
        <select>
          <option>2016</option>
          <option>2017</option>
          <option>2018</option>
          <option>2019</option>
          <option>2020</option>
        </select>
      </div>
      <div class="form-group col-lg-6 col-md-6 col-xs-12">
        <div class="field-label">Security Code (CVC) <span class="required">*</span></div>
        <input type="text" name="name" value="" placeholder="Security Code" required="">
      </div>
    </div>
  </div>
  <div class="text-left"><button type="submit" class="theme-btn btn-style-two">Donate Now</button></div>
</form>

Text Content

EMAIL abhinavv1468@gmail.com

Call Now 8299568297

 * Home
 * About Us
 * Photo Gallery
 * Our Services
 * Our Products
 * NGO
 * Contact Us

 * 
 * 
 * 









WELCOME TO MVH FOUNDATION

Lorem ipsum dolor some link sit amet, cum at inani interesset

At MVH Foundation, we believe in the power of collective action to create
positive change in the world. Our mission is to [mission statement], and we work
tirelessly to achieve this goal every day.

 * Charity For Education
 * Home for homeless
 * Feed for hungry child
 * Clean water for people


WHO WE ARE

We are a team of passionate individuals dedicated to making a difference in our
community and beyond. Our diverse backgrounds and experiences unite us in our
commitment to serving others and making the world a better place for all.


HOW YOU CAN HELP

We believe that everyone has the power to create change, and there are many ways
you can get involved with [NGO Name]. Whether you choose to volunteer your time,
donate to support our cause, or simply spread the word about our work, your
support makes a difference. Together, we can build a brighter future for
generations to come.


GET INVOLVED

Join us in our mission to [mission statement]. Explore our website to learn more
about our programs and how you can make a difference. Together, we can create
positive change and build a better world for all.

Thank you for visiting MVH Foundation. Together, we can make a difference.

Donate Now..

Your Photo
Name
Father name
Address
City
State
Pincode
Email ID
Your Message
Submit



Mvhes

 * Pragya Puram Colony, Lakhperabagh, Barabanki Barabanki Uttar Pradesh 225001
 * 8299568297
 * abhinavv1468@gmail.com




QUICK LINKS




USEFULL LINKS

 * Home
 * About Us
 * Photo Gallery
 * Our Services
 * NGO
 * Our Products
 * Contact Us


CONTACT FORM

Send
Copyright 2024 © Mvhes with love



HOW MUCH WOULD YOU LIKE TO DONATE?

$10
$25
$50
$100
$150



BILLING INFORMATION

First Name *
Last Name *
Email *
Phone *
Address 1 *
Address 2 *


PAYMENT INFORMATION



Card Number *
Card Holder Name *
Expire Date *
01 02 03 04 05 06 07 08 09 10 11 12
 
2016 2017 2018 2019 2020
Security Code (CVC) *
Donate Now
Close

Download Close