Discover Personalized
Care at
HappyLife Clinics
Experience personalized well-being at HappyLife Clinics, blending advanced technology with holistic care. Book your tailored health assessment according to slot timiings.
- Monday to Sunday
- Morning: 11:00 AM to 2:00 PM
- Evening: 5:00 PM to 9:00 PM
{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_name"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_phone"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":false,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="gender"
as=${html``}
/>
<${props.Select}
className=${"mf-input mf-input-select " + ( validation.errors['booking_doctor'] ? 'mf-invalid' : '' )}
classNamePrefix="mf_select"
name="booking_doctor"
placeholder="${ parent.decodeEntities(`Select a treatment`) } "
isSearchable=${false}
options=${[{"label":" Homeopathy Treatment","value":"James Alexander","isDisabled":false},{"label":"Hair Treatment","value":"Andrew Sebastian","isDisabled":false},{"label":"Skin Treatment","value":"Andrew Sebastian","isDisabled":false}]}
value=${parent.getValue("booking_doctor") ? [{"label":" Homeopathy Treatment","value":"James Alexander","isDisabled":false},{"label":"Hair Treatment","value":"Andrew Sebastian","isDisabled":false},{"label":"Skin Treatment","value":"Andrew Sebastian","isDisabled":false}].filter(item => item.value === parent.getValue("booking_doctor"))[0] : []}
onChange=${(e)=> parent.handleSelect(e, "booking_doctor")}
ref=${() => {
register({ name: "booking_doctor" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true}));
if ( parent.getValue("booking_doctor") === '' && false ) {
parent.setValue( 'booking_doctor', '', true );
parent.handleChange({
target: {
name: 'booking_doctor',
value: ''
}
});
}
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_doctor"
as=${html``}
/>
<${props.Flatpickr}
name="booking_date"
className="mf-input mf-date-input mf-left-parent "
placeholder="${ parent.decodeEntities(`Appointment Date`) } "
options=${{"minDate":"yes","maxDate":"","dateFormat":"m-d-Y","enableTime":"","disable":[],"mode":"single","static":true,"disableMobile":true,"time_24hr":false}}
value=${parent.getValue('booking_date')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['booking_date'] ? 'true' : 'false'}
ref=${el => props.DateWidget(
el,
'',
{"message":"This field is required.","required":true},
register,
parent
)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_date"
as=${html``}
/>
<${props.Flatpickr}
name="booking_time"
className="mf-input mf-date-input mf-time-input mf-left-parent "
placeholder="${ parent.decodeEntities(`Select Time`) } "
options=${{"enableTime":true,"dateFormat":"h:i K","noCalendar":true,"time_24hr":false,"static":true}}
value=${parent.getValue('booking_time')}
onInput=${parent.handleDateTime}
aria-invalid=${validation.errors['booking_time'] ? 'true' : 'false'}
ref=${
el => {
if( el && el.node.nextSibling ) {
if( el.props.value.trim().length ) {
el.node.nextSibling.classList.add('value-found');
}else {
el.node.nextSibling.classList.remove('value-found');
}
}
register({ name: "booking_time" }, parent.activateValidation({"message":"This field is required.","required":true}))
}
}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_time"
as=${html``}
/>
<${props.Select}
isOptionDisabled=${option => option.mf_input_option_status === 'disabled'}
className=${"mf-input mf-input-multiselect " + ( validation.errors[''] ? 'mf-invalid' : '' )}
classNamePrefix="mf_multiselect"
value=${parent.getValue("") && [{"label":"Morning: 11:00 AM to 12:00 AM","value":"Morning: 11:00 AM to 12:00 AM","_id":"66e1e0b","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Afternoon: 12:00 AM to 1:00 AM","value":"Afternoon: 12:00 AM to 1:00 AM","_id":"bd21b19","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Afternoon: 1:00 AM to 2:00 AM","value":"Afternoon: 1:00 AM to 2:00 AM","_id":"6699ce5","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 5:00 PM to 6:00 PM","value":"Evening: 5:00 PM to 6:00 PM","_id":"cf1dd02","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 6:00 PM to 7:00 PM","value":"Evening: 6:00 PM to 7:00 PM","_id":"045dc95","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 7:00 PM to 8:00 PM","value":"Evening: 7:00 PM to 8:00 PM","_id":"b03c30f","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 8:00 PM to 9:00 PM","value":"Evening: 8:00 PM to 9:00 PM","_id":"aaacc63","mf_input_option_status":"","mf_input_option_selected":""}].filter(item => {
if(parent.state.formData[''] && parent.state.formData[''].indexOf(item.value) != -1 ){
return item;
}
})}
name=''
placeholder="${ parent.decodeEntities(`Select Time`) } "
options=${[{"label":"Morning: 11:00 AM to 12:00 AM","value":"Morning: 11:00 AM to 12:00 AM","_id":"66e1e0b","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Afternoon: 12:00 AM to 1:00 AM","value":"Afternoon: 12:00 AM to 1:00 AM","_id":"bd21b19","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Afternoon: 1:00 AM to 2:00 AM","value":"Afternoon: 1:00 AM to 2:00 AM","_id":"6699ce5","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 5:00 PM to 6:00 PM","value":"Evening: 5:00 PM to 6:00 PM","_id":"cf1dd02","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 6:00 PM to 7:00 PM","value":"Evening: 6:00 PM to 7:00 PM","_id":"045dc95","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 7:00 PM to 8:00 PM","value":"Evening: 7:00 PM to 8:00 PM","_id":"b03c30f","mf_input_option_status":"","mf_input_option_selected":""},{"label":"Evening: 8:00 PM to 9:00 PM","value":"Evening: 8:00 PM to 9:00 PM","_id":"aaacc63","mf_input_option_status":"","mf_input_option_selected":""}]}
onChange=${(el) => {
setValue("", '');
if(el != null){
setValue("", el, true);
}
parent.multiSelectChange(el, '');
}}
ref=${() => {
register({ name: "" }, parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":false}));
if(parent.state?.submitted !== true){
if ( parent.getValue("") === '' && false ) {
parent.setValue( '', '[]');
parent.multiSelectChange('[]', '');
}
}
}}
isMulti
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name=""
as=${html``}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="booking_message"
as=${html``}
/>
![IMG-20240117-WA0023](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0023.jpg)
![IMG-20240117-WA0025](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0025.jpg)
![IMG-20240117-WA0026](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0026.jpg)
![IMG-20240117-WA0022](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0022.jpg)
![IMG-20240117-WA0014](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0014.jpg)
![IMG-20240117-WA0016](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0016.jpg)
![IMG-20240117-WA0015](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0015.jpg)
![IMG-20240117-WA0017](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0017.jpg)
![IMG-20240117-WA0018](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0018.jpg)
![IMG-20240117-WA0020](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0020.jpg)
![IMG-20240117-WA0019](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0019.jpg)
![IMG-20240117-WA0024](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0024.jpg)
![IMG-20240117-WA0021](https://www.happylifeclinics.com/wp-content/uploads/2024/01/IMG-20240117-WA0021.jpg)
Get in Touch
Ready to start your journey to a happier, healthier you? Reach out and let's connect at HappyLife Clinics!
Address
Happylife Homeopathy and Cosmetic Clinic
SH1, 104, Pink City commercial,
Pink City Road, Wakad, Pune 411057
Opening Hours
- Moday to Sunday
- Morning: 11:00 AM to 2:00 PM
- Evening: 5:00 PM to 9:00 PM
Visit by appointment only .
{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="contact_name"
as=${html``}
/>
parent.activateValidation({"message":"This field is required.","emailMessage":"Please enter a valid Email address","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="contact_email"
as=${html``}
/>
{
parent.activateValidation({"message":"This field is required.","minLength":1,"maxLength":"","type":"none","required":true,"expression":"null"}, el)
}}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="contact_phone"
as=${html``}
/>
<${validation.ErrorMessage}
errors=${validation.errors}
name="contact_message"
as=${html``}
/>