Add contact form updates and change mailer

This commit is contained in:
Christopher Thompson 2020-04-29 14:32:19 -04:00
parent 5de5aac641
commit 2be84e7d55
31 changed files with 193 additions and 24 deletions

View file

@ -0,0 +1,19 @@
uuid: 6a2ad6d2-8940-4fa9-8101-44700971ce85
langcode: en
status: true
dependencies:
module:
- mailsystem
id: config_sync.module.mailsystem
snapshotSet: config_sync
extensionType: module
extensionName: mailsystem
items:
-
collection: ''
name: mailsystem.settings
data:
theme: current
defaults:
sender: php_mail
formatter: php_mail

View file

@ -0,0 +1,39 @@
uuid: 82ed1c8a-055b-4762-9ee4-14fe4465ce79
langcode: en
status: true
dependencies:
module:
- swiftmailer
id: config_sync.module.swiftmailer
snapshotSet: config_sync
extensionType: module
extensionName: swiftmailer
items:
-
collection: ''
name: swiftmailer.message
data:
format: text/plain
filter_format: plain_text
respect_format: true
convert_mode: false
character_set: UTF-8
-
collection: ''
name: swiftmailer.transport
data:
transport: native
smtp_host: 127.0.0.1
smtp_port: 25
smtp_encryption: ''
smtp_credential_provider: swiftmailer
smtp_credentials:
swiftmailer:
username: ''
password: ''
key:
username: ''
password: ''
sendmail_path: /usr/sbin/sendmail
sendmail_mode: bs
spool_directory: ''

View file

@ -96,6 +96,7 @@ module:
link: 0 link: 0
locale: 0 locale: 0
mailchimp: 0 mailchimp: 0
mailsystem: 0
markdown: 0 markdown: 0
menu_block: 0 menu_block: 0
menu_trail_by_path: 0 menu_trail_by_path: 0
@ -133,6 +134,7 @@ module:
skins: 0 skins: 0
social_media_links: 0 social_media_links: 0
statistics: 0 statistics: 0
swiftmailer: 0
syslog: 0 syslog: 0
system: 0 system: 0
taxonomy: 0 taxonomy: 0

View file

@ -15,3 +15,7 @@ display:
fields: fields:
entity_label: entity_label:
label: Entidad label: Entidad
arguments:
fid:
exception:
title: Todo(s)

View file

@ -1,3 +1,9 @@
display: display:
default:
display_options:
arguments:
gid:
exception:
title: Todo(s)
page_1: page_1:
display_title: Página display_title: Página

View file

@ -4,6 +4,10 @@ display:
fields: fields:
name: name:
label: Usuario label: Usuario
arguments:
gid:
exception:
title: Todo(s)
title: Miembros title: Miembros
page_1: page_1:
display_title: Página display_title: Página

View file

@ -6,5 +6,9 @@ display:
label: Título label: Título
status: status:
label: Estado label: Estado
arguments:
gid:
exception:
title: Todo(s)
page_1: page_1:
display_title: Página display_title: Página

View file

@ -0,0 +1,7 @@
display:
default:
display_options:
arguments:
similar_nid:
exception:
title: Todo(s)

View file

@ -1,3 +1,9 @@
display: display:
default:
display_options:
arguments:
tid:
exception:
title: Todo(s)
page_1: page_1:
display_title: Página display_title: Página

View file

@ -2,6 +2,8 @@ display:
default: default:
display_options: display_options:
fields: fields:
name:
label: 'Nombre de usuario'
status: status:
label: Estado label: Estado
filters: filters:

View file

@ -4,6 +4,10 @@ display:
fields: fields:
created: created:
label: Creado label: Creado
arguments:
in_draft:
exception:
title: Todo(s)
embed_administer: embed_administer:
display_options: display_options:
fields: fields:

View file

@ -0,0 +1,11 @@
theme: current
defaults:
sender: swiftmailer
formatter: swiftmailer
_core:
default_config_hash: IhwTepsVwtbtbcT5GzQKhCXDCRvbk3MNkWqPiuiZ10s
modules:
swiftmailer:
none:
formatter: swiftmailer
sender: swiftmailer

View file

@ -0,0 +1,7 @@
format: text/html
filter_format: plain_text
respect_format: false
convert_mode: false
character_set: UTF-8
_core:
default_config_hash: cMBhfAJB7-sK5yjwcEvT-QkAPFfTj2jEPpjlB5qlXW8

View file

@ -0,0 +1,17 @@
transport: native
smtp_host: 127.0.0.1
smtp_port: 25
smtp_encryption: ''
smtp_credential_provider: swiftmailer
smtp_credentials:
swiftmailer:
username: ''
password: ''
key:
username: ''
password: ''
sendmail_path: /usr/sbin/sendmail
sendmail_mode: bs
spool_directory: ''
_core:
default_config_hash: 0dJfQivKgyEp-S8D6gSRTBbpRFApE3VkpltnPMBQ5OY

View file

@ -1,5 +1,4 @@
interface: interface:
default: php_mail default: php_mail
webform: webform_php_mail
_core: _core:
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE

View file

@ -1,3 +1,4 @@
uuid: 23478458-4054-4226-beac-4aa007c044c3
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -196,4 +197,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: 23478458-4054-4226-beac-4aa007c044c3

View file

@ -1,3 +1,4 @@
uuid: d57a0f50-13eb-4c78-a398-7d685d50322f
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -189,4 +190,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: d57a0f50-13eb-4c78-a398-7d685d50322f

View file

@ -1,3 +1,4 @@
uuid: 1270ffba-cf31-4bfc-8eb3-a5192a1d47ea
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -209,4 +210,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: 1270ffba-cf31-4bfc-8eb3-a5192a1d47ea

View file

@ -1,9 +1,12 @@
uuid: 334440fc-4195-4388-bd1d-c9d22c37c496
langcode: en langcode: en
status: open status: open
dependencies: dependencies:
enforced: enforced:
module: module:
- webform - webform
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
open: null open: null
close: null close: null
weight: 0 weight: 0
@ -250,6 +253,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: 334440fc-4195-4388-bd1d-c9d22c37c496
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww

View file

@ -1,3 +1,4 @@
uuid: 9b05041e-37e3-4ee5-ab00-2faa67fdb9f3
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -194,4 +195,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: 9b05041e-37e3-4ee5-ab00-2faa67fdb9f3

View file

@ -1,3 +1,4 @@
uuid: 439948f3-c134-40f5-a8a2-2c2b834e4cf9
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -196,4 +197,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: 439948f3-c134-40f5-a8a2-2c2b834e4cf9

View file

@ -1,3 +1,4 @@
uuid: 31bef3a4-a584-4234-bd2f-ab081d1d5704
langcode: en langcode: en
status: open status: open
dependencies: dependencies:
@ -203,4 +204,3 @@ handlers:
interest_groups: { } interest_groups: { }
control: '' control: ''
variants: { } variants: { }
uuid: 31bef3a4-a584-4234-bd2f-ab081d1d5704

View file

@ -1,3 +1,4 @@
uuid: e00580b9-1381-408d-8ddc-e8314675680e
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -179,4 +180,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: e00580b9-1381-408d-8ddc-e8314675680e

View file

@ -1,3 +1,4 @@
uuid: 51839431-8d15-4b15-b7e6-e0a70dd6f679
langcode: en langcode: en
status: open status: open
dependencies: dependencies:
@ -203,4 +204,3 @@ handlers:
interest_groups: { } interest_groups: { }
control: '' control: ''
variants: { } variants: { }
uuid: 51839431-8d15-4b15-b7e6-e0a70dd6f679

View file

@ -1,3 +1,4 @@
uuid: c45ac27c-cac5-4fc1-9413-f8d60fdd2fbe
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -183,4 +184,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: c45ac27c-cac5-4fc1-9413-f8d60fdd2fbe

View file

@ -1,8 +1,12 @@
uuid: 231b71a1-0001-400f-aa79-b25634c5c04f
langcode: en langcode: en
status: open status: open
dependencies: dependencies:
module: module:
- antibot - antibot
third_party_settings:
antibot:
antibot: true
open: null open: null
close: null close: null
weight: 0 weight: 0
@ -17,20 +21,59 @@ elements: |
event_website: event_website:
'#type': url '#type': url
'#title': 'Event website' '#title': 'Event website'
'#description': 'Optional: The URL of a website with further details of your event.'
event_dates: event_dates:
'#type': datetime '#type': datetime
'#title': 'Event date' '#title': 'Event date'
'#date_date_datepicker_button': false '#date_date_datepicker_button': false
'#date_time_element': none '#date_time_element': none
event_where:
'#type': select
'#title': 'Event Location'
'#options':
Online: Online
'Conference Call': 'Conference Call'
'In Person': 'In Person'
event_location: event_location:
'#type': textfield '#type': textfield
'#title': 'Event location' '#title': 'Event address'
'#states':
visible:
':input[name="event_where"]':
value: 'In Person'
online_video_chat:
'#type': checkbox
'#title': 'Would you like Agaric to provide a video chat for your event?'
'#title_display': before
'#states':
visible:
':input[name="event_where"]':
value: Online
would_you_like_agaric_to_provide_a_video_recording_of_your_event:
'#type': checkbox
'#title': 'Would you like Agaric to provide a video recording of your event?'
'#title_display': before
'#states':
visible:
':input[name="event_where"]':
value: Online
description_of_event: description_of_event:
'#type': textarea '#type': textarea
'#title': 'What should the speaker know about this event?' '#title': 'What should the speaker know about this event?'
budget_for_speaker: budget_for_speaker:
'#type': textfield '#type': textfield
'#title': 'Budget for speaker' '#title': 'Budget for speaker'
i_do_not_have_a_budget_:
'#type': checkbox
'#title': 'I do not have a budget.'
what_is_the_value_to_the_community_:
'#type': textarea
'#title': 'What is the value to the community?'
'#description': 'Please give us an idea of how a chat with us could bring value to your community. A brief description of the topic and why you think it is important will suffice! We do not wish to discourage people that may not have funds in dollars.'
'#states':
visible:
':input[name="i_do_not_have_a_budget_"]':
checked: true
your_name: your_name:
'#type': webform_name '#type': webform_name
'#title': 'Your name' '#title': 'Your name'
@ -58,7 +101,6 @@ elements: |
'#options': '#options':
'Ben Melançon': 'Ben Melançon' 'Ben Melançon': 'Ben Melançon'
'Mauricio Dinarte': 'Mauricio Dinarte' 'Mauricio Dinarte': 'Mauricio Dinarte'
'Clayton Dewey': 'Clayton Dewey'
'Micky Metts': 'Micky Metts' 'Micky Metts': 'Micky Metts'
'David Valdez': 'David Valdez' 'David Valdez': 'David Valdez'
'Christopher Thompson': 'Christopher Thompson' 'Christopher Thompson': 'Christopher Thompson'
@ -271,7 +313,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: 231b71a1-0001-400f-aa79-b25634c5c04f
third_party_settings:
antibot:
antibot: true

View file

@ -1,3 +1,4 @@
uuid: a4189539-46d5-486f-8e0e-ec913e2093e5
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -254,4 +255,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: a4189539-46d5-486f-8e0e-ec913e2093e5

View file

@ -1,3 +1,4 @@
uuid: 69315a59-1746-485d-873a-1815072dd1d0
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -254,4 +255,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: 69315a59-1746-485d-873a-1815072dd1d0

View file

@ -1,3 +1,4 @@
uuid: ab839464-7156-4b3b-a13b-a5502e429e70
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -254,4 +255,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: ab839464-7156-4b3b-a13b-a5502e429e70

View file

@ -1,3 +1,4 @@
uuid: 36bb8d28-cf95-4fe6-a299-aae734f204c9
langcode: en langcode: en
status: closed status: closed
dependencies: { } dependencies: { }
@ -254,4 +255,3 @@ handlers:
theme_name: '' theme_name: ''
parameters: { } parameters: { }
variants: { } variants: { }
uuid: 36bb8d28-cf95-4fe6-a299-aae734f204c9

View file

@ -1,3 +1,4 @@
uuid: 4a93727f-5bc1-4fa5-a8dc-c283d3005c15
langcode: en langcode: en
status: open status: open
dependencies: { } dependencies: { }
@ -207,4 +208,3 @@ access:
permissions: { } permissions: { }
handlers: { } handlers: { }
variants: { } variants: { }
uuid: 4a93727f-5bc1-4fa5-a8dc-c283d3005c15