Fixed the issue by upgrading the selfasserted page version to 2.1.26(latest version)
How to include field name in custom azure ad b2c Error Message
Saroj Nanda
0
Reputation points
Currently a generic error message is displayed for signup page required fields."This Information is required".
I tried using localisation to configure required_field error message and UserMessageIfMissingRequiredElement , but still the field name is not getting assigned.
<LocalizedString ElementType="UxElement" StringId="required_field">This information is required.{0}</LocalizedString>
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMissingRequiredElement">Error in validation by: {0}</LocalizedString>
Is there a way to include field name in required field error message.
1 answer
Sort by: Most helpful
-
Saroj Nanda 0 Reputation points
2023-11-02T13:01:08.92+00:00