Skip to content

Commit

Permalink
PXBF-2088-life-event-form-error-message: add error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gchi25 committed Jan 28, 2025
1 parent 4c4d138 commit 42e6d30
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ public function buildCriteriaFieldset($criteria) {
"legend" => $criteria->get('field_b_legend')->value ?? "",
"required" => $criteria->get('field_b_required')->value ? TRUE : FALSE,
"hint" => $criteria->get('field_b_hint')->value ?? "",
"errorMessage" => $criteria->get('field_b_error_message')->value ?? "",
];

// Build inputCriteria.
Expand Down

0 comments on commit 42e6d30

Please sign in to comment.