Hello, world!

Subscribe!

To add your own Subscribe! form to your website, simply paste this html anywhere on your page and style as needed:

<div id="registration-container">
  <form>
    <input type="text" id="registration-name" placeholder="Your name">
    <input type="text" id="registration-email" placeholder="Your email">
    <button type="submit" id="registration-button">Register</button>
  </form>
</div>
<script>
  window.addEventListener("load", (event) => {
    const forms = new RegistrationForms().Builder()
      .withAccountNumber("your-account-number")
      .withNewRegistrationForm("registration-container")
      .create();
  });
</script>

Here is a working example:

Learn more at: https://subscribe.nobodyelses.com