Version: 4.1.1
4.4 Predefined Formlets
There are a few basic formlets provided by this library.
A formlet that renders as
(list `(input ([name (format "input_~a" next-id)])))
where next-id is the next available input index and extracts (format "input_~a" next-id) in the processing stage and converts it into a UTF-8 string.
Equivalent to (cross (pure string->number) input-string).
Equivalent to (cross (pure string->symbol) input-string).