[
	{
		"Step": "1",
		"StepId": "stp_personneldetails",
		"NextStep": "stp_otpdetails",
		"PreviousStep": "",
		"Title": "Please share your basic details",
		"Fields": [
			{
				"Name": "FirstName",
				"Label": "First Name",
				"Type": "text",
				"Placeholder": "Enter your first name",
				"Required": true,
				"HelpText": "This will be used for your profile."
			},
			{
				"Name": "LastName",
				"Label": "Last Name",
				"Type": "text",
				"Placeholder": "Enter your last name",
				"Required": true
			},
			{
				"Name": "Email",
				"Label": "Official Email ID",
				"Type": "email",
				"Placeholder": "you@example.com",
				"Required": true
			},
			{
				"Name": "MobileNumber",
				"Label": "Mobile No.",
				"Type": "text",
				"Placeholder": "9123******",
				"Required": true
			}
		]
	},
	{
		"Step": "2",
		"Title": "Please enter your OTP here",
		"StepId": "stp_otpdetails",
		"NextStep": "stp_organizationdetails",
		"PreviousStep": "stp_personneldetails",
		"Fields": [
			{
				"Name": "OTP",
				"Label": "OTP",
				"Type": "otp",
				"Required": true,
				"Placeholder": "Enter OTP here",
				"HelpText": "We have sent an OTP to your email, SMS, or WhatsApp. Please check and enter it to continue."
			}
		]
	},
	{
		"Step": "3",
		"Title": "Your Organization's Details",
		"StepId": "stp_organizationdetails",
		"NextStep": "stp_industrydetails",
		"PreviousStep": "stp_otpdetails",
		"Fields": [
			{
				"Name": "Organization",
				"Label": "Organization Name",
				"Type": "text",
				"Required": true,
				"Placeholder": "Enter organization name"
			},
			{
				"Name": "Organizationwebsiteurl",
				"Label": "Organization website URL",
				"Type": "text",
				"Required": true,
				"Placeholder": "https://www.violetinfo.com/"
			}
		]
	},
	{
		"Step": "4",
		"Title": "Select the industry your organization represents.",
		"StepId": "stp_industrydetails",
		"NextStep": "stp_expectedusercountdetails",
		"PreviousStep": "stp_organizationdetails",
		"EnableOtherToText": true,
		"Fields": [
			{
				"Name": "Industry",
				"Label": "Select industry",
				"Type": "select",
				"Options": [
					"Airlines / Aviation",
					"Banking",
					"Consulting / Consultancy",
					"Consumer Durables & Electronics",
					"E-commerce / E-tail",
					"Education / Training",
					"Events & Entertainment",
					"Export & Import",
					"Fashion & Apparels",
					"FMCG",
					"Food & Beverages",
					"Health & Fitness",
					"Healthcare",
					"Hospitality",
					"Information Technology",
					"Infrastructure & Consulting",
					"Insurance",
					"Manpower Services",
					"Manufacturing & Engineering",
					"Media",
					"NGO",
					"Non Banking Financial Corporation",
					"Oil, Gas & Energy",
					"Pharmaceutical",
					"Real Estate / Construction",
					"Retail",
					"Securities & Asset Under Management",
					"Telecom",
					"Travel & Tourism",
					"Other"
				],
				"Required": true
			}
		]
	},
	{
		"Step": "5",
		"Title": "How many users are you expecting to start with?",
		"StepId": "stp_expectedusercountdetails",
		"NextStep": "stp_nameforyourplatformdetails",
		"PreviousStep": "stp_industrydetails",
		"Fields": [
			{
				"Name": "ExpectedUserCount",
				"Label": "User Count",
				"Type": "range",
				"Required": true,
				"Placeholder": "Enter Expected User Count"
			}
		]
	},
	{
		"Step": "6",
		"Title": "Suggest a name for your platform",
		"StepId": "stp_nameforyourplatformdetails",
		"NextStep": "stp_logoforyourplatformdetails",
		"PreviousStep": "stp_expectedusercountdetails",
		"Fields": [
			{
				"Name": "PlatformName",
				"Label": "",
				"Type": "platformnames",
				"Required": true,
				"Placeholder": "Prefer a different name? Type your own..."
			}
		]
	},
	{
		"Step": "7",
		"Title": "Our AI will fetch your company logo for displaying on the platform.",
		"StepId": "stp_logoforyourplatformdetails",
		"NextStep": "stp_colorforyourplatformdetails",
		"PreviousStep": "stp_nameforyourplatformdetails",
		"Fields": [
			{
				"Name": "PlatformLogo",
				"Label": "Logo Fetched by VGen AI",
				"Type": "browse",
				"Required": true,
				"Placeholder": "",
				"HelpText": "Only SVG, JPEG, JPG, PNG, WEBP files allowed.\nMaximum file size: 500KB\nMaximum filename length: 255 characters\nValid characters: letters, numbers, and common symbols"
			}
		]
	},
	{
		"Step": "8",
		"Title": "We've created a colour palette inspired by your website",
		"StepId": "stp_colorforyourplatformdetails",
		"NextStep": "stp_communicationmediumintegration",
		"PreviousStep": "stp_logoforyourplatformdetails",
		"Fields": [
			{
				"Name": "PrimaryColor",
				"Label": "Primary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": true
			},
			{
				"Name": "SecondaryColor",
				"Label": "Secondary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": false
			},
			{
				"Name": "TertiaryColor",
				"Label": "Tertiary",
				"Type": "color",
				"Required": true,
				"Placeholder": "",
				"IsRecommended": false
			}
		]
	},
	{
		"Step": "9",
		"Title": "Choose your preferred communication channels for learner engagement",
		"StepId": "stp_communicationmediumintegration",
		"NextStep": "stp_hrmsplatformintegration",
		"PreviousStep": "stp_colorforyourplatformdetails",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "communicationmediumintegration",
				"Label": "Choose communication medium",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "Email",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/email.svg",
						"Features": ""
					},
					{
						"Name": "SMS",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/sms.svg",
						"Features": ""
					},
					{
						"Name": "WhatsApp",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/whatsapp.svg",
						"Features": ""
					},
					{
						"Name": "In App Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/inapp.svg",
						"Features": ""
					},
					{
						"Name": "Push Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/push.svg",
						"Features": ""
					},
					{
						"Name": "Desktop Notification",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/desktop.svg",
						"Features": ""
					},
					{
						"Name": "MS Teams Notification",
						"Info": {
							"Title": "comingsoon",
							"Description": "Coming Soon"
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": "",
				"defaultValue": "Email"
			}
		]
	},
	{
		"Step": "10",
		"Title": "Choose your existing HR system for integration",
		"StepId": "stp_hrmsplatformintegration",
		"NextStep": "stp_singlesignonintegration",
		"PreviousStep": "stp_communicationmediumintegration",
		"EnableOtherToText": true,
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "hrmsplatform",
				"Label": "Choose your current HRMS platform",
				"Type": "select",
				"Options": [
					"ADP",
					"Active Directory",
					"Akrivia HCM",
					"BambooHR",
					"Benefitfocus",
					"Breathe",
					"CharlieHR",
					"Ciphr",
					"Darwinbox",
					"Deel",
					"Employment Hero",
					"FactoHR",
					"Factorial",
					"FHR",
					"Formula HR",
					"Google Workspace",
					"GreytHR",
					"Gusto",
					"Hibob",
					"HRMantra",
					"HROne",
					"Humanware",
					"IRIS",
					"Keka HR",
					"Lanteria",
					"MS Entra ID (Azure AD)",
					"My Adrenaline",
					"Namely",
					"Nmbrs",
					"Okta",
					"Optimum HRIS",
					"Oracle Cloud HCM",
					"Oracle HCM",
					"OrangeHRM",
					"Paychex",
					"Paycom",
					"Paycor",
					"Paylocity",
					"PeopleSoft",
					"Personio",
					"Pocket HRMS",
					"Prime Retail",
					"Qandle",
					"Ramco Systems",
					"RazorpayX Payroll",
					"Rippling",
					"Sage HR",
					"Salesforce",
					"SAP SuccessFactors",
					"SesameHR",
					"Spine HR",
					"SumHR",
					"Trinet",
					"UKG Pro",
					"UKG Ready",
					"uKnowva HRMS",
					"Workday",
					"Workline",
					"Xero Payroll",
					"Zenefits",
					"Zimyo",
					"ZingHR",
					"Zoho People",
					"Other"
				],
				"Required": true
			}
		]
	},
	{
		"Step": "11",
		"Title": "Which single sign-on options would you like to integrate?",
		"StepId": "stp_singlesignonintegration",
		"NextStep": "stp_addteammemberforsetupandtesting",
		"PreviousStep": "stp_hrmsplatformintegration",
		"EnableOtherToText": true,
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "singlesignonintegrationtegration",
				"Label": "Choose single sign on method",
				"Type": "cardwithcheckbox",
				"Options": [
					{
						"Name": "ADFS",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/adfs.png",
						"Features": ""
					},
					{
						"Name": "Azure AD",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/azure_ad.png",
						"Features": ""
					},
					{
						"Name": "HRMS Authentication",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/hrms.svg",
						"Features": ""
					},
					{
						"Name": "Okta",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/okta.svg",
						"Features": ""
					},
					{
						"Name": "Google Workspace",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/google_workspace.svg",
						"Features": ""
					},
					{
						"Name": "Apple SSO",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/apple.svg",
						"Features": ""
					},
					{
						"Name": "LinkedIn",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/linkedin.svg",
						"Features": ""
					},
					{
						"Name": "Facebook",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "../../images/facebook.svg",
						"Features": ""
					},
					{
						"Name": "Other",
						"Info": {
							"Title": "",
							"Description": ""
						},
						"ImageUrl": "",
						"Features": ""
					}
				],
				"Required": true,
				"HelpText": "",
				"ButtonText": ""
			}
		]
	},
	{
		"Step": "12",
		"Title": "Invite your team members to collaborate on LMS setup and testing",
		"StepId": "stp_addteammemberforsetupandtesting",
		"NextStep": "stp_productplandetails",
		"PreviousStep": "stp_singlesignonintegration",
		"enableSkipButton": true,
		"Fields": [
			{
				"Name": "TeamMembers",
				"Label": "Team Members",
				"Type": "teamMembers",
				"Required": false,
				"HelpText": "Add team members who will help with setup and testing. You can skip this step if needed."
			}
		]
	},
	{
		"Step": "13",
		"Title": "Choose the product plan that best fits your needs",
		"StepId": "stp_productplandetails",
		"NextStep": "",
		"PreviousStep": "stp_addteammemberforsetupandtesting",
		"Fields": [
			{
				"Name": "ProductPlan",
				"Label": "Product Plan",
				"Type": "puchaseCard",
				"Required": false
			}
		]
	}
]