New paste Use cases Explore public pastes Text tools Developer API The Paste Library Security Sign in with Google
HTMLExample pasteCreated 2026-08-012 viewsNo expiry

Accessible email signup form

Raw New paste
htmlRead-only
1
<form action="/subscribe" method="post">
  <div>
    <label for="email">Work email</label>
    <input id="email" name="email" type="email"
           autocomplete="email" required
           aria-describedby="email-help">
    <p id="email-help">We will only send product updates.</p>
  </div>
  <button type="submit">Subscribe</button>
</form>
Report abuse

Paste details

Visibility
Public
Size
343 bytes
Protection
Standard link access
Retention
No automatic expiry

Share with confidence

Unlisted links are not searchable, but anyone with the URL can open them. Never paste live credentials or personal data.