formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Type Alias FormRequestType

    FormRequestType:
        | "provide"
        | "preview"
        | "process"
        | "print"
        | "review"
        | "publish"
        | "workflow"
        | "image"
        | "form"
        | "reviewplain"
        | "copy"
        | "forward"
        | "alias"
        | "aliascopy"
        | "verify"

    Possible request types for forms that indicate how the form was opened. To access the request type of the currently opened form, use XFC_METADATA.requestType. Some of these options are only for internal use and should not be used.

    • provide: When the form was opened for the first time and not submitted yet. No form records exists yet for the form.
    • preview: Preview of a form, i.e. when you open the form in the preview mode of the designer.
    • print: When the form was opened by the server to generate a printed document, such as a PDF document or an image.
    • process: Processing a form. This is set when the form is submitted.
    • review: When the form is opened in the inbox. A form record now exists for the form.