diff --git a/doc/form_flow.md b/doc/form_flow.md
index b008fd2..8f3fa73 100644
--- a/doc/form_flow.md
+++ b/doc/form_flow.md
@@ -260,8 +260,11 @@ The form html does become a bit hard to read, I admit, but it looks good to the
-
+
```
+
+The main elements here are the thymeleaf classappend command (with an inline elvis operator ?:) `th:classappend="${#fields.hasErrors('name')} ? has-error : blu-margin">`
+and a bunch of bootstrap classes.
\ No newline at end of file