0% found this document useful (0 votes)
5 views7 pages

Untitled 1

The document outlines a registration form for the Mahila Money Talks event featuring Dr. Shikha Suman, focusing on customer-centric business models. It includes fields for personal information such as name, city, phone number, email, and business details, along with validation rules for each field. Participants will receive a completion message with joining details after registration.

Uploaded by

s.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views7 pages

Untitled 1

The document outlines a registration form for the Mahila Money Talks event featuring Dr. Shikha Suman, focusing on customer-centric business models. It includes fields for personal information such as name, city, phone number, email, and business details, along with validation rules for each field. Participants will receive a completion message with joining details after registration.

Uploaded by

s.k
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 7

[

{
"label": "Form Banner",
"name": "banner",
"type": "BANNER",
"defaultValue": "https://mahilamoney-community-prod.s3.ap-
south-1.amazonaws.com/posts/064643a1-a46a-454e-a12f-d5f52889afd2MMTShikha.png",
"rules": null,
"options": null,
"dataType": null
},
{
"label": null,
"name": "completionMessage",
"type": "COMPLETION_MSG",
"defaultValue": "<p><p>Thank you for registering for
Mahila Money Talks – <b>Customers Ko Samajhna Hai Zaroori - Jaane Customer-Centric
Business Model Kaise Banayein?</b> with Dr. Shikha Suman.</p><p> You will receive
the joining link via Email & WhatsApp shortly. See you on Friday, December 20th at
3 PM!</p><a href=\"https://mmny.in/R1QQAYPguOb\">Download the Mahila money
App</a></p>",
"rules": null,
"options": null,
"dataType": null
},
{
"label": null,
"name": "description",
"type": "DESCRIPTION",
"defaultValue": "<p style=\"font-weight: 400; font-
size: 17px;\"><p style=\"font-weight: 400; font-size: 17px;\"><i>Aapke customers
kya soch rahe hain? Aur kaise aap unki zarurat ke hisaab se ek successful business
model bana sakti hain?</i></p><p style=\"font-weight: 400; font-size: 17px;\">Learn
how in this edition of Mahila Money Talks as we present</p><strong><p style=\"text-
align: center;\"><span style=\"font-size: 22px;\">Customers Ko Samajhna Hai Zaroori
– Jaane Customer-Centric Model Kaise Banayein</span><br><br><span style=\"font-
size: 18px;\">Friday, 20th December 2024</span><br>3 pm onwards</p></strong><p
style=\"font-weight: 400; font-size: 17px;\">In this session, we will be joined by
<b>Dr. Shikha Suman</b>, a seasoned entrepreneur and founder of Medimojo and
Sampling Research. Dr. Suman has scaled businesses in the Health Tech and Data
Analytics space. Janiye unki entrepreneurial journey aur kaise unhone apne ventures
ko customer-centric approach se scale kiya. Aapke business ko next level par le
jaane ke tips ke liye judiyega is insightful session pe.</p> <p style=\"font-
weight: 400; font-size: 17px;\"><span style=\"color: #3498db; background-color:
rgb(255, 255, 255);\">#MahilaMoneyTalks </span>is a series where accomplished
entrepreneurs share their business journeys, successes, and learnings.</p><p
style=\"font-weight: 400; font-size: 17px; margin-bottom:\">To attend this session,
please register using the form below.</p></p>",
"rules": null,
"options": null,
"dataType": null
},
{
"label": "Full Name",
"name": "fullName",
"type": "TEXTAREA",
"defaultValue": "e.g Aarti Sharma",
"rules": [
{
"name": "required",
"value": null,
"errMsg":
"required."
},
{
"name":
"max_length",
"value":
"15",

"errMsg": "should be under 15 characters"


}
],
"options": null,
"dataType": null
},
{
"label": "City",
"name": "city",
"type": "TEXTAREA",
"defaultValue": "e.g Delhi",
"rules": [
{
"name": "required",
"value": null,
"errMsg":
"required."
},
{
"name":
"max_length",
"value":
"20",

"errMsg": "maximum 20 characters allowed"


}
],
"options": null,
"dataType": null
},
{
"label": "Phone number",
"name": "phone",
"type": "TEXTAREA",
"defaultValue": "phone number without +91",
"rules": [
{
"name": "required",
"value": null,

"errMsg": "required."
},
{
"name":
"max_length",

"value": "10",
"errMsg": "number should be 10 digits"
},
{
"name":
"min_length",

"value": "10",

"errMsg": "number should be 10 digits"


},
{

"name": "regex",

"value": "^[7-9][0-9]{9}$",

"errMsg": "number should start from 7-9 and of 10 digits"


}
],
"options": null,
"dataType": "integer"
},
{
"label": "Email address",
"name": "email",
"type": "TEXTAREA",
"defaultValue": "[email protected]",
"rules": [
{
"name": "required",
"value": null,

"errMsg": "required."
},
{
"name":
"regex",

"errMsg": "required."

],

"options": null,

"dataType": "consent"
}
]

"errMsg": "required."
}
],
"options": null,
"dataType": "consent"
}
]
}
]
}

"value": "^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.
[a-zA-Z]{2,9}$",

"errMsg": "email pattern is incorrect"


}
],
"options": null,
"dataType": null
},
{
"label": "Name of your business",
"name": "nameOfYourBusiness",
"type": "TEXTAREA",
"defaultValue": "",
"rules": [
{
"name": "required",
"value":
null,

"errMsg": "required."
}
],
"options": null,
"dataType": null
},
{
"label": "Website",
"name": "website",
"type": "TEXTAREA",
"defaultValue": "",
"rules": null,
"options": null,
"dataType": null
},
{
"label": "Any questions for Shikha?",
"name": "anyQuestionsForShikha",
"type": "TEXTAREA",
"defaultValue": "",
"rules": null,
"options": null,
"dataType": null
},
{
"label": "<p><i data-stringify-type=\"italic\"
style=\"box-sizing: inherit; color: rgb(209, 210, 211); font-family: Slack-Lato,
Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-variant-ligatures:
common-ligatures; font-variant-caps: normal; font-weight: 400; letter-spacing:
normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal;
background-color: rgb(34, 37, 41); text-decoration-thickness: initial; text-
decoration-style: initial; text-decoration-color: initial;\"><span style=\"color:
rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">By providing my personal
information as requested here, I specifically consent to such
information&nbsp;</span></i><i data-stringify-type=\"italic\" style=\"box-sizing:
inherit; color: rgb(209, 210, 211); font-family: Slack-Lato, Slack-Fractions,
appleLogo, sans-serif; font-size: 15px; font-variant-ligatures: common-ligatures;
font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2;
text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing:
0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(34,
37, 41); text-decoration-thickness: initial; text-decoration-style: initial; text-
decoration-color: initial;\"><span style=\"color: rgb(0, 0, 0); background-color:
rgb(255, 255, 255);\">being collected and stored by Mahila Money in line with
applicable law. I acknowledge that such&nbsp;</span></i><i data-stringify-
type=\"italic\" style=\"box-sizing: inherit; color: rgb(209, 210, 211); font-
family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-
variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: 400;
letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-
transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
white-space: normal; background-color: rgb(34, 37, 41); text-decoration-thickness:
initial; text-decoration-style: initial; text-decoration-color: initial;\"><span
style=\"color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);\">information
may be used by Mahila Money to contact me for marketing purposes. For
further&nbsp;</span></i><i data-stringify-type=\"italic\" style=\"box-sizing:
inherit; color: rgb(209, 210, 211); font-family: Slack-Lato, Slack-Fractions,
appleLogo, sans-serif; font-size: 15px; font-variant-ligatures: common-ligatures;
font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2;
text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing:
0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(34,
37, 41); text-decoration-thickness: initial; text-decoration-style: initial; text-
decoration-color: initial;\"><span style=\"color: rgb(0, 0, 0); background-color:
rgb(255, 255, 255);\">information or to opt out, please visit
our&nbsp;</span></i><a href=\"https://www.mahila.money/privacy-policy\"
target=\"_blank\" rel=\"noopener noreferrer\"><i data-stringify-type=\"italic\"
style=\"box-sizing: inherit; color: rgb(209, 210, 211); font-family: Slack-Lato,
Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-variant-ligatures:
common-ligatures; font-variant-caps: normal; font-weight: 400; letter-spacing:
normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none;
widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal;
background-color: rgb(34, 37, 41); text-decoration-thickness: initial; text-
decoration-style: initial; text-decoration-color: initial;\"><span style=\"color:
#3498db; background-color: rgb(255, 255, 255);\">privacy policy</span></i></a><i
data-stringify-type=\"italic\" style=\"box-sizing: inherit; color: rgb(209, 210,
211); font-family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size:
15px; font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-
weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent:
0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width:
0px; white-space: normal; background-color: rgb(34, 37, 41); text-decoration-
thickness: initial; text-decoration-style: initial; text-decoration-color:
initial;\"><span style=\"color: rgb(0, 0, 0); background-color: rgb(255, 255,
255);\">&nbsp;&amp;&nbsp;</span></i><a href=\"https://www.mahila.money/terms-and-
conditions\" target=\"_blank\" rel=\"noopener noreferrer\"><i data-stringify-
type=\"italic\" style=\"box-sizing: inherit; color: rgb(209, 210, 211); font-
family: Slack-Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-
variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight: 400;
letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-
transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
white-space: normal; background-color: rgb(34, 37, 41); text-decoration-thickness:
initial; text-decoration-style: initial; text-decoration-color: initial;\"><span
style=\"color: #3498db; background-color: rgb(255, 255, 255);\">terms and
conditions</span></i></a><span style=\"color: rgb(0, 0, 0); font-family: Slack-
Lato, Slack-Fractions, appleLogo, sans-serif; font-size: 15px; font-style: normal;
font-variant-ligatures: common-ligatures; font-variant-caps: normal; font-weight:
400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-
transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px;
white-space: normal; background-color: rgb(255, 255, 255); text-decoration-
thickness: initial; text-decoration-style: initial; text-decoration-color: initial;
float: none; display: inline !important;\">.</span></p>",
"name": "By providing my personal information
as requested here, I specifically consent to such information being collected and
stored by Mahila Money in line with applicable law. I acknowledge that such
information may be used by Mahila Money to contact me for marketing purposes. For
further information or to opt out, please visit our privacy policy & terms and
conditions.",
"type": "CHECKBOX",
"defaultValue": "unchecked",
"rules": [
{
"name":
"required",

"value": null,

"errMsg": "required."
}
],
"options": null,
"dataType": "consent"
}
]
"errMsg": "required."
}
],
"options": null,
"dataType": "consent"
}
]
}
]
}

}
]
}
}
}
}
]
}
}
}
]
}
}
}
}
}
]
}
}
}
]
}
}
}
]
}
}
}
}
]

You might also like