Skip to content

Commit

Permalink
vebt-40 update error message for email Address (#32206)
Browse files Browse the repository at this point in the history
* vebt-40 update error message for meail

* removed dublicate FORM_22_10282 from missingFromVetsJsonSchema

* removed dublicate FORM_22_10282 from missingFromVetsJsonSchema
  • Loading branch information
wafimohamed authored Oct 3, 2024
1 parent eb21373 commit 6c88385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/applications/edu-benefits/10282/config/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import FormHelp from '../components/FormHelp';
import IntroductionPage from '../containers/IntroductionPage';

const { fullName, email, usaPhone } = commonDefinitions;

const formConfig = {
rootUrl: manifest.rootUrl,
urlPrefix: '/',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export const uiSchema = {
'ui:title': 'Email address',
'ui:webComponentField': VaTextInputField,
'ui:errorMessages': {
format:
'Enter a valid email address using the format [email protected]. Your email address can only have letters, numbers, the @ symbol and a period, with no spaces.',
pattern:
'Enter a valid email address using the format [email protected]. Your email address can only have letters, numbers, the @ symbol and a period, with no spaces.',
required: 'Please enter an email address',
},
},
Expand Down

0 comments on commit 6c88385

Please sign in to comment.