Various input forms, with submit buttons.
Form1 | A form, initially without content, used to contain further input fields and submit button. |
HiddenField | An input field of type hidden, typically inserted into forms, the value can be set by JSON. |
HiddenLocalStorage | An input field of type hidden, typically inserted into forms, the value taken from browser local storage. |
HiddenSessionStorage | An input field of type hidden, typically inserted into forms, the value taken from browser session storage. |
SubmitButton1 | An input field of type submit, with name attribute, for use as an insert into form widgets |
SubmitButton2 | An input field of type submit, no name, so does not submit a widgfield, for use as an insert into form widgets |
SubmitForm1 | A form taking contents with submit button and four hidden fields - generally used with
further input fields set within it. |
SubmitForm2 | Textblock reference widgets.inputforms.SubmitForm2 not found |
SubmitFromScript | Textblock reference widgets.inputforms.SubmitFromScript not found |