uniciti.net.in Open in urlscan Pro
208.109.12.9  Public Scan

Submitted URL: http://uniciti.net.in/
Effective URL: https://uniciti.net.in/
Submission: On February 15 via api from JP — Scanned from JP

Form analysis 7 forms found in the DOM

POST send_quote.php

<form method="post" action="send_quote.php">
  <div class="row clearfix">
    <input type="hidden" name="email_address" id="email_address">
    <input type="hidden" name="name_otp" id="name_otp">
    <input type="hidden" name="cname_otp" id="cname_otp">
    <input type="hidden" name="phone_otp" id="phone_otp">
    <input type="hidden" name="type_otp" id="type_otp">
    <input type="hidden" name="category_otp" id="category_otp">
    <input type="hidden" name="subcategory_otp" id="subcategory_otp">
    <input type="hidden" name="product_otp" id="product_otp">
    <input type="hidden" name="msg_otp" id="msg_otp">
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="password" name="otp_received" id="otp_received" placeholder="Enter OTP" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button class="theme-btn btn-style-one" type="submit" name="submit-form">Submit <span class="icon flaticon-arrow-pointing-to-right"></span></button>
    </div>
  </div>
</form>

POST

<form method="post" action="">
  <div class="row clearfix">
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="text" name="namelog" id="namelog" placeholder="Your Name" required="">
    </div>
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="text" name="cnamelog" id="cnamelog" placeholder="Company Name" required="">
    </div>
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="text" name="phonelog" id="phonelog" placeholder="Phone" required="">
    </div>
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="email" name="emaillog" id="emaillog" placeholder="Email" required="">
    </div>
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="text" name="address" id="address" placeholder="Address" required="">
    </div>
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="text" name="serial_no" id="serial_no" placeholder="Machine Serial No" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <input type="text" name="reason" id="reason" placeholder="Reason" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button type="button" class="theme-btn btn-style-one" value="Send" onclick="sendlogOTP()">Send</button>
      <button class="theme-btn btn-style-one" type="reset" name="reset-form">Cancel </button>
    </div>
  </div>
</form>

POST send_log.php

<form method="post" action="send_log.php">
  <div class="row clearfix">
    <input type="hidden" name="email_log" id="email_log">
    <input type="hidden" name="name_log" id="name_log">
    <input type="hidden" name="cname_log" id="cname_log">
    <input type="hidden" name="phone_log" id="phone_log">
    <input type="hidden" name="address_log" id="address_log">
    <input type="hidden" name="serial_no_log" id="serial_no_log">
    <input type="hidden" name="reason_log" id="reason_log">
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="password" name="otp_log_received" id="otp_log_received" placeholder="Enter OTP" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button class="theme-btn btn-style-one" type="submit" name="submit-form">Submit <span class="icon flaticon-arrow-pointing-to-right"></span></button>
    </div>
  </div>
</form>

POST

<form method="post" action="">
  <div class="row clearfix">
    <div class="form-group col-md-6 col-sm-12 col-xs-12">
      <input type="text" name="feedbackname" id="feedbackname" placeholder="Your Name" required="">
    </div>
    <div class="form-group col-md-6 col-sm-12 col-xs-12">
      <input type="text" name="feedbackcname" id="feedbackcname" placeholder="Company Name" required="">
    </div>
    <div class="form-group col-md-6 col-sm-12 col-xs-12">
      <input type="text" name="feedbackphone" id="feedbackphone" placeholder="Phone" required="">
    </div>
    <div class="form-group col-md-6 col-sm-12 col-xs-12">
      <input type="email" name="feedbackemail" id="feedbackemail" placeholder="Email" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <textarea placeholder="Your Message..." id="feedbackmsg" name="feedbackmsg"></textarea>
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button type="button" class="theme-btn btn-style-one" value="Send" onclick="sendfeedbackOTP()">Send</button>
      <button class="theme-btn btn-style-one" type="reset" name="reset-form">Cancel </button>
    </div>
  </div>
</form>

POST send_feedback.php

<form method="post" action="send_feedback.php">
  <div class="row clearfix">
    <input type="hidden" name="email_feedback" id="email_feedback">
    <input type="hidden" name="name_feedback" id="name_feedback">
    <input type="hidden" name="cname_feedback" id="cname_feedback">
    <input type="hidden" name="phone_feedback" id="phone_feedback">
    <input type="hidden" name="msg_feedback" id="msg_feedback">
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="password" name="otp_feedback_received" id="otp_feedback_received" placeholder="Enter OTP" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button class="theme-btn btn-style-one" type="submit" name="submit-form">Submit <span class="icon flaticon-arrow-pointing-to-right"></span></button>
    </div>
  </div>
</form>

POST

<form method="post" action="" enctype="multipart/form-data">
  <div class="row clearfix">
    <div class="form-group col-md-6 col-sm-6 col-xs-12">
      <input type="text" name="career_name" id="career_name" placeholder="Your Name" required="">
    </div>
    <div class="form-group col-md-6 col-sm-6 col-xs-12">
      <input type="email" name="career_email" id="career_email" placeholder="Email" required="">
    </div>
    <div class="form-group col-md-6 col-sm-6 col-xs-12">
      <input type="text" name="career_phone" id="career_phone" placeholder="Phone" required="">
    </div>
    <div class="form-group col-md-6 col-sm-6 col-xs-12">
      <input type="file" name="career_image" id="career_image" required="" class="form-control">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <textarea placeholder="Your Message..." name="career_msg" id="career_msg"></textarea>
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button type="button" class="theme-btn btn-style-one" value="Send" onclick="sendcareer_OTP()">Send</button>
      <button class="theme-btn btn-style-one" type="reset" name="reset-form">Cancel </button>
    </div>
  </div>
</form>

POST send_career.php

<form method="post" action="send_career.php">
  <div class="row clearfix">
    <input type="hidden" name="email_career_add" id="email_career_add">
    <input type="hidden" name="email_career_name" id="email_career_name">
    <input type="hidden" name="email_career_phone" id="email_career_phone">
    <input type="hidden" name="email_career_image" id="email_career_image">
    <input type="hidden" name="email_career_msg" id="email_career_msg">
    <div class="form-group col-md-4 col-sm-12 col-xs-12">
      <input type="password" name="otp_career_received" id="otp_career_received" placeholder="Enter OTP" required="">
    </div>
    <div class="form-group col-md-12 col-sm-12 col-xs-12">
      <button class="theme-btn btn-style-one" type="submit" name="submit-form">Submit <span class="icon flaticon-arrow-pointing-to-right"></span></button>
    </div>
  </div>
</form>

Text Content

 * 020 6686 7300
 * admin@uniciti.net
 * Contact Us

 * Careers
 * Feedback
 * Events
 * Gallery
 * 
   
   
 * 
   
   

 * Home
 * About Us
   
 * Products
   * Xerox Product Range
   * Riso Digital Duplicators & ComColor
   * EPSON Plotters
   * DataCard ID Card Printer
   * Telecom Products - Tata Tele Business Services
   * Multimedia Projectors
   * Audio - Video Conferencing Tools
   
 * Services
 * Testimonials
   

Get a Quote Service Log
 * Home
 * About Us
   
 * Products
   * Xerox Product Range
   * Riso Digital Duplicators & ComColor
   * EPSON Plotters
   * DataCard ID Card Printer
   * Telecom Products - Tata Tele Business Services
   * Multimedia Projectors
   * Audio - Video Conferencing Tools
   
 * Services
 * Testimonials
   

 * 
 * 
 * 
 * 








XEROX PRODUCT RANGE

Know More


RISO DIGITAL DUPLICATORS & COMCOLOR

Know More


EPSON PLOTTERS

Know More


TELECOM PRODUCTS - TATA TELE BUSINESS SERVICES

Know More


STORY ABOUT US




Our journey started in 2004 with two business partners coming together in the
city which transformed into a company called “Uniciti Solutions Pvt. Ltd.” The
solutions we offer are:

 *      Digital Multifunction Printer – Black & White and Color
 *      Digital Printer
 *      Digital printing press solutions
 *      Engineering Plotters 24”, 36” & 44”
 *      Digital Duplicators
 *      High-Speed Inkjet printers
 *      Id card printer
 *      Enterprise Telecom Services – Internet Lease Line, PRI, Toll-Free
   services, MPLS, etc.
 *      Projector
 *      Interactive SMART Classroom / Training rooms

Uniciti is authorized business partner for Xerox India Ltd., Riso India Pvt.
Ltd., EPSON & Entrust Datacard for various printing solutions. We are a business
partner for Tata Tele Business Services for telecom products and Distributor for
Cybernetyx products for interactive training and classroom solution.

Uniciti is fortunate to have a client base in every segment e.g. Corporate, SME,
Government, Education, Healthcare, Commercial, Builders, professionals and many
more… 

 * 
 * 
 * 


OUR MISSION

To be the leader in the technology market, providing solutions that enhances
business productivity of our customers.


OUR VISION

To be an organization which would deliver high quality services to the range of
products and provide customized integrated comprehensive solutions to our
customers.


OUR STRENGTH

 * After sale Service with a company trained & certified dedicated engineers.
   
 * In- house dedicated call centre with automated SMS facility.
   
 * Customised ERP to manage customer database, calls, inventory and supplies
   etc.


AREA UNDER SERVICE

We provide all India Sales and Services.





OUR ACHIVEMENTS






KINDLY PLEASE CHECK YOUR EMAIL FOR OTP VERIFICATION.


ENTER OTP


Submit


SERVICE LOG


Send Cancel


KINDLY PLEASE CHECK YOUR EMAIL FOR OTP VERIFICATION.


ENTER OTP


Submit


SEND A FEEDBACK


Send Cancel


KINDLY PLEASE CHECK YOUR EMAIL FOR OTP VERIFICATION.


ENTER OTP


Submit


SEND A RESUME


Send Cancel


KINDLY PLEASE CHECK YOUR EMAIL FOR OTP VERIFICATION.


ENTER OTP


Submit


TERMS & CONDITIONS





PRIVACY POLICY




207, Sita Park, Opp S.T. Stand, Shivajinagar, Pune, Maharashtra 411005
 * E-Mail : admin@uniciti.net
 * Enquiry : 020 6686 7300
 * Sales   : 020 6686 7300    
 * Service : 020 6686 7300

Visit Our Office:9.30 AM to 6.30 PM


USEFUL LINKS

 * About Us
 * Products
 * Services
 * Careers
 * Get a Quote

 * Contact Us
 * Recent Events
 * Testimonials
 * Gallery
 * Feedback


OUR MATERIALS

 * Company Profile
 * Company Brochure
   


 
Copyright © 2022.All rights reserved by Uniciti Solutions Pvt. Ltd.
Design and Developed by Applex Infotech
Terms & Condition     |      Privacy Policy