Form Elements π
Binding data from form elements
Elim wfu-query-param
Revisit user binding
And cookie binding
inding lists to FORM Dropdown elements, as select options
Binding lists to FORM Text elements, as autocomplete options
Link
Linkelement
Binds the URL portion ONLY
Text
RichText
Manual
Select
Place the wfu-bind attribute on the Select Field element
The value you assign is case-sensitive to e.g. querystring keys.
Checkbox
Bind boolean values directly to
e.g.
wfu-bind = ?accept
Would
Boolean Values
Most values will be evaluated as true, with the exception of these specific values which are evaluated as false: false
, f
, 0
, no
, off
, as well as undefined
or null
. Falsy values are case-insensitive, so False
is the same as false
.
wfu-bind-parser
Define value parsers?
For alternate boolean rules
For international dates, numbers, etc.
Last updated