to-object ( destination names -- )
Furnace framework » Furnace presentation layer » HTML forms » HTML form values

Prev:from-object ( object -- )
Next:with-each-value ( name quot -- )


Vocabulary
html.forms

Inputs
destinationan object
namesa sequence of value names


Outputs
None

Word description
Stores the given sequence of form values into the slots of the object having the same names. This word is used to extract form field values after validation.

Definition