@oneblink/sdk
    Preparing search index...

    Type Alias EmailElement

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

    An element to allow the user to supply an email address.

    The element must have an id property with a value that is globally unique within the form definition.

    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"