You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like you're encountering two separate issues with the registration form:
"Family Head Name" not auto-updating: This issue suggests there might be a problem with the form's functionality where the "Family Head Name" field is not automatically updating as expected. This could be due to a scripting error or a database issue. To troubleshoot this, you might want to check the code responsible for populating this field and ensure that it's functioning correctly. Additionally, verify if the necessary data is being fetched and processed correctly from the database.
Problem with entering age in days: If you're unable to input an age greater than 150 days in the form, it indicates a limitation or validation rule within the form's design. To address this, you'll need to adjust the validation settings or form logic to allow for higher values for age in days. This might involve modifying the form's code or configuration settings.
To address these issues effectively:
Review the form's codebase or configuration settings to identify any errors or limitations related to the "Family Head Name" field auto-updating and age input.
Debug the code to ensure that data is being handled correctly and that any limitations on age input are appropriate for your use case.
Test the form thoroughly after making any adjustments to ensure that the issues have been resolved without introducing new problems.
If you're unable to resolve the issues on your own, consider reaching out to the development team responsible for maintaining the form or seeking assistance from a technical support specialist. Provide them with detailed information about the issues you're encountering, including any error messages or unexpected behaviors.
Environment: Windows 11; Firefox 120.0.1, Chrome 120.0.6099.72, Edge 120.0.2210.61
To view the form go:
NHIF -> Patient List -> New Insurance Patient
pictures
The text was updated successfully, but these errors were encountered: