/var/www/hkosl.com/inno3d/html-v3/view/ds_support_form.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en-HK" prefix="og: http://ogp.me/ns#">

<head>
    <title>INNO3D - Support Form</title>
    <meta name="keywords" content="INNO3D">
    <meta name="description" content="INNO3D">
    <!-- css -->
    <?php include 'inc/headlinks.php';?>
    <!-- js -->
    <?php include 'inc/link-js.php';?>
</head>

<body>

    <!-- header -->
    <?php include 'inc/navbar.php';?>
    <!-- end of header-->


    <!-- breadcrumb -->
    <div class="breadcrumb">
        <div class="breadcrumbWrapper">
            <div class="breadcrumbLink">
                <a href="index.php" class="grayFont"> Home</a> / <span> Download &
                    Support </span> /
                <span>Support Form
                </span>
            </div>
        </div>
    </div>


    <section class="mainWrapper">

        <div class="supportForm">
            <h2 class="mb-4">
                SUPPORT FORM
            </h2>

            <div class="form-check p-0">
                <label for="iagree" class="label-cbx">
                    <input id="iagree" type="checkbox" class="invisible">
                    <div class="checkbox">
                        <svg width="20px" height="20px" viewBox="0 0 20 20">
                            <path
                                d="M3,1 L17,1 L17,1 C18.1045695,1 19,1.8954305 19,3 L19,17 L19,17 C19,18.1045695 18.1045695,19 17,19 L3,19 L3,19 C1.8954305,19 1,18.1045695 1,17 L1,3 L1,3 C1,1.8954305 1.8954305,1 3,1 Z">
                            </path>
                            <polyline points="4 11 8 15 16 6"></polyline>
                        </svg>
                    </div>
                    <span class="whiteFont">I agree that the information collected will be used by InnoVISION Multimedia
                        Ltd. for
                        technical support uses, all the information will be kept in confidential and only distributed to
                        related staff or parties.</span>
                </label>
            </div>
            <hr class="grayHr" />
            <div class="row mt-4">
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="FirstName">First Name *</label>
                        <input type="text" class="form-control" id="FirstName" placeholder="First Name">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="LastName">Last Name *</label>
                        <input type="text" class="form-control" id="LastName" placeholder="Last Name">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Email">Email *</label>
                        <input type="email" class="form-control" id="Email" placeholder="Email">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Country">Country *</label>
                        <input type="text" class="form-control" id="Country" placeholder="Country">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Product">Product</label>
                        <input type="text" class="form-control" id="Product" placeholder="Product">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="ProductSerial">Product Serial number (E.g. A-123-B12-12345)</label>
                        <input type="text" class="form-control" id="ProductSerial" placeholder="Product Serial number">
                    </div>
                </div>
            </div>

            <h4 class="mt-2">Hardware Configuration</h4>
            <div class="row mt-4">
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="CPU">CPU Type and Speed</label>
                        <input type="text" class="form-control" id="CPU" placeholder="CPU Type and Speed">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="MemorySize">Memory size</label>
                        <input type="text" class="form-control" id="Memory" placeholder="Memory size">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="MemoryType">Memory type</label>
                        <input type="text" class="form-control" id="MemoryType" placeholder="Memory type">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Country">Country *</label>
                        <input type="text" class="form-control" id="Country" placeholder="Country">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Motherboard">Motherboard (Brand Name / Chipset / Purchase Time)</label>
                        <input type="text" class="form-control" id="Motherboard" placeholder="Motherboard">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="ProductSerial">Product Serial number (E.g. A-123-B12-12345)</label>
                        <input type="text" class="form-control" id="ProductSerial" placeholder="Product Serial number">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Display">Display monitor (please specify brand name and model no.)</label>
                        <input type="text" class="form-control" id="Display" placeholder="Display monitor">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="HardDrive">Hard drive (please specify brand name and model no.)</label>
                        <input type="text" class="form-control" id="HardDrive" placeholder="Hard drive">
                    </div>
                </div>
            </div>
            <h4 class="mt-2">Hard drive transfer type</h4>
            <div class="row mt-4">
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="Sound">Sound Card (please specify brand name and model no.)</label>
                        <input type="text" class="form-control" id="Sound" placeholder="Sound Card">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="system01">Other adapters in system</label>
                        <input type="text" class="form-control" id="system01" placeholder="Other adapters in system">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="system02">Other adapters in system</label>
                        <input type="text" class="form-control" id="system02" placeholder="Other adapters in system">
                    </div>
                </div>
                <div class="col-md-6">
                    <div class="form-group">
                        <label for="system03">Other adapters in system</label>
                        <input type="text" class="form-control" id="system03" placeholder="Other adapters in system">
                    </div>
                </div>
                <div class="col-md-12">
                    <div class="form-group">
                        <label for="ProblemDescription">Problem description :</label>
                        <textarea class="form-control" id="ProblemDescription" rows="3"></textarea>
                    </div>
                </div>
            </div>
            <fieldset class="mt-4 mb-4">
                <div class="captchInput">

                    <div class="g-recaptcha" id="recaptcha" data-callback="verifyRecaptchaCallback"
                        data-expired-callback="expiredRecaptchaCallback"
                        data-sitekey="6LdT5M8ZAAAAAP0_7cMIlj924GJdEf8nD0rT0ndC"></div>
                    <input class="form-control d-none" data-recaptcha="true" required
                        data-error="Please complete the Captcha">
                    <div class="help-block with-errors"></div>


                </div>

            </fieldset>
            <div class="text-center">
                <button class="btn btn-secondary mb-2 mr-4" type="submit">Submit</button>
                <button class="btn btn-secondary mb-2" type="submit">Clear Form</button>
            </div>


        </div>



    </section>


    <!-- end #section -->


    <!-- footer -->
    <?php include 'inc/footer.php';?>

    <script type="text/javascript" src='https://www.google.com/recaptcha/api.js?hl=tc'></script>

</body>



</html>