Skip to main content

Email Verification

The email verification process works by sending an email to the address provided, with either a unique Code or a URL that can only be seen if and only when the email address provided works, exists, and is owned by the actual user.

Example

A8Studio

API Methods

setLabel

Sets the label of the field.

setLabel(label: string): void

setReadOnly

Sets the ReadOnly flag for this context.When in ReadOnly the user cannot be able to edit the content.

setReadOnly(readOnly: boolean): void

setRequired

Sets a field to be required or not.

setRequired(required: boolean): void

setSize

Sets the size only using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets the elements of the given category to visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void