HTML form infrastructure
Furnace framework » Furnace presentation layer » HTML forms

Next:HTML form values


The below words are used to implement the furnace.actions vocabulary. Calling them directly is rarely necessary.

Creating a new form:
<form> ( -- form )


Variable holding current form:
form


Working with forms:
with-form ( name quot -- )

begin-form ( -- )


Validation:
validation-error ( message -- )

validation-failed? ( -- ? )

validate-values ( assoc validators -- )