jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

dotted syntax for nested fields? #25

Closed jkk closed 11 years ago

jkk commented 11 years ago

e.g., :staff.location-id => "staff[location-id]"

What about validations?

jkk commented 11 years ago

implemented dotted syntax for Verily, just need to add to this project now