Adding backend of Student Support, Contact, Request

This commit is contained in:
2026-04-20 16:22:37 +07:00
parent fab72e86a6
commit ac5fa14c97
23 changed files with 3167 additions and 2324 deletions
+70
View File
@@ -0,0 +1,70 @@
{
"metadata": {
"title": "Request Information | LAMS",
"description": "Start your journey with LAMS. Request more information about our affordable, flexible online degree programs.",
"keywords": "request university info, LAMS programs, admissions inquiry, online degree steps",
"ogImage": "/images/og-request.jpg"
},
"hero": {
"badge": "Your Future Starts Here",
"titleMain": "Take the Next Step in Your ",
"titleHighlight": "Career",
"description": "Join thousands of students achieving their goals through our flexible, affordable, and accredited online programs.",
"valueProps": [
{
"icon": "fa-solid fa-piggy-bank",
"title": "Affordable Tuition",
"description": "Learn by monthly subscription or pay-per-course. We believe quality education should be accessible to everyone."
},
{
"icon": "fa-solid fa-clock",
"title": "Flexible Schedules",
"description": "100% online courses designed to fit your busy life. Study when and where it works best for you."
},
{
"icon": "fa-solid fa-certificate",
"title": "Accredited Programs",
"description": "Earn a recognized degree from an institution committed to academic excellence and industry relevance."
}
]
},
"form": {
"heading": "Request Information",
"description": "Fill out the form below and an admissions advisor will contact you within 24 hours.",
"fields": {
"firstName": { "name": "first_name", "label": "First Name", "placeholder": "John", "required": true },
"lastName": { "name": "last_name", "label": "Last Name", "placeholder": "Doe", "required": true },
"email": { "name": "email_address", "label": "Email Address", "placeholder": "john.doe@example.com", "required": true },
"phone": { "name": "phone_number", "label": "Phone Number", "placeholder": "(555) 123-4567", "required": false },
"program": {
"name": "program_id",
"label": "Program of Interest",
"placeholder": "Select a program...",
"required": true,
"options": [
{ "label": "B.S. Computer Science", "value": "bs-cs" },
{ "label": "B.S. Business Administration", "value": "bs-ba" },
{ "label": "B.A. Psychology", "value": "ba-psych" },
{ "label": "Master of Business Administration (MBA)", "value": "mba" },
{ "label": "M.S. Data Science", "value": "ms-ds" },
{ "label": "Digital Marketing Certificate", "value": "cert-dm" }
]
},
"timeline": {
"name": "start_timeline",
"label": "Start Timeline",
"options": [
{ "label": "Immediately", "value": "immediate" },
{ "label": "1-3 Months", "value": "1-3-months" },
{ "label": "3-6 Months", "value": "3-6-months" },
{ "label": "Undecided", "value": "undecided" }
]
}
},
"consentText": "By submitting this form, I consent to receive emails, texts, and calls from LAMS regarding educational programs. I understand consent is not required to enroll.",
"submitLabel": "Get Information Now",
"footerText": "Your information is secure and encrypted.",
"successMessage": "Your request has been submitted successfully! An advisor will reach out to you within 24 hours.",
"errorMessage": "There was an error submitting your request. Please check your information and try again."
}
}