Hi @monish_gavali,
Thank you for your patience while we investigated this.
We reviewed both the Date of Birth component requirement and the issue with the AEM instance breaking after installing the latest Service Pack and Forms add-on.
Findings
1. Time-bound DOB component The Adaptive Forms Date Picker Core Component supports minimum and maximum date validation, so it can validate whether the selected date falls within an allowed range. However, if the requirement is to prevent users from selecting out-of-range dates directly from the calendar UI, this is not fully supported out of the box and would require a custom customization of the Date Picker Core Component.
For this use case, the recommended approach is to create a custom component based on the Adaptive Forms Core Component framework and use it in the Adaptive Form. This is typically done by extending/customizing the component within the project, rather than modifying product code directly.
2. Missing Forms Core Components under /apps/core/fd On AEM 6.5, not seeing Adaptive Forms Core Components under /apps/core/fd is not necessarily an issue. These components are typically enabled through an AEM Archetype-based project and consumed using the proxy component pattern, rather than being expected as a directly available product-owned structure in /apps/core/fd.
3. Instance breaking after Service Pack / Forms add-on installation The behavior you described is most likely due to a version alignment or installation sequence issue. For AEM 6.5, the supported approach is to:
- install the AEM 6.5 Service Pack first
- then install the matching AEM Forms add-on package for that exact Service Pack level
- allow the instance to fully stabilize before proceeding further
If the Forms add-on does not exactly match the installed Service Pack, or if the installation is interrupted/incomplete, the instance can become unstable or fail to start correctly.
Recommended next steps
We recommend the following:
- Verify the exact AEM 6.5 version and Service Pack installed
- Verify that the Forms add-on package matches that exact Service Pack
- Reinstall using the supported sequence:
- base AEM / confirmed stable instance
- AEM Service Pack
- matching Forms add-on
- Enable Adaptive Forms Core Components using an Archetype-based project
- Implement the DOB field as a custom component built on top of the Adaptive Forms Core Component model if calendar-level date restriction is required
Current recommendation for the DOB requirement
If the immediate goal is functional validation only, you can use the standard Date Picker with min/max validation and custom validation messaging.
If the goal is stronger UX — for example, users should only be able to select eligible DOB values directly from the calendar — then a customized Date Picker / DOB component will be required.
If you can share the following details, we can help validate the setup more precisely:
- AEM version and Service Pack version
- Forms add-on package name/version
- Archetype version being used
- whether this is local/on-prem/AMS
Best regards,