John Pagleyjoyfill.hashnode.dev·Apr 17, 2024Guide to building fillable forms into your appWelcome developers and product teams! So you want to build and support forms inside your application. You’ve come to the right place. This comprehensive guide is tailored for developers eager to build user-friendly fillable forms and document feature...DiscussJavaScript
John Pagleyjoyfill.hashnode.dev·Mar 13, 2024Embed a form builder with ReactIn this guide, we'll show how to embed a form builder with React using the Joyfill React forms SDK, and offer a world-class form solution in minutes. You can think of Joyfill as a sort of Stripe or Twilio, but for forms. How to embed a form builder w...DiscussReact
Julián Pinzón Eslavapinzonjulian.hashnode.dev·Oct 29, 2023The Attribute Builders gem and playgroundIn my last article, I published about the birth of AttributeBuidlers and since then I've worked some more on the project and decided that it was time to get it out there – even in its unfinished and incomplete form– in hopes that someone will try it ...Discuss·1 like·64 readsExploring Rails form helpersRails
Supanat Konpromkai63001.hashnode.dev·Oct 15, 2023Building UncleLife.co: A Deep Dive into Next.js, Supabase, and the Power of Notion IntegrationIntroduction In today's digital age, tools that enhance productivity and streamline workflows are in high demand. Enter UncleLife.co, a platform designed to bridge the gap between custom form creation and Notion integration. In this article, we'll ex...Discuss·64 readsNext.js
Avi Flombaumcode.avi.nyc·Jul 26, 2023Building shadcn Form Builders in RailsFor shadcn on rails, I wanted to create a custom form builder that would plug my shadcn form inputs and controls into ActiveModel so that the error validations and other features native to Rails forms would work. Creating the Custom Form Builder Fir...Discuss·11 likes·420 readsRuby on Rails
Julián Pinzón Eslavapinzonjulian.hashnode.dev·Jun 17, 2023The Potential birth of AttributeBuildersIn the previous article, I said I believe splitting up the responsibility of building attributes from the actual rendering of HTML can open up many interesting possibilities. But the work to do so might not be that simple. I've been working on this o...Discuss·3 likes·458 readsExploring Rails form helpersRuby
Julián Pinzón Eslavapinzonjulian.hashnode.dev·Jun 15, 2023Diving Deep: Action View Form HelpersIn the previous article, I mentioned that Action View has some component-like classes that render form elements. Let's deep dive into a simple one: Tags::TextField. This class is used in the FormBuilder like so (source): def text_field(object_name, m...Discuss·7 likes·251 readsExploring Rails form helpersRuby
Julián Pinzón Eslavapinzonjulian.hashnode.dev·Jun 14, 2023Unlocking the power of forms in RailsI've had this idea in the back of my head for a while that can potentially unlock a bunch of possibilities with Rails' Form Helpers. But to present it, I want to write about what you can do with them today, the limitations and what I want as a develo...Discuss·2 likes·763 readsExploring Rails form helpersRuby