www.wisdora.com Open in urlscan Pro
68.178.145.155  Public Scan

Submitted URL: http://www.wisdora.com/
Effective URL: https://www.wisdora.com/
Submission: On June 24 via manual from IN — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form action="" method="post" class="wpcf7-form init id_form" novalidate="novalidate" data-status="init">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="30786">
    <input type="hidden" name="_wpcf7_version" value="5.6.2">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f30786-o1">
    <input type="hidden" name="_wpcf7_container_post" value="0">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
    <input type="hidden" name="_wpcf7_recaptcha_response" value="">
  </div>
  <h2 class="commin-home-title">Let’s Get Started</h2>
  <div class="form-field clearfix">
    <div class="left form-half-field"><span class="wpcf7-form-control-wrap" data-name="fname"><input type="text" name="firstName" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true"
          aria-invalid="false" placeholder="First Name"></span></div>
    <div class="right form-half-field"><span class="wpcf7-form-control-wrap" data-name="lname"><input type="text" name="lastName" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true"
          aria-invalid="false" placeholder="Last Name"></span></div>
  </div>
  <div class="form-field clearfix">
    <div class="form-full-field"><span class="wpcf7-form-control-wrap" data-name="workat"><input type="text" name="company" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false"
          placeholder="I work for/at"></span></div>
  </div>
  <div class="form-field clearfix">
    <div class="left form-half-field"><span class="wpcf7-form-control-wrap" data-name="email"><input type="email" name="email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email"
          aria-required="true" aria-invalid="false" placeholder="Email"></span><span class="side-form-text white">Please enter&nbsp;your work email or please enter your professional email address</span></div>
    <div class="right form-half-field"><span class="wpcf7-form-control-wrap" data-name="tel"><input type="tel" name="tel" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-tel wpcf7-validates-as-required wpcf7-validates-as-tel"
          aria-required="true" aria-invalid="false" placeholder="Phone"></span></div>
  </div>
  <!-- <div class="form-field clearfix">
<div class="form-full-field"><span class="wpcf7-form-control-wrap" data-name="projectBudget"><select name="projectBudget" class="wpcf7-form-control wpcf7-select" aria-invalid="false"><option value="">My project budget is</option><option value="$5,000-10,000">$5,000-10,000</option><option value="$10,000-15,000">$10,000-15,000</option><option value="$15,000-30,000">$15,000-30,000</option><option value="$30,000-50,000">$30,000-50,000</option><option value="$50,000+">$50,000+</option></select></span></div>
</div> -->
  <div class="form-field clearfix">
    <div class="form-full-field"><span class="wpcf7-form-control-wrap" data-name="newProject"><textarea name="query" cols="40" rows="4" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"
          placeholder="For our next project, my team and I are interested in..."></textarea></span></div>
  </div>
  <div class="sidebar-submit"><span class="wpcf7-form-control-wrap mainleadsource"><input type="hidden" name="mainleadsource" value="5000066310" size="40" class="wpcf7-form-control wpcf7dtx-dynamictext wpcf7-dynamichidden"
        aria-invalid="false"></span>
    <input type="hidden" name="leadsource" value="" class="wpcf7-form-control wpcf7-hidden">
    <p><span class="wpcf7-form-control-wrap dynamichidden-752"><input type="hidden" name="dynamichidden-752" value="" size="40" class="wpcf7-form-control wpcf7dtx-dynamictext wpcf7-dynamichidden" aria-invalid="false"></span>
      <input type="hidden" name="ownername" value="5000033557" class="wpcf7-form-control wpcf7-hidden">
    </p>
    <p><input name="submit " type="submit" value="Get your free consultation" class="wpcf7-form-control has-spinner wpcf7-submit"><span class="wpcf7-spinner"></span></p>
  </div>
  <div class="wpcf7-response-output" aria-hidden="true"></div>
</form>

POST

<form class="row g-3 needs-validation id_form" method="post">
  <div class="col-md-6">
    <label for="inputFirstName" class="form-label">First Name</label>
    <input type="text" class="form-control" id="inputFirstName" name="firstName" required="">
    <div class="valid-feedback">Valid.</div>
    <div class="invalid-feedback">Please fill out this field.</div>
  </div>
  <div class="col-md-6">
    <label for="inputLastName" class="form-label">Last Name</label>
    <input type="text" class="form-control" id="inputLastName" name="lastName" required="">
    <div class="valid-feedback">Valid.</div>
    <div class="invalid-feedback">Please fill out this field.</div>
  </div>
  <div class="col-12">
    <label for="inputEmail" class="form-label">Your Email Address</label>
    <input type="email" class="form-control" id="inputEmail" name="email" required="">
    <div class="valid-feedback">Valid.</div>
    <div class="invalid-feedback">Please fill out this field.</div>
  </div>
  <div class="col-12">
    <label for="inputCompany" class="form-label">Company Name</label>
    <input type="text" class="form-control" id="inputCompany" name="company" required="">
    <div class="valid-feedback">Valid.</div>
    <div class="invalid-feedback">Please fill out this field.</div>
  </div>
  <div class="col-12">
    <label for="inputPhone" class="form-label">Your Phone Number</label>
    <input type="tel" class="form-control" id="inputPhone" name="tel" required="">
    <div class="valid-feedback">Valid.</div>
    <div class="invalid-feedback">Please fill out this field.</div>
    <!-- <select id="inputState" class="form-select" name="budget" required>
					
				  <option selected value="">Please Select</option>
				  
				  <option value="$5,000 - $10,000">$5,000 - $10,000</option>
				  <option value="$10,000 - $15,000">$10,000 - $15,000</option>
				  <option value="$15,000 - $30,000">$15,000 - $30,000</option>
				  <option value="$30,000 - $50,000">$30,000 - $50,000</option>
				  <option value="$50,000 +">$50,000 +</option>
				</select> -->
    <!-- <div class="valid-feedback">Valid.</div> -->
    <!-- <div class="invalid-feedback">Please fill out this field.</div>
	<div class="valid-feedback">Valid.</div> -->
  </div>
  <div class="col-12">
    <label for="inputQuery" class="form-label">For Our Next Project, My Team And I Are Interested In...</label>
    <textarea class="form-control" id="inputquery" rows="3" name="query"></textarea>
  </div>
  <div class="col-12">
    <input name="submit" id="form_submit" type="submit" class="btn btn-primary" value="Send Message">
  </div>
</form>

Text Content

 * What We Do
   * Our Capabilities
     
     Wisdora delivers an agile, on-demand, and flexible resource solution that
     enables your learning and development initiatives to scale and provide
     measurable results.
   
   * Custom Solutions
     
     We specialize in designing and deploying custom learning solutions that
     incorporate innovative learning strategies and leading-edge technologies.
     
     * Learning Strategy
       * Learning Experience Design
       * Learning Transformation
       * Training Needs Analysis
       * Curriculum Roadmap & Design
       * Content Curation
       * Content Conversion
       * Measuring & Analytics
     * Learning Solutions
       * eLearning
       * Virtual Learning
       * Blended Learning
       * Immersive Learning
       * Video Learning
       * Experiential Learning
     * Learning Platforms
       * LMS
       * LXP
       * Video Conferencing & Virtual Learning
       * Immersive Platforms
   * On Demand Staffing
     
     On-Demand Access to L&D Consultants
     
     * Industry Solutions
     * Staff Augmentation
     
 * Who We Are
   * About Us
     
   

Let's Meet


WISDORA IS
YOUR KEY TO
CORPORATE CONTENT DEVELOPMENT CUSTOM E-LEARNING SOLUTIONS CREATIVITY ENGAGING
COURSES TOP TALENT WORLD-CLASS LEADERSHIP RAPID SOLUTIONS EPIC RESULTS


UNLOCK YOUR POTENTIAL WITH INNOVATIVE
LEARNING SOLUTIONS

Wisdora is on a mission to deliver premier
custom training solutions to meet your unique
needs. We partner with you to create flexible
and engaging content that wows your learners.

Let's Meet



CUSTOM ELEARNING TRAINING SOLUTIONS
WHAT WE DO


CUSTOM SOLUTIONS

Learning solutions designed around your specific learning and business needs.

Learn More


EMERGING TECHNOLOGIES

Leverage the latest tools and technologies to drive engagement and retention.


L&D STAFF AUGMENTATION

Extend the capabilities of your L&D team with expert agile talent.

Learn More

98%

98% of customers return to Wisdora for new projects, programs & solutions

100+

employees and freelance consultants dedicated to our clients

100+

creative and scalable learning experiences for our global clients


TOP BRANDS TRUST US

 * Healthcare
 * Financial
 * Technology
 * Life Sciences
 * Retail
 * Manufacturing & Service
 * Education
 * Non-Profits

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 

 * 
 * 
 * 
 * 
 * 


WHY WORK WITH US?

Our team of passionate and creative L&D experts is committed to your long-term
learning and business success. We understand the needs of L&D and how to provide
measurable results that directly correlate with employee performance, maximizing
skills, and ROI.

We work in an agile environment where rapid delivery is second nature. Because
of that, we can suggest solutions that work for any timeline and any budget,
without compromising quality.

Not to mention, we’re pretty fun to work with.

Contact Us



LET’S GET STARTED



Please enter your work email or please enter your professional email address






Innovate • Engage • Create • Change

Wisdora is a leading learning solutions agency that specializes in developing
and delivering custom engagements that drive business impact. 

   
 * 502 Sunrise Business Park, Rd Number 16, Nehru Nagar, Wagle Industrial
   Estate, Thane West, Thane, Maharastra 400604
 * info@wisdora.com

 * 
 * 
 * 
 * 

© 2022 Wisdora. All rights reserved | Privacy Policy
X

Interested in working together?

Let’s start with a 15-minute call to get to know each other and see how we can
help.

First Name
Valid.
Please fill out this field.
Last Name
Valid.
Please fill out this field.
Your Email Address
Valid.
Please fill out this field.
Company Name
Valid.
Please fill out this field.
Your Phone Number
Valid.
Please fill out this field.
For Our Next Project, My Team And I Are Interested In...


Get started in 15 mins