Skip to main content

Confirm Account

confrimAccount is a Web-only template where the user enters their name and email to continue onboarding. It supports supports showing the logo and back button.

confrimAccount example
  {
"type": "confirmAccount",
"stepId": "confirmAccount",
"title": "Let’s save your progress so far and reveal your final results.",
"backgroundColor": "#FFF4EE",
"textColor": "#251C93",
"inputPlaceholderColor": "#B4B4F2",
"inputTextColor": "#251C93",
"inputPlaceholder": "Write here",
"inputType": "text",
"ctaText": "Show my results",
"ctaColor": "#FFF",
"ctaBackgroundColor": "#3425B8",
"ctaHoverBackgroundColor": "#2A1E93",
"backButtonColor": "#FFA133",
"backButtonBackgroundColor": "#FFF",
"backButtonText": "Back",
"emailPlaceholderText": "E-mail",
"namePlaceholderText": "Name",
"invalidEmailMessage": "Please enter a valid email address.",
"logoWithProgressBar": {
"logoImage": "https://www.thefabulous-staging.co/images/shape-logo.png",
"logoWidth": "126px",
"logoWidthMobile": "102px",
"logoHeight": "40px",
"logoHeightMobile": "32px",
"progressBarBackground": "linear-gradient(270deg, #8CDBDF 15.63%, #251C93 83.85%)"
}
},
KeyNotes
typeconfrimAccount
stepIdUnique step id
titleThe title of the template
backgroundColorThe page’s background color.
inputPlaceholderColorThe text color of the placeholder
inputTextColorThe text color of the input text
emailPlaceholderTextText of the email placeholder (e.g Enter your email)
namePlaceholderTextText of the email placeholder (e.g Enter your name)
invalidEmailMessageAn error message that shows up when the user enter an invalid email.
textColorThe main textColor on the page
ctaTextThe text of the main button
ctaColorThe text color of the main button
ctaBackgroundColorThe background color of the main button
ctaHoverBackgroundColorThe background of the main button on hovering.
backButtonTextThe text of the back button
backButtonColorThe text color of the back button
backButtonBackgroundColorThe background color of the back button