Skip to content

Commit

Permalink
LIB-639 Contact webform confirmation update+CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Feb 26, 2024
1 parent 9ab989e commit 21f4a63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config-yml/webform.webform.contact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ settings:
confirmation_type: message
confirmation_url: '<front>'
confirmation_title: ''
confirmation_message: "<p class=\"h6\">Thank you for your submission.</p>\r\n\r\n<p class=\"mb-0\">Please note that you will only receive a reply if your submitted email is <strong>valid</strong> ([webform_submission:values:email]).</p>"
confirmation_message: "<p class=\"h6\">Thank you for your submission.</p>\r\n\r\n<p class=\"mb-0\">Please note that you will only receive a reply if your submitted email, <mark>[webform_submission:values:email]</mark>, is valid.</p>"
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''
Expand Down
4 changes: 1 addition & 3 deletions config-yml/webform.webform.your_comments_and_suggestions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ settings:
submission_exclude_empty: false
submission_exclude_empty_checkbox: false
submission_views: { }
submission_views_replace:
webform_routes: { }
node_routes: { }
submission_views_replace: { }
submission_user_columns: { }
submission_user_duplicate: false
submission_access_denied: default
Expand Down
10 changes: 10 additions & 0 deletions custom/themes/lib_unb_ca/src/scss/overrides/_webforms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,16 @@ form.theme-dark>.webform-elements>.form-group>fieldset>legend {
font-weight: bold;
margin-bottom: 1.5rem;
}

.alert-success {
mark {
background-color: inherit;
color: #743944;
font-size: 95%;
font-weight: bold;
}
}

/* Webform 6.x Progress Tracker */
.webform-progress-tracker {
margin: 0.5rem 10%;
Expand Down

0 comments on commit 21f4a63

Please sign in to comment.