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
On the child registration page, upon selecting the person to receive the vaccine reminder SMS it should validate whether the person's(mother/father) phone number has been captured , currently there is no validation at all
This implementation should be inlign with data dictionary line 54
Implementation steps
When the father has been selected to receive SMS reminders and the form is submitted, a validation should kick in to check whether the father's phone number has been entered, it should show an error message if the validation fails.
When the mother has been selected to receive SMS reminders and the form is submitted, a validation should kick in to check whether the mother's phone number has been entered, it should show an error message if the validation fails.
When both the father and mother have been selected to receive SMS reminders and the form is submitted, a validation should kick in to check whether the both the mother and father phone numbers have been entered, it should show an error message if the validation fails.
When none has been selected to receive SMS reminders and the form is submitted, there should not be a validation rule applied
The text was updated successfully, but these errors were encountered:
On the child registration page, upon selecting the person to receive the vaccine reminder SMS it should validate whether the person's(mother/father) phone number has been captured , currently there is no validation at all
This implementation should be inlign with data dictionary line 54
Implementation steps
The text was updated successfully, but these errors were encountered: