Client Side Validation with StimulusJS
Play
18:59 CC

Client Side Validation with StimulusJS

#207 Sep 15, 2019 pro
Give clients quick feedback on form validation errors with ValidateJS and StimulusJS.

Extending the Rails Core Form Builder
Play
14:17 CC

Extending the Rails Core Form Builder

#187 May 12, 2019 pro
In this episode, we build a custom form builder to extend and add functionality our forms to display errors inline with the form inputs.

Nested Forms from Scratch with StimulusJS
Play
16:54 CC

Nested Forms from Scratch with StimulusJS

#186 May 5, 2019 free
Using StimulusJS controllers, adding nested forms to a Rails application is easy and unobtrusive. In this episode, we look at an alternative way of creating nested forms without the Cocoon gem.

Multistep Form with Wicked
Play
10:32 CC

Multistep Form with Wicked

#137 Jun 10, 2018 pro
Wicked can help by turning a controller into a series of multiple steps. In this episode, we interact with Devise to provide wizard after the user has registered.

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.