The Join the movement button scrolls to an email signup section. Submissions are stored via Formspree so you can collect emails and send news later.
- Go to formspree.io and create a free account.
- Click New form and name it (e.g. "XRPLedgerAmericas signups").
- Formspree gives you a form endpoint like:
https://formspree.io/f/xxxxxxxx - In index.html, find the join form and replace
YOUR_FORM_IDwith your form ID:- Find:
action="https://formspree.io/f/YOUR_FORM_ID" - Replace with:
action="https://formspree.io/f/your-actual-id"
(e.g. if your URL ishttps://formspree.io/f/abc123xy, useabc123xyas the ID.)
- Find:
- Save, commit, and push. New signups will appear in your Formspree dashboard.
- Formspree dashboard: View every submission (email, optional name).
- Export: Download submissions as CSV for use in a newsletter tool (Mailchimp, etc.).
- Notifications: Optional email alert for each new signup (Formspree settings).
- Later: Use the exported list to send news and updates when you’re ready.
No backend or database is required on your site; Formspree stores the data.