Skip to Content
Reference<GetNotifiedActionButton>
Image of the GetNotifiedActionButton component with a send icon and label

Special type of action button that shows a “send” icon and customizable label next to it. Can be used on a waitlist screen to redirect users to a custom email form instead of the <EmailForm> component.

<GetNotifiedActionButton href="https://forms.google.com/..." />

Properties

PropertyValueDescription
hrefstring

URL the button links to.

labelstring

Button label text. Defaults to “Get notified”.

size
smallmediumlarge

Button size. Defaults to medium.