You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2021. It is now read-only.
<h3>Why did you uninstall the browser extension?</h3>
110
130
<p>Check all that apply:</p>
@@ -125,15 +145,53 @@ const Form = () => {
125
145
<inputtype="checkbox"onChange={handleChange}name="expected"data-text="Gitpod isn’t what I expected"/>
126
146
Gitpod isn’t what I expected
127
147
</label>
148
+
128
149
<textareaonChange={handleTextAreaChange}aria-label="Do you have any other feedback?"placeholder="Do you have any other feedback?"name="otherFeedback"></textarea>
150
+
151
+
<labelclassName="visually-hidden"htmlFor="Name">
152
+
{' '}
153
+
Name
154
+
</label>
155
+
<input
156
+
autoFocus
157
+
name="name"
158
+
className="form__input form__input--half"
159
+
type="text"
160
+
placeholder="Name"
161
+
id="Name"
162
+
onChange={handleChange}
163
+
/>
164
+
<labelclassName="visually-hidden"htmlFor="email">
165
+
E-Mail
166
+
</label>
167
+
<input
168
+
name="email"
169
+
className="form__input form__input--half"
170
+
type="email"
171
+
placeholder="E-mail"
172
+
id="email"
173
+
onChange={handleChange}
174
+
/>
175
+
176
+
<divstyle={{display: 'flex',justifyContent: 'space-between',alignItems: 'baseline',margin: '0px 0px 20px 0px'}}>
0 commit comments