@oneblink/sdk-core
    Preparing search index...

    Type Alias EmailElement

    EmailElement: { requiresConfirmation?: boolean; type: "email" } & FormElementWithInput<
        string,
    >

    Type declaration

    • OptionalrequiresConfirmation?: boolean

      Display a second input on the form that is required to match this input exactly before the user can submit the form.

    • type: "email"