www.vidhionline.com Open in urlscan Pro
108.167.140.233  Public Scan

Submitted URL: https://vidhionline.com/
Effective URL: https://www.vidhionline.com/
Submission: On December 19 via automatic, source urlhaus — Scanned from DE

Form analysis 4 forms found in the DOM

POST /#wpcf7-f519-o1

<form action="/#wpcf7-f519-o1" method="post" class="wpcf7-form init" novalidate="novalidate" data-status="init">
  <div style="display: none;">
    <input type="hidden" name="_wpcf7" value="519">
    <input type="hidden" name="_wpcf7_version" value="5.6.4">
    <input type="hidden" name="_wpcf7_locale" value="en_US">
    <input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f519-o1">
    <input type="hidden" name="_wpcf7_container_post" value="0">
    <input type="hidden" name="_wpcf7_posted_data_hash" value="">
    <input type="hidden" name="_wpcf7cf_hidden_group_fields" value="[]">
    <input type="hidden" name="_wpcf7cf_hidden_groups" value="[]">
    <input type="hidden" name="_wpcf7cf_visible_groups" value="[]">
    <input type="hidden" name="_wpcf7cf_repeaters" value="[]">
    <input type="hidden" name="_wpcf7cf_steps" value="{}">
    <input type="hidden" name="_wpcf7cf_options"
      value="{&quot;form_id&quot;:519,&quot;conditions&quot;:[],&quot;settings&quot;:{&quot;animation&quot;:&quot;yes&quot;,&quot;animation_intime&quot;:200,&quot;animation_outtime&quot;:200,&quot;conditions_ui&quot;:&quot;normal&quot;,&quot;notice_dismissed&quot;:false}}">
  </div>
  <p class="form-left"><span class="wpcf7-form-control-wrap" data-name="name"><input type="text" name="name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false"
        placeholder="Name"></span> </p>
  <p class="form-right"><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> </p>
  <p class="form-left"><span class="wpcf7-form-control-wrap" data-name="phone"><input type="tel" name="phone" 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 No"></span> </p>
  <p class="form-right"><span class="wpcf7-form-control-wrap" data-name="subject"><input type="text" name="subject" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false"
        placeholder="Subject"></span> </p>
  <p class="form-full"><span class="wpcf7-form-control-wrap" data-name="message"><textarea name="message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false" placeholder="Message"></textarea></span> </p>
  <p class="form-full captcha"><label>Please fill the captcha.</label> </p>
  <p><input type="submit" value="Send Message" class="wpcf7-form-control has-spinner wpcf7-submit"><span class="wpcf7-spinner"></span></p>
  <div class="wpcf7-response-output" aria-hidden="true"></div>
</form>

Name: login_formPOST icmi_login

<form id="icmi-login-form" name="login_form" action="icmi_login" method="post">
  <!--form group for user name starts-->
  <div class="form-group">
    <!--input group for user name starts-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-user"></i></div>
      <input type="text" class="form-control" id="user-name" name="user_name" placeholder="User Name" data-required="true" data-required-text="User name is required.">
    </div>
    <!--input group for user name starts-->
    <span class="help-block has-error" data-error="0" id="user-name-error"></span>
  </div>
  <!--form group for user name ends-->
  <!--form group for password starts-->
  <div class="form-group">
    <!--input group for password starts-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-lock"></i></div>
      <input type="password" class="form-control" name="user_password" id="password" placeholder="Password" data-required-text="Password is required">
    </div>
    <!--input group for password starts-->
    <span class="help-block has-error" id="password-error"></span>
  </div>
  <!--form group for password ends-->
  <input type="submit" id="loginform_btn" class="btn btn-block bt-login" data-loading-text="Signing In...." value="Login">
  <div class="clearfix"></div>
  <!--login modal footer starts-->
  <div class="login-modal-footer">
    <!--row starts for login modal footer-->
    <div class="row">
      <!--footer tab for forget password starts-->
      <div class="col-xs-8 col-sm-8 col-md-8">
        <i class="fa fa-lock"></i>
        <a href="javascript:;" class="forgetpass-tab">Forgot password?</a>
      </div>
      <!--footer tab for forget password ends-->
      <!--footer tab for Sign up starts-->
      <div class="col-xs-4 col-sm-4 col-md-4">
        <i class="fa fa-check"></i>
        <a href="javascript:;" class="signup-tab">Sign Up  </a>
      </div>
      <!--footer tab for Sign up ends-->
    </div>
    <!--row ends for login modal footer-->
  </div>
  <!--login modal footer ends-->
</form>

Name: icmi_registration_formPOST icmi_registration

<form name="icmi_registration_form" id="icmi-registration-form" method="post" action="icmi_registration">
  <!--form group starts for first name-->
  <div class="form-group">
    <!--input group starts for first name-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-user"></i></div>
      <input type="text" class="form-control" id="first-name" placeholder="First Name*" name="first_name" data-required="true" data-required-text="First Name is required">
    </div>
    <!--input group ends for first name-->
    <span class="help-block has-error" data-error="0" id="first-name-error"></span>
  </div>
  <!--form group ends for first name-->
  <!--form group starts for last name-->
  <div class="form-group">
    <!--input group starts for last name-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-user"></i></div>
      <input type="text" class="form-control" id="last-name" placeholder="Last Name*" name="last_name" data-required="true" data-required-text="Last Name is required">
    </div>
    <!-- input group ends for last name-->
    <span class="help-block has-error" data-error="0" id="last-name-error"></span>
  </div>
  <!--form group ends for last name-->
  <!--form group start for user name-->
  <div class="form-group">
    <!--input group starts for user name-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-user"></i></div>
      <input type="text" class="form-control" id="user-name" name="username" placeholder="User name*" data-required="true" data-required-text="User name is required">
    </div>
    <!--input group ends for user name-->
    <span class="help-block has-error" data-error="0" id="user-name-error"></span>
  </div>
  <!--form group ends for user name-->
  <!--form group start for user email-->
  <div class="form-group">
    <!--input group starts for user email-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-at"></i></div>
      <input type="email" class="form-control" id="user-email" name="user_email" placeholder="Email*" data-required="true" data-required-text="Email is required">
    </div>
    <!--input group ends for user email-->
    <span class="help-block has-error" data-error="0" id="user-email-error"></span>
  </div>
  <!--form group ends for user email-->
  <!--form group starts for password-->
  <div class="form-group">
    <!--input group starts for password-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-lock"></i></div>
      <input type="password" class="form-control" id="user-password" name="user_password" placeholder="Password*" data-required="true" data-required-text="Password is required">
    </div>
    <!--input group ends for password-->
    <span class="help-block has-error" data-error="0" id="user-password-error"></span>
  </div>
  <!--form group ends for password-->
  <!--form group starts for confirm password-->
  <div class="form-group">
    <!--input group starts for confirm password-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-lock"></i></div>
      <input type="password" class="form-control" id="confirm-password" name="confirm_pasword" placeholder="Confirm Password*" data-required="true" data-required-text="Confirm Password is required">
    </div>
    <!--input group ends for confirm password-->
    <span class="help-block has-error" data-error="0" id="confirm-password-error"></span>
  </div>
  <!--form group ends for confirm password-->
  <!--form group starts for user phone-->
  <div class="form-group">
    <!--input group starts for user phone-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-phone"></i></div>
      <input type="text" class="form-control" id="user-phone" name="user_phone" placeholder="Mobile no*" data-required="true" data-required-text="Mobile No. is required">
    </div>
    <!--input group ends for user phone-->
    <span class="help-block has-error" data-error="0" id="user-phone-error"></span>
  </div>
  <!--form group ends for user phone-->
  <!--form group starts for user address-->
  <div class="form-group">
    <!--input group starts for user address-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-home"></i></div>
      <textarea name="user_address" id="user-address" class="form-control" data-required="true" data-required-text="Address is required" placeholder="Address"></textarea> <span class="help-block has-error" data-error="0"
        id="user-address-error"></span>
    </div>
    <!--ibput group ends for user address-->
  </div>
  <div class="form-group"> <!--input group starts for user address-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-home"></i></div> <input type="text" class="form-control" id="user-gst" name="user_gst" placeholder="GST Number*" data-required="true" data-required-text="GST Number is required"> <span
        class="help-block has-error" data-error="0" id="user-gst-error"></span>
    </div> <!--ibput group ends for user address-->
  </div>
  <!--form group ends for user address-->
  <input type="submit" id="register_btn" class="btn btn-block bt-login" data-loading-text="Registering...." value="Register">
  <div class="clearfix"></div>
  <!--registration form footer starts-->
  <div class="login-modal-footer">
    <!--row starts-->
    <div class="row">
      <div class="col-xs-8 col-sm-8 col-md-8">
        <i class="fa fa-lock"></i>
        <a href="javascript:;" class="forgetpass-tab">Forgot password?</a>
      </div>
      <div class="col-xs-4 col-sm-4 col-md-4">
        <i class="fa fa-check"></i>
        <a href="javascript:;" class="signin-tab">Sign In</a>
      </div>
    </div>
    <!--row ends-->
  </div>
  <!--registration form footer ends-->
</form>

Name: forget_password_fromPOST icmi_forget_pass

<form name="forget_password_from" id="forget-password-form" action="icmi_forget_pass" method="post">
  <!--form group for user email starts-->
  <div class="form-group">
    <!--input group for user email starts-->
    <div class="input-group">
      <div class="input-group-addon"><i class="fa fa-user"></i></div>
      <input type="email" class="form-control" name="forget_pass_email" id="forget-pass-email" placeholder="Email" data-required-text="Email is required">
    </div>
    <!--input group for user email ends-->
    <span class="help-block has-error" data-error="0" id="forget-pass-email-error"></span>
  </div>
  <!--form group for user email ends-->
  <input type="submit" id="forget-password-btn" class="btn btn-block bt-login" data-loading-text="Please wait...." value="Forgot password?">
  <div class="clearfix"></div>
  <!--forgoet form footer starts-->
  <div class="login-modal-footer">
    <div class="row">
      <div class="col-xs-6 col-sm-6 col-md-6">
        <i class="fa fa-lock"></i>
        <a href="javascript:;" class="signin-tab"> Sign In </a>
      </div>
      <div class="col-xs-6 col-sm-6 col-md-6">
        <i class="fa fa-check"></i>
        <a href="javascript:;" class="signup-tab"> Sign Up </a>
      </div>
    </div>
  </div>
</form>

Text Content

Successfully logged in...

Any Question?011-46644669

 * Log in
 * Sign up

Menu Skip to content
 * Home
 * About us
 * Courses
 * Expert Speakers
 * Guiding Force
 * Contact us


 * YOUR GATEWAY TO ONLINE LEARNING


 * YOUR GATEWAY TO ONLINE LEARNING


 * YOUR GATEWAY TO ONLINE LEARNING

 1. 1
 2. 2
 3. 3

 * <
 * >


WELCOME TO INSTITUTE OF COMPLIANCE MANAGEMENT OF INDIA

Lorem ipsum lacus ut eniascet ingerto aliiqt es site amet eismod ictor ut
ligulate ameti dapibus ticdu nt mtsen lusto dolor ltissim comes cuml ascet.
Eismod ictor ut ligulate lusto dolor.




CURRENT COURSES


 * SEMINAR ON COMPLIANCE & GOVERNANCE – CURRENT UPDATES,..
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 750 600
   
   
   INSTRUCTOR :
   
   Anshul Jain , Varsha Sawant , Ramaswami Kalidas
   See Full Courses


 * PRACTICAL ASPECTS OF LIMITED LIABILITY PARTNERSHIP INCLUDING..
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 2995 2395
   
   
   INSTRUCTOR :
   
   Pramod Jain
   See Full Courses


 * LIVE CHANNEL -TAXATION LAW
   
   Price: ₹ 18000 18000
   
   See Full Courses


 * LIVE CHANNEL – CORPORATE LAW
   
   Price: ₹ 18000 18000
   
   See Full Courses
   


 * LIVE CHANNEL – ALTERNATIVE DISPUTE RESOLUTION LAW
   
   Price: ₹ 10000 10000
   
   See Full Courses


 * INTENSIVE ONLINE WORKSHOP ON IND AS WITH PRACTICAL ASPECTS ..
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 1995 1795
   
   
   INSTRUCTOR :
   
   CA Santosh Maller
   See Full Courses


 * GST ADVANCE COURSE – IDENTIFICATION & REMEDY
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 2000 1500
   
   
   INSTRUCTOR :
   
   Rakesh Garg , Sandeep Garg
   See Full Courses


 * DECODING THE GST IMPLICATIONS ON DIGITAL WORLD
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 275 250
   
   
   INSTRUCTOR :
   
   Vivek Laddha , Shivashish Karnani
   See Full Courses
   


 * SECRETARIAL AUDIT / COMPLIANCE AUDIT – UNDERSTANDING INTRI..
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 2500 1500
   
   
   INSTRUCTOR :
   
   CS Makarand Joshi
   See Full Courses


 * THE COMPANIES (AMENDMENT) ACT, 2020 – IMPACT ON OFFENCES, ..
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 2500 1500
   
   
   INSTRUCTOR :
   
   Dr. KS Ravichandran , CS Amit Gupta
   See Full Courses


 * REFUNDS UNDER GST
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 275 250
   
   
   INSTRUCTOR :
   
   Abhishek Raja , Shivashish Karnani
   See Full Courses


 * PERSONALITY AND IMAGE ENHANCEMENT WORKSHOP
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 1500 1200
   
   
   INSTRUCTOR :
   
   Akshita Kapur
   See Full Courses
   


 * PRACTICAL ON-THE-JOB SKILLS FOR COMPANY SECRETARIES
   
   Course Completed
   
   You can buy recording
   
   Price: ₹ 3350 2680
   
   
   INSTRUCTOR :
   
   CS Atul Mehta , CS Dipali Shah , Meghna Shah
   See Full Courses


 * PLAN YOUR CAREER WISELY
   
   Course Completed
   
   
   INSTRUCTOR :
   
   Pratima Sanghavi
   See Webinar


 * PSYCHOLOGICAL IMPACT OF COVID-19 AND THE MENTAL HEALTHCARE A..
   
   Course Completed
   
   
   INSTRUCTOR :
   
   Aditi Bansal
   See Webinar


 * EY FORENSIC & INTEGRITY SERVICES WEBINAR ON “COUNTER-..
   
   Course Completed
   
   
   INSTRUCTOR :
   
   Arpinder Singh , Vinay Garodiya , Patrick Moulette
   See Webinar
   


FEATURES



 * Professional LMS Platform
 * Online live classes through multiple expert faculties having decades of
   experience
 * Live interaction with the faculty during each session.
 * If you miss any session, you can view the full recorded session along with
   the PPTs in the LMS (through Login)
 * At the end of the course you would get a verifiable e-certificate of
   participation
 * Can be attended from any place with any device, you just require an internet
   connection
 * Conducted In association with “Corporate Law Adviser” – CLAonline.in







WHAT VIDHI ONLINE HAS TO OFFER


COURSES BY INDUSTRY EXPERTS

VidhiOnline Courses are developed by eminent Legal Luminaries having experience
and excellence in their respective fields.


FOCUS ON PRACTICAL ASPECTS OF LAW

VidhiOnline Courses will give you practical insights on relevant topics that
enable you to understand the intricacies of the law.



This page is having a slideshow that uses Javascript. Your browser either
doesn't support Javascript or you have it turned off. To see this page as it is
meant to appear please use a Javascript enabled browser.

What Experts say
SP Singh ChawlaAdvocate , Company Secretary
Founder, Corplit Consultants
Law is a vast field and has many branches. There is a good career opportunity
for those having sound legal understanding. Robust legal knowledge enlightens
the path of success in every aspect. Due to globalization and increased
Cross-Border transactions, there is a huge demand and vibrant market for experts
in Corporate laws. VidhiOnline offers wide range of specialized courses which
gives you a competitive edge. Courses have been drafted meticulously keeping in
mind the present market scenario


Gaganpreet KaurAdvocate, Insolvency Professional
DGM Legal, Indiabulls Consumer Finance Limited
The legal field has expanded rapidly in recent years. It has emerged as a
lucrative career option. VidhiOnline has come forward with an innovative
approach to imparting online specialized courses. VidhiOnline courses will
enable you to gain a sound and comprehensive understanding of subjects. You will
get extensive exposure to Legal Compliances. You will get an insight into the
practical aspects and real case studies examples


Himani JoshiChartered Accountant , Company Secretary
Assistant Manager, HSBC
VidhiOnline courses are dynamic in approach and unconventional in outlook. These
courses will help you get practical insights leading to career opportunities.
The essence of VidhiOnline courses is that they have been designed keeping in
mind the present market scenario where demand for Corporate lawyers is
increasing constantly


prevnext



LET'S GET IN TOUCH


ADDRESS

 * B-365, Sector 19, Dwarka, New Delhi-110075
 * 011-46644669
 * info@vidhionline.com
 * 9310587730 Queries can be redressed between 10 AM to 6 PM (Mon-Sat)


GET THE SOCIAL

 * 
 * 
 * 


GET IN TOUCH WITH US

Please fill the captcha.





© 2020 Powered by Vidhimaan publishers pvt limited


 * Home
 * About us
 * Courses
 * Expert Speakers
 * Guiding Force
 * Contact us

×



 * Sign In
 * Sign Up
 * Forget Password

   Loggin failed, please try again.

Forgot password?
Sign Up
   Registration failed, please try again.

Forgot password?
Sign In
  

Sign In
Sign Up
login

×

NOTIFICATION


alert