Hacker News new | ask | show | jobs
Show HN: Multi-step form component for Framer with a JSON-driven wizard (alxdsn.fr)
2 points by adesane 82 days ago
Built this over the past few weeks. Framer's native form component is single-step only with no control over validation, providers or the success state. I wanted something that felt native to Framer but wasn't locked to their infrastructure.

Config is JSON-driven so the component is stateless from Framer's perspective — you paste a config object into a property and it renders. I built a visual builder that outputs the config so non-technical users don't have to touch JSON.