Skip to content

Commit

Permalink
Contact forms config changes (#303)
Browse files Browse the repository at this point in the history
* Make sure repo item contact form shows CAPTCHA

* Update Contact Us recipient

* Update site-wide default email
  • Loading branch information
jabrah authored Mar 11, 2022
1 parent 6de27bd commit 2678dfd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
uuid: 52c0c12e-9d55-4eb3-a9de-0f87eb856184
langcode: en
status: true
dependencies: { }
formId: contact_message_repository_item_contact_form
captchaType: default
label: contact_message_repository_item_contact_form
19 changes: 17 additions & 2 deletions codebase/config/sync/contact.form.feedback.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
uuid: 87ae7241-f56d-47c2-b0be-6a28a92533ea
langcode: en
status: true
dependencies: { }
dependencies:
module:
- contact_ajax
- contact_storage
third_party_settings:
contact_ajax:
enabled: false
prefix_id: ''
render_selector: ''
confirmation_type: 1
contact_storage:
submit_text: 'Send message'
show_preview: true
disabled_form_message: 'This contact form has been disabled.'
maximum_submissions_user: 0
page_autoreply_format: plain_text
_core:
default_config_hash: vymHlgJy26BuI5GGj9-IXjwR3dRC5C0tij4BpWJnoqw
id: feedback
label: 'Website feedback'
recipients:
- [email protected]
- [email protected]
reply: ''
weight: 0
message: 'Your message has been sent.'
Expand Down
2 changes: 1 addition & 1 deletion codebase/config/sync/system.site.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
uuid: 1ce19b07-2aa6-4776-ac33-aa45376b3a8f
name: Default
mail: [email protected]
mail: [email protected]
slogan: ''
page:
403: ''
Expand Down

0 comments on commit 2678dfd

Please sign in to comment.