-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfour_name_questions.htm
54 lines (39 loc) · 1.31 KB
/
four_name_questions.htm
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
<html>
<form action="action_page.php" style="border:3px solid #ccc">
<div class="container">
<h2>New User Account Setup (for locale en-US)</h2>
<hr>
<h3>
<label for="fullname">🧑💼 <b>Legal Full Name</b></label>
<input type="text" name="fullname" size="99" maxlength="2500" required autofocus> (required)
</h3>
Your official name for business matters only. Seen only by authorized administrators 🔒
<hr>
<h3>
<label for="friendlyname">😎 <b>Preferred Friendly Name</b></label>
<input type="text" name="friendlyname" size="99" maxlength="2500"> (optional)
</h3>
What do you want others to call you? This will appear on social elements of the app 👁️
<hr>
<h3>
<label for="pronouncedname">🗣️ <b>Name Pronunciation</b></label>
<input type="file" name="pronouncedname"> (optional)
</h3>
Upload an audio recording of your name 🔊
<hr>
<h3>
<label for="notes1">📝 <b>Notes</b></label>
<br>
<!-- SINGLE ROW FIELD VERSION: <input type="text" name="notes1" size="99" maxlength="2500"> (optional) -->
<textarea name=notes1" rows="5" cols="10"></textarea>
</form>
</h3>
Any special notes about your name, or other names?
<hr>
<br>
<div class="clearfix">
<button type="submit" class="signupbtn">NEXT TO DEMOGRAPHICS > </button>
</div>
</div>
</form>
</html>