|
25 | 25 | </p> |
26 | 26 | <form action="/submit-form" method="post"> |
27 | 27 | <div> |
28 | | - <label for="name">* Name:</label> |
| 28 | + <label for="name">Name: *</label> |
29 | 29 | <input type="text" id="name" name="user_name" required autocomplete="name"> |
30 | 30 | </div> |
31 | 31 |
|
32 | 32 | <div> |
33 | 33 | <label for="email">E-mail:</label> |
34 | | - <input type="email" id="email" name="user_email" required autocomplete="email"> |
| 34 | + <input type="email" id="email" name="user_email" autocomplete="email"> |
| 35 | + (optional, unless you want a reply) |
35 | 36 | </div> |
36 | 37 |
|
37 | 38 | <div> |
38 | | - <label for="subject">* Subject:</label> |
| 39 | + <label for="subject">Subject: *</label> |
39 | 40 | <input type="text" id="subject" name="user_subject" required autocomplete="on"> |
40 | 41 | </div> |
41 | 42 |
|
42 | 43 | <div> |
43 | | - <label for="subject_topic">* Topic:</label> |
| 44 | + <label for="subject_topic">Topic: *</label> |
44 | 45 | <select id="subject_topic" name="subject_topic_prefix" required> |
45 | 46 | <option value="" disabled selected>-- Select a topic --</option> |
46 | | - <option value="Bug Report">Bug Report</option> |
47 | | - <option value="Feature Suggestion">Feature Suggestion</option> |
| 47 | + <option value="Bug report">Bug report</option> |
| 48 | + <option value="Feature suggestion">Feature suggestion</option> |
48 | 49 | <option value="Partnership">Partnership</option> |
49 | | - <!-- <option value="Billing Inquiry">Billing Inquiry</option> --> |
50 | | - <option value="General Question">General Question</option> |
| 50 | + <!-- <option value="Billing inquiry">Billing inquiry</option> --> |
| 51 | + <option value="General question">General question</option> |
51 | 52 | <option value="Other">Other</option> |
52 | 53 | </select> |
53 | 54 | </div> |
54 | 55 |
|
55 | 56 | <div> |
56 | | - <label for="subject_custom">* Subject details (optional, max. 70 chars):</label> |
| 57 | + <label for="subject_custom">Subject details:</label> |
57 | 58 | <input type="text" id="subject_custom" name="subject_custom_suffix" maxlength="70" placeholder="e.g., Login page issue"> |
| 59 | + (optional, max. 70 chars) |
58 | 60 | </div> |
59 | 61 |
|
60 | 62 | <!-- Hidden field to store the combined subject --> |
61 | 63 | <input type="hidden" id="user_subject_combined" name="user_subject"> |
62 | 64 |
|
63 | 65 | <div> |
64 | | - <label for="message">* Message:</label> |
65 | | - <textarea id="message" name="user_message" rows="5" required></textarea> |
| 66 | + <label for="message">Message: *</label> |
| 67 | + <textarea id="message" name="user_message" rows="8" required></textarea> |
66 | 68 | </div> |
67 | 69 |
|
68 | 70 | <div> |
|
130 | 132 | }); |
131 | 133 | </script> |
132 | 134 |
|
| 135 | + <div class="imprint"> |
| 136 | + <span class="bold">Imprint:</span> Martin N. |
| 137 | + </div> |
133 | 138 | </body> |
134 | 139 | </html> |
0 commit comments