Form Elements ๐
Binding data from form elements
Last updated
Was this helpful?
Binding data from form elements
Last updated
Was this helpful?
Was this helpful?
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
Linkelement
Binds the URL portion ONLY
Text
RichText
Manual
Place the wfu-bind attribute on the Select Field element
Bind boolean values directly to
e.g.
wfu-bind = ?accept
Would
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.