Nested Forms from Scratch
Play
9:48 CC

Nested Forms from Scratch

#70 Mar 5, 2017 free
Learn how to handle multiple models in a single form with accepts_nested_attributes_for and learn how to add and remove nested records through JavaScript.

Form Wizards from Scratch
Play
28:05 CC

Form Wizards from Scratch

#291 Apr 11, 2021 pro
Learn how to make form wizards without any external dependencies. This will allow you to have a simple extendable workflow and optionally to take advantage of Hotwire to create a seamless experience.

Dynamic Select Fields
Play
13:26 CC

Dynamic Select Fields

#133 May 13, 2018 pro
Making one select field dependent on another and automatically update based on the previous selection can be a tricky task. In this episode, we look an a rather unobtrusive way to handle this for many scenarios.

Slim Select with Stimulus
Play
13:25 CC

Slim Select with Stimulus

#308 Aug 8, 2021 pro
Using Stimulus and Slim Select, we can get performant results quickly and efficiently.

Saving Attributes with Hotwire
Play
20:10 CC

Saving Attributes with Hotwire

#373 Oct 30, 2022 pro
With Hotwire, we can create form where each input field is saved once a user has changed its value. We look at some of the common issues that you could run into when using Hotwire and some ways to mitigate those problems.