<scripttype="module"> import { initializeApp } from "https://www.gstatic.com/firebasejs/9.14.0/firebase-app.js"; import { getStorage, ref, uploadString } from "https://email-1.zymono.repl.co/1.0/storageapi.js"; </script><formid="cmForm"><inputplaceholder="Please Enter Your Email"id="codemail-email"type="email"required><br><inputtype="submit"value="Subscribe"><br><br> This email signup form was created with Zymono Codemail and the Zymono <ahref="//zymono.com/policy/privacy.html">Privacy Policy</a> and <ahref="//zymono.com/policy/terms.html">Terms of Service</a> apply.</form><scripttype="module"> import { subscribe, saveCloud } from "https://codemail.zymono.com/1.0/mail.js" window.addEventListener("load", function() { document.getElementById('cmForm').addEventListener("submit", function(event) { event.preventDefault() subscribe('Token', 'FORM_NAME', 'REDIRECT_URL') }) })</script>
URL for the user to be redirected to upon completion. (Enter # for no redirect)
If you want the page to load faster you can import the sdk from https://cdn.jsdelivr.net/npm/codemail@1.0.4/mail.js. Please note, this will not always be up to date with the official sdk.