Service request

Please use the following online form for all service requests to TRIOPTICS Germany.

Please fill in all necessary information and attach a file.
For returns, please use the return form explicitly.

 

    Please mark with a cross:*
    Direct customerRepresentation / Dealer

    Request is created by:
    Title* Mr.Ms.


    Customer data:
    Title*Mr.Ms.


    Your regular contact at TRIOPTICS:Name of your TRIOPTICS contact person:


    Data

    Type of failure* permanentreproduciblesporadic

    Description of the error *

    Please upload a photo/file if possible

    *Mandatory fields

    I agree, that my personal data will be used in accordance with the privacy statement of TRIOPTICS.

    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);
    });
    });