Contact form

Write to us and use the contact form. Our customer advisors will contact you as soon as possible.
For service enquiries, please use the service enquiry form or return form.

    Title* Mr.Ms.

    Which department would you like to talk to?

    SalesPurchasingOther

    Which product are you interested in or do you have questions? Multiple selection possible:

    ATSOptiSurf®SpectroMaster®CamTestOptiSurf® LTMSpherometerImageMaster®OptiTest®TriAngleOptiCentric®PrismMaster®Wavemaster®OptiSpheric®ProCam®uPhase®

    What industry are you from? *

    Your message

    You have an attachment?

    *Mandatory fields

    Yes, I would like to subscribe to the TRIOPTICS newsletter
    My (personal), data may be processed in the U.S. in the event that I contact you via our U.S. pages. I have read the privacy policy. I understand that there is a theoretical risk that my data may be processed by U.S. authorities for control and monitoring purposes without any possible legal recourse. I hereby consent to such processing of my data in the U.S. for handing my request in view of such risk. I may withdraw this consent at any time with effect for the future.*

    console.log("here");
    jQuery( document ).ready(function() {
    console.log("here");
    console.log(jQuery('#file-button'));
    jQuery('#file-button').before('');
    jQuery('#file-button').hide();
    jQuery('body').on('click', '#button-file', function() {
    jQuery('#file-button').trigger('click');});
    jQuery('#file-button').change(function() {
    jQuery('#file-label').html('' + jQuery('#file-button')[0].files[0].name);
    });
    });