Module: inputforms

An unknown error has occurred.

Various input forms, with submit buttons.

Form1A form, initially without content, used to contain further input fields and submit button.
HiddenFieldAn input field of type hidden, typically inserted into forms, the value can be set by JSON.
HiddenLocalStorageAn input field of type hidden, typically inserted into forms, the value taken from browser local storage.
HiddenSessionStorageAn input field of type hidden, typically inserted into forms, the value taken from browser session storage.
SubmitButton1An input field of type submit, with name attribute, for use as an insert into form widgets
SubmitButton2An input field of type submit, no name, so does not submit a widgfield, for use as an insert into form widgets
SubmitForm1A form taking contents with submit button and four hidden fields - generally used with
further input fields set within it.
SubmitForm2Textblock reference widgets.inputforms.SubmitForm2 not found
SubmitFromScriptTextblock reference widgets.inputforms.SubmitFromScript not found