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
<emclass="question__description"id="description-email">We will only use this information to contact you when your want is published and reach out if we select you to participate in an event. We will not retain your email address beyond that period of time.</em>
44
+
</li>
45
+
<liclass="question">
46
+
<labelclass="question__label"for="field-github">Do you have a GitHub username?</label>
<emclass="question__description"id="description-github">We use GitHub for tracking and discussing Wants. A GitHub account isn’t required, but could be helpful if you’re interested in participating there.</em>
50
+
</li>
51
+
<liclass="question">
52
+
<labelclass="question__label"for="field-events">If you are already attending one of the events we’ll be at, would you consider presenting your idea in person?</label>
<option>I’m not attending an event, but am open to my submission being shared at one</option>
55
+
<option>I’m not interested in having my submission shared at an event</option>
56
+
<!-- Additional <option> elements are injected for each upcoming event -->
57
+
</select>
58
+
<emclass="question__description"id="description-events">If you are not already planning to attend the event, it is unlikely we will be able to get you a ticket. That said, if you might qualify for an attendee scholarship, contact us and we will try to help you if we can.</em>
59
+
</li>
60
+
<liclass="question">
61
+
<labelclass="question__label"for="field-title">What do you want?</label>
<labelclass="question__label"for="field-detail">Now go into a little more detail. How is lack of this impacting your work? How do you currently work around this limitation?</label>
<emclass="question__description"id="description-detail">Please note that we may end up rewriting your problem before posting it to this site.</em>
70
+
</li>
71
+
<lihidden>
72
+
<label>Don’t fill this out if you're human: <inputname="bot-field"></label>
73
+
</li>
74
+
</ol>
75
+
76
+
<buttontype="submit">Send it in</button>
77
+
<p><em>Note: You can ask us to remove your personal information from this site or our form submission database at any time. We can also retroactively remove your full name from any submissions. Just <ahref="/contact/">drop us a line</a>.</em></p>
-`bot-field` – Honeypot field used by Netlify to reduce spam (should remain empty)
90
+
91
+
JavaScript enhances the form to add a `save` checkbox that stores the contact fields locally for future submissions. If the submitter opts in, Netlify will include `save: 1` in the payload; you can ignore this flag within the webhook.
0 commit comments