Hex Core JS
    Preparing search index...

    Enumeration FormType

    Index

    Enumeration Members

    Enumeration Members

    Create: 0

    A form that creates an object.

    General: 1

    A general form for submitting information. Examples include contact forms and login forms.

    Standing: 2

    A form that has no "done" state (i.e. SubmissionStatus.Success). These forms either can be resubmitted or are never submitted depending on implementation. Examples include report options forms, search/filtering forms, and calculator-type forms.

    Update: 3

    A form that updates an object.

    View: 4

    A form that displays information (not editable).