Support Registration


Equipment Operator(s)
Location of Equipment

Please fill the required field.

Please fill the required field.
Please fill the required field.
Please fill the required field.

Please fill the required field.

Please fill the required field.
Please fill the required field.
Please fill the required field.

Please select a state.

Please fill the required field.
Please enter a valid zip code.
Please select a state.
Please fill the required field.
Please enter a valid zip code.

Please select a country.
Please select a country










Installation Deviations




Installation Photos

Note: Maximum file size (all photos in total): 64 MB*





















Customer Sign-Off



Please select a valid file to upload.

Please fill the required field.
Please fill the required field.

*Required

{% extends ‘layout.html’ %}
{% from ‘content/helpers.html’ import render_field %}

{% block content %}

Service Registration

Register your equipment, and log important personal and location information about your Nevco installation.

{% if form_success is defined %}
{% if form_success %}

Ticket Submitted

{{ message|safe }}

{% else %}

Submission Failed

{{ message }} If you have issues with submitting tickets, please call
service or email us at service@nevco.com.

{% endif %}
{% endif %}


{{ form.csrf_token }}

Equipment Operator(s)

Please fill the required field.

Please fill the required field.
Please fill the required field.
Please fill the required field.

Please fill the required field.

Please fill the required field.
Please enter a valid email address.

Please enter a valid email address.

Please fill the required field.
Please enter a valid phone number.
Please provide a number for extension.

Please fill the required field.
Please enter a valid phone number.
Please provide a number for extension.

Please fill the required field.
Please fill the required field.

Location of Equipment

Please fill the required field.

Please fill the required field.
Please fill the required field.
Please fill the required field.

Please fill the required field.

Please fill the required field.
Please fill the required field.
Please fill the required field.

Please select a state.

Please fill the required field.
Please enter a valid zip code.
Please select a state.
Please fill the required field.
Please enter a valid zip code.

Please select a country.
Please select a country



{{ subfield (onclick=”displayTeamViewer()”)}}
{{ subfield.label (onclick=”displayTeamViewer()”)}}

{% endfor %}


{{ subfield (onclick=”displayTeamViewer()”)}}
{{ subfield.label (onclick=”displayTeamViewer()”)}}

{% endfor %}


Installation Deviations




Installation Photos

Note: Maximum file size (all photos in total): 64 MB*



{{ form.upload(style=”margin-bottom: 0;”, title=”Selecting another file will override the prior file”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename(style=”display: none;”) }}
{{ form.file_type(style=”display: none;”) }}
{% if form.upload.errors %}

    {% for error in form.upload.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}



{{ form.upload2(style=”margin-bottom: 0;”, title=”Selecting another file will override the prior file”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename2(style=”display: none;”) }}
{{ form.file_type2(style=”display: none;”) }}
{% if form.upload2.errors %}

    {% for error in form.upload2.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}



{{ form.upload3(style=”margin-bottom: 0;”, title=”Selecting another file will override the prior file”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename3(style=”display: none;”) }}
{{ form.file_type3(style=”display: none;”) }}
{% if form.upload3.errors %}

    {% for error in form.upload3.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}



{{ form.upload4(style=”margin-bottom: 0;”, title=”Selecting another file will override the prior file”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename4(style=”display: none;”) }}
{{ form.file_type4(style=”display: none;”) }}
{% if form.upload4.errors %}

    {% for error in form.upload4.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}



{{ form.upload5(style=”margin-bottom: 0;”, multiple=”multiple”, title=”CTRL + Click to select multiple files”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename5(style=”display: none;”) }}
{{ form.file_type5(style=”display: none;”) }}
{% if form.upload5.errors %}

    {% for error in form.upload5.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}

Customer Sign-Off

{{ form.upload7(style=”margin-bottom: 0;”, title=”Selecting another file will override the prior file”, **{‘data-toggle’:’tooltip’, ‘data-placement’:’bottom’}) }}
{{ form.filename7(style=”display: none;”) }}
{{ form.file_type7(style=”display: none;”) }}
{% if form.upload7.errors %}

    {% for error in form.upload7.errors %}

  • {{ error }}
  • {% endfor %}

{% endif %}
Please select a valid file to upload.

Please fill the required field.
Please fill the required field.

*Required

{{ form.submit_ticket(value=”Submit”, class=”wpcf7-submit”) }}

{% if form.errors %}
{{ form.errors }}
{% endif %}

Installation to Service

A defined process is necessary to ensure a seamless transition and passing of information from Installation to Service documentation. The Nevco installer will fill out this registration on behalf of the customer at the completion of training.

Completion of this form is required for each venue (i.e. basketball, football, etc). Once the user finishes the Service Registration form, this will register the user with Freshdesk (customer service-software that provides help desk support) & sends them an activation email. Furthermore, this will create a service ticket that contains all of this information which notifies all parties and documents the completion of the install.

We have service technicians standing by from 7am until 5pm Central time. Call 800-851-4040 or 618-664-0360 and select option 2 (Service) to be connected. There are 4 extensions if you want to advance through the phone system options directly to technical service. (7142, 7143, 7145, 7184)

Notes

Please register each venue as a separate ticket. There may be more than one equipment operator/software trainee so add & fill accordingly.

Installation Deviations: Need to indicate type, if none note it.

The form prompts the user to include the version of the software once picking the software they are running. Examples include but are not limited to: Display Director 3.5.1, Decryptor 1.9.2, etc

Control Room Layout/Setup Photos should include any racks, seating positions, and operator stations.

Other Helpful Installation Documentation include but are not limited to: any manuals, defect photos, etc

Nevco Service Department
301 East Harris Avenue
Greenville, IL 62246

{% endblock %}

{% block js %}
{{ super() }}




{% endblock %}