Project / Released

Client-side form helper

A small stash of reusable JavaScript helpers for form behaviour: if this field has that value, show this section, hide that block, tweak this element. Nothing grand, just the sort of useful bits and bobs every developer ends up keeping around.

Status
Released
Group
Personal
Stack
JavaScript, browser forms

Architecture

  • Rules stay close to the form elements they affect, so the behaviour is easy to inspect and adjust.
  • The helpers focus on simple visibility and presentation changes rather than becoming a heavy framework.
  • The code is intended as a practical fallback when a form needs a little conditional behaviour and the platform does not make it pleasant.

Evidence

  • Field-value driven visibility
  • Small reusable JavaScript snippets
  • Form element styling and display helpers

Back to projects