mettleinnovations.in Open in urlscan Pro
188.114.97.3  Public Scan

Submitted URL: http://mettleinnovations.in/
Effective URL: https://mettleinnovations.in/
Submission Tags: @phish_report
Submission: On November 22 via api from FI — Scanned from NL

Form analysis 2 forms found in the DOM

POST call_on_email_send.php

<form action="call_on_email_send.php" method="post">
  <div class="row" style="margin-left:4px;margin-top:15px">
    <input style="border-width: 1px; border-color: rgba(0,0,0,0.12);border-style: solid;background-color: rgba(255,255,255,0);width:90%;padding: 16px;color: #999;font-size: 14px;" class="col-md-12" name="name" placeholder="Name" type="text"
      required="">
  </div>
  <div class="row" style="margin-left:4px;margin-top:15px">
    <input style="border-width: 1px; border-color: rgba(0,0,0,0.12);border-style: solid;background-color: rgba(255,255,255,0);width:90%;padding: 16px;color: #999;font-size: 14px;" class="col-md-12" name="mob_no" placeholder="Mobile No" type="text"
      required="">
  </div>
  <div class="row" style="margin-left:4px;margin-top:15px">
    <input style="border-width: 1px; border-color: rgba(0,0,0,0.12);border-style: solid;background-color: rgba(255,255,255,0);width:90%;padding: 16px;color: #999;font-size: 14px;" class="col-md-12" name="email" placeholder="Email" type="text"
      required="">
  </div>
  <div class="row" style="margin-left:4px;margin-top:15px">
    <textarea rows="3" style="border-width: 1px; border-color: rgba(0,0,0,0.12);border-style: solid;background-color: rgba(255,255,255,0);width:90%;padding: 16px;color: #999;font-size: 14px;" class="col-md-12" name="description" placeholder="Message"
      required=""></textarea>
  </div>
  <!--<div class="row form-group">
											<label class="col-sm-12 control-label">Type the characters you see below. Letters are not case sensitive. <span class="asterisk">*</span></label>
											
										</div>
										<div class="row form-group" style="margin:0 auto">
											<img src="CaptchaSecurityImages.php?width=100&height=40&characters=5" style="margin-left: 20px;margin-bottom: 10px;" />	
										</div>
										<div class="col-md-12 form-group">
										    <!--<div class="col-md-3"></div>-->
  <!--	<div class="row">
												<input style="border-width: 1px; border-color: rgba(0,0,0,0.12);border-style: solid;background-color: rgba(255,255,255,0);width:90%;padding: 16px;color: #999;font-size: 14px;" type="text" class="col-md-12" name="security_code" id="security_code"  placeholder="Security Code*" required  validate="isNotNull">
											</div>
										</div>-->
  <br>
  <div class="row form-group">
    <div class="g-recaptcha" data-sitekey="" style="margin: 0 auto;"></div>
  </div>
  <br>
  <div align="center" style="margin-top:15px;margin-bottom: 5% !important;">
    <input type="submit" name="submit" id="btnSave1" class="hoverc"
      style="color:#FFFFFF;background-color:#a2258d; display: inline-block;padding:15px;letter-spacing: 2px;font-size: 18px;font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;text-transform: uppercase !important;cursor: pointer;border:solid 1px #a2258d"
      value="SEND MESSAGE">
  </div>
</form>

Name: frmGroupPOST

<form class="form-horizontal mt-10" data-rel="myForm" method="post" enctype="multipart/form-data" id="frmGroup" name="frmGroup" style="margin:0 0 0 0;">
  <div class="form-group row">
    <div class="col-sm-8">
      <input type="hidden" class="form-control" name="id" id="id" value="14">
    </div>
  </div>
  <script>
    function display_div1() {
      if (document.frmGroup.flag.value == 'Event') {
        $("#display").show();
        $("#display1").hide();
        $("#display2").hide();
      } else if (document.frmGroup.flag.value == 'Activity') {
        $("#display1").show();
        $("#display").hide();
        $("#display2").hide();
      } else if (document.frmGroup.flag.value == 'Other') {
        $("#display2").show();
        $("#display1").hide();
        $("#display").hide();
      } else {
        $("#display").hide();
        $("#display1").hide();
        $("#display2").hide();
      }
    }
  </script>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Feedback Of<span class="asterisk">*</span></label>
    <div class="col-sm-8">
      <input type="radio" value="Activity" name="flag" onclick="display_div1()">Activity <input type="radio" value="Other" name="flag" onclick="display_div1()">Other
    </div>
  </div><!-- /.form-group -->
  <div class="form-group row">
    <div id="display" style="display: none;">
      <label class="col-sm-4 control-label">Event <span class="asterisk">*</span></label>
      <div class="col-sm-8">
        <select name="event_id" id="event_id" class="form-control" style="height:34px;">
          <option value="">-Select-</option>
        </select>
      </div>
    </div>
    <div id="display1" style="display: none;">
      <label class="col-sm-4 control-label">Activity <span class="asterisk">*</span></label>
      <div class="col-sm-8">
        <select name="act_id" id="act_id" class="form-control" style="height:34px;">
          <option value="">-Select-</option>
          <option value="1">अमृत धारा या मानवी दुग्धपेढीचे लोकार्पण</option>
          <option value="2">अमृत धारा या मानवी दुग्धपेढीचे लोकार्पण</option>
        </select>
      </div>
    </div>
    <div id="display2" style="display: none;">
      <label class="col-sm-4 control-label">Other <span class="asterisk">*</span></label>
      <div class="col-sm-8">
        <input type="text" class="form-control" name="ref_id" placeholder="Name For Feedback" id="ref_id">
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Member ID</label>
    <div class="col-sm-8">
      <input type="text" class="form-control" name="cust_id" placeholder="Member ID" onkeydown="if (event.keyCode == 13|| event.keyCode == 9){getData();}" id="cust_id" value="">
    </div>
  </div>
  <div id="cust_info">
    <div class="form-group row">
      <label class="col-sm-4 control-label">Name <span class="asterisk">*</span></label>
      <div class="col-sm-8">
        <input type="text" class="form-control" name="feed_name" placeholder="Name" required="" id="feed_name" value="">
      </div>
    </div>
    <div class="form-group row">
      <label class="col-sm-4 control-label">Mobile No <span class="asterisk">*</span></label>
      <div class="col-sm-8">
        <input type="text" class="form-control" name="feed_mob_no" id="feed_mob_no" required="" maxlength="10" placeholder="Mobile No" value="">
      </div>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Email<span class="asterisk">*</span></label>
    <div class="col-sm-8">
      <input type="text" class="form-control" name="email" id="email" placeholder="Email ID" required="" value="">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Subject <span class="asterisk">*</span></label>
    <div class="col-sm-8">
      <input type="text" name="subject" id="subject" value="" class="form-control" required="" placeholder="Subject">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Description <span class="asterisk">*</span></label>
    <div class="col-sm-8">
      <textarea name="feed_description" id="feed_description" rows="5" class="form-control"></textarea>
    </div>
  </div>
  <div class="form-group row">
    <label class="col-md-3 control-label">Add Attachment<span style="font-size:10px"><br>( Only jpg &amp; pdf )</span></label>
    <div class="col-md-7">
      <input name="file" type="file" id="file" onchange="ValidateSingleInput(this);">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label">Type the characters you see below.<br> Letters are not case sensitive. <span class="asterisk">*</span></label>
    <div class="col-sm-8">
      <img src="RUHA/CaptchaSecurityImages.php?width=100&amp;height=40&amp;characters=5" alt="captcha">
    </div>
  </div>
  <div class="form-group row">
    <label class="col-sm-4 control-label"></label>
    <div class="col-sm-8">
      <input type="text" class="form-control" name="security_code" id="security_codef" placeholder="Security Code" required="">
    </div>
  </div>
  <div class="modal-footer">
    <div class="col-sm-offset-3">
      <input type="hidden" name="taskType" value="Add" id="taskType">
      <input type="button" class="btn btn-danger" name="btnClose" id="btnClose1f" value="Cancel" data-dismiss="modal">
      <input type="button" class="btn btn-success" name="btnSave" id="btnSave1f" value="Submit" onclick="saveRecord_feed()">
    </div>
  </div>
</form>

Text Content

9730306695
info@mettleinnovations.in

--------------------------------------------------------------------------------

   
 * Home
 * About Us
 * Product
   * Sterifeed
     * Sterifeed S90 Pasteuriser
     * Sterifeed T30 Pasteuriser
     * Sterifeed S180 Human Milk Pasteuriser
     * Sterifeed Milk Storage containers
   * Miris
     * Miris Human Milk Analyzer Setup
   * Medela
   * Human Milk Banking Software
   * Other Essential Equipment
 * After Sales Services
 * Training
 * Media and Gallery
   * Activities
   * News
 * Our Clients
 * Contact Us

✖
 * Home
 * About Us
 * Product
   * Product
   * Sterifeed
     * Sterifeed
     * Sterifeed S90 Pasteuriser
     * Sterifeed T30 Pasteuriser
     * Sterifeed S180 Human Milk Pasteuriser
     * Sterifeed Milk Storage containers
   * Miris
     * Miris
     * Miris Human Milk Analyzer Setup
   * Medela
   * Human Milk Banking Software
   * Other Essential Equipment
 * After Sales Services
 * Training
 * Media and Gallery
   * Media and Gallery
   * Activities
   * News
 * Our Clients
 * Contact Us




Breast Milk Is An Elixir For Infants. No Child Should Be Deprived Of Mothers
Milk


Vision

Our primary aim is to promote breastfeeding across the society and to build a
network of safe and holistic Human milk bank easily reachable or accessible
across India where mother’s own milk is unavailable.

Mision

Till today we have impacted thousands of lives of newborns (sick and preterm
neonates) babies via Milk banks setup. We as a company take pride in social and
economic development of our country by smart investment for human capital
development.

Contribution

We have completed full setup of National resource centre, regional resource
centre, CLMU, LMU. We have joined hands with Rotary club for spreading the
awareness and successful implementation of 5+ Human Milk Bank projects across
India. Recently we have completed installation of our Sterifeed S90 Pasteuriser
in India’s first and Asia’s oldest Human Milk Bank at Sion Hospital, Mumbai-a
landmark milestone for our company.


 

Human Milk Bank, A boon to Infants.






A human milk bank is a service provided by a hospital or nursing home, where
breasts Milk is collected, screened, and stored. This milk is donated by healthy
lactating mothers, who willingly donate the milk. This milk plays a vital role
in meeting the nutritional requirements of premature and low-weight or
very-low-birth-weight babies biologically born to other mothers. Breast milk
provides ideal nutrition and supports for growth and development.

Milk banks serve a vital function by providing human milk for premature infants
who, for a variety of reasons, would otherwise not have access to human milk. As
human milk confers major protective effects on premature infants, the
availability of human milk is an important quality of care issue. That’s why
breast milk is called Liquid gold.

The first human milk bank in India was established in 1989, in Lokmanya Tilak
municipal medical college and general hospital in Sion, Mumbai. As of 2021,
there are over 90 human milk banks in India.





Human Milk Bank, A boon to Infants.





A human milk bank is a service provided by a hospital or nursing home, where
breasts Milk is collected, screened, and stored. This milk is donated by healthy
lactating mothers, who willingly donate the milk. This milk plays a vital role
in meeting the nutritional requirements of premature and low-weight or
very-low-birth-weight babies biologically born to other mothers. Breast milk
provides ideal nutrition and supports for growth and development.

Milk banks serve a vital function by providing human milk for premature infants
who, for a variety of reasons, would otherwise not have access to human milk. As
human milk confers major protective effects on premature infants, the
availability of human milk is an important quality of care issue. That’s why
breast milk is called Liquid gold.

The first human milk bank in India was established in 1989, in Lokmanya Tilak
municipal medical college and general hospital in Sion, Mumbai. As of 2021,
there are over 90 human milk banks in India.







Needs


The major causes of neonatal deaths as per the Sample Registration System Report
(2015-17) are prematurity and low birth weight in India. To prevent the death of
Prematurity and low birth weight babies, there is a grave need to create
awareness for using breast milk in health care facilities. Breast milk feeding
is the gold standard that covers all needs of newborns, including sick ones.

The Human Milk Bank for sick babies is an innovative strategy that has been
implemented successfully in reducing hospital stays, improving survival
outcomes, low infection rates, and contributing towards enhancement of the
intellectual quotient of the child.

A human milk bank is usually set up close to the NICU, tertiary care hospital,
or as a stand-alone setup. The setup is either done by the hospital, NGO, or the
Government.







Needs 

The major causes of neonatal deaths as per the Sample Registration System Report
(2015-17) are prematurity and low birth weight in India. To prevent the death of
Prematurity and low birth weight babies, there is a grave need to create
awareness for using breast milk in health care facilities. Breast milk feeding
is the gold standard that covers all needs of newborns, including sick ones.

The Human Milk Bank for sick babies is an innovative strategy that has been
implemented successfully in reducing hospital stays, improving survival
outcomes, low infection rates, and contributing towards enhancement of the
intellectual quotient of the child.

A human milk bank is usually set up close to the NICU, tertiary care hospital,
or as a stand-alone setup. The setup is either done by the hospital, NGO, or the
Government.







Clients 
‹›

Official Distributors


 


CONTACT US
JVD Mettle Innovations Pvt Ltd
Goodwill House, Office no. 8, 6/1, Erandwane, Padale Palace, Pune 411004
+91 9730306695
info@mettleinnovations.in


Leave A Message










×

SEND US YOUR FEEDBACK

Feedback Of*
Activity Other
Event *
-Select-
Activity *
-Select- अमृत धारा या मानवी दुग्धपेढीचे लोकार्पणअमृत धारा या मानवी दुग्धपेढीचे
लोकार्पण
Other *

Member ID

Name *

Mobile No *

Email*

Subject *

Description *

Add Attachment
( Only jpg & pdf )

Type the characters you see below.
Letters are not case sensitive. *



×

THANKS FOR SUBMIT FEEDBACK


THANKS FOR SUBMIT FEEDBACK AFTER APPROVAL IT WILL BE DISPLAY ON WEBSITE FOR ALL
VISITOR




×

FEEDBACK


SORRY....YOUR FEEDBACK CAN NOT BE SAVED...!!!
WRONG CAPTCHA



 * Home
 * About Us
 * Product

 * Our Clients
 * Media
 * Services

 * Contact Us
 * JVD Group
 * Sitemap

Contact Info
JVD Mettle Innovations
Goodwill House Office no. 8, 6/1,
Erandwane, Padale Palace, Pune
Maharashtra - 411004
+91 9730306695
info@mettleinnovations.in




Copyright 2024 © JVD Mettle Innovations Pvt Ltd All rights reserved.Powered by -
RUHA... Product by JA Solutions