Articles by Tag #forms

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building forms using React Hook Form

Hey folks! While taking my online React course, I quickly discovered something: forms are everywhere....

Learn More 3 2Nov 21 '25

Evolution in Form Validators: Goodbye customError, Hello Plain Objects

Form management in Angular, especially with the arrival of Signal-based forms, is constantly evolving...

Learn More 3 0Oct 30 '25

SwiftUI Forms, Validation & Focus Flow Architecture (Production-Grade)

Forms look simple — until they aren’t. Once you add: multiple fields validation rules async...

Learn More 0 0Jan 3

Conditional logic for jQuery formBuilder in 5 minutes

Need show/hide or enable/disable behavior in a jQuery formBuilder form without patching core? I built...

Learn More 0 0Nov 6 '25

Introducing Formulas: Create smarter forms with calculations, automation, and much more

We’re excited to announce a powerful new feature in our form builder SDK: Formulas. With formulas,...

Learn More 1 0Oct 10 '25

Async Form Validation in React Is Hard — Here’s a Predictable Way to Solve It

Forms look simple at first: inputs, errors, submit. But once you add async validation, things get...

Learn More 0 1Dec 31 '25

The Future of Angular Reactive Forms

Forms have always been one of the most demanding parts of frontend development. They look simple on...

Learn More 16 2Dec 24 '25

How to Use Zod with Angular Signal Forms (Step-by-Step Migration)

You've got a form working perfectly with Reactive Forms and Zod validation, but after migrating to...

Learn More 0 0Dec 12 '25

Stop Fighting PDF Forms: Automate Everything with PyPDFForm

Quick Summary: 📝 PyPDFForm is a Python library designed for processing PDF forms. It...

Learn More 0 0Nov 16 '25

Dynamic Datalist: Autocomplete from an API

HTML’s datalist element provides native autocomplete functionality, but it’s entirely static—you have...

Learn More 0 0Dec 30 '25

A Web Component for Obfuscating Form Fields

We have the password reveal pattern for passwords, but what about other sensitive fields that need to...

Learn More 0 0Dec 12 '25

HTML’s Best Kept Secret: The <output> Tag

Every developer knows &lt;input&gt;. It’s the workhorse of the web. But &lt;output&gt;? Most have...

Learn More 0 0Oct 1 '25

Diary of an Elm Developer - From fields to forms

I describe a beautiful form abstraction I discovered while playing with my form fields.

Learn More 11 3Jul 10 '25

Modern form validation

3 modern CSS techniques for advanced form validation customization.

Learn More 2 4May 12 '25

The Annoying Middle Ground of Website Forms

For a long time, I used simple form handling tools for website projects because they were quick to...

Learn More 0 0Mar 6

Angular Forms in 2026 — Reactive vs Template‑Driven, Validation, Testing, and the Signal Era

Angular Forms in 2026 — Reactive vs Template‑Driven, Validation, Testing, and the Signal...

Learn More 0 1Jan 23

Diary of an Elm Developer - Exploring debounced input

On the work I'm doing to make debouncing work with fields.

Learn More 7 2Jul 3 '25

🎯 Mastering the Uniface show Statement: Real-Time Form Updates Made Simple

This article was created with AI assistance to help fellow developers understand this essential...

Learn More 0 0Sep 25 '25

Complex Angular Forms Deserve Their Own Classes

Introduction If you're anything like I was not that long ago, you're comfortable with...

Learn More 1 3Jul 9 '25

Both-sides form validation with Next.js (React Hook Form & next-safe-action)

Forms have been – and still are – a pain for the web developer. In particular, one has to enforce server-side validation for security, while also providing client-side validation for user experience.

Learn More 1 0Apr 9 '25

Les événements dans les formulaires : valider et améliorer l’UX

Les formulaires sont un élément clé de l'interaction utilisateur sur le web. Bien gérer leurs...

Learn More 0 0Mar 10 '25

Angular Forms: Template-driven vs Reactive Forms

Compare template-driven and reactive forms in Angular.

Learn More 0 0Sep 22 '25

Reactive Forms vs Template-driven in Angular: Which One Should You Use in 2025?

Compare Reactive Forms and Template-driven Forms in Angular with pros and cons to choose the right one for your next project.

Learn More 0 0Apr 10 '25

React Forms: Handling User Input the Right Way React Forms: Handling User Input the Right Way!📝

Forms are a big part of any web app—login, sign-up, search, etc.—and React gives you full control...

Learn More 0 2Apr 20 '25

Forms in react with react-hook-form

Hey Coders, Long time ago... Here we have a new article about how to add "superpowers" to your...

Learn More 0 0Apr 8 '25

Building a Zero-Render React Form Validation System Using Context and Refs

Form validation often triggers unnecessary re-renders, especially in large React apps. In this guide,...

Learn More 0 0Apr 26 '25

Using WebAssembly for Instant Form Validation in React

Client-side validation is often overlooked when it comes to performance, but if you have complex...

Learn More 0 0Apr 26 '25

Devs, stop embedding boring forms.

I built YourForm — a developer-first form platform designed for builders. This isn’t just another...

Learn More 0 0Feb 24

How I Built an API That Turns JSON Into Beautiful HTML Forms

How I Built an API That Turns JSON Into Beautiful HTML Forms Tags: webdev, javascript,...

Learn More 0 0Mar 1

Angular Reactive Forms-Login Form Made Simple

Hey Devs, As frontend developers, we often need to create forms. In fact, building a form is usually...

Learn More 0 0Jul 14 '25