Merge branch 'micky-speakerforms' into 'master'
Add webform for speakers See merge request agaric/sites/agaric-com!64
This commit is contained in:
commit
38a80a48ee
7 changed files with 967 additions and 20 deletions
|
@ -144,6 +144,7 @@ module:
|
|||
views_ui: 0
|
||||
viewsreference: 0
|
||||
webform: 0
|
||||
webform_templates: 0
|
||||
webform_ui: 0
|
||||
wysiwyg_linebreaks: 0
|
||||
ds: 1
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
uuid: 96093b9f-56f2-417a-a70a-0348e1fcc7c6
|
||||
langcode: en
|
||||
status: open
|
||||
status: closed
|
||||
dependencies: { }
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: 12
|
||||
template: false
|
||||
template: true
|
||||
archive: false
|
||||
id: public_speaker
|
||||
title: 'Speaker Request - Micky Metts'
|
||||
description: 'Request Micky's presence for a presentation or lecture.'
|
||||
category: ''
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_theme:\n '#type': textfield\n '#title': 'Event theme'\n '#description': 'Is there an overall theme for this event?'\ndescription_of_event:\n '#type': textarea\n '#title': 'Description of event'\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event dates'\n '#date_date_datepicker_button': false\nevent_location:\n '#type': webform_address\n '#title': 'Event location'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nconfirm_your_email:\n '#type': webform_email_confirm\n '#title': 'Confirm your email'\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nspecial_requests:\n '#type': textarea\n '#title': 'Special requests'\nbudget_for_speaker:\n '#type': number\n '#title': 'Budget for speaker'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'"
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'"
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: /your-request-has-been-sent-micky
|
||||
page_submit_path: /people/michele-metts-speaking-request
|
||||
page_confirm_path: /people/michele-metts/speaking-request-received
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
|
@ -97,7 +97,7 @@ settings:
|
|||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: /your-request-has-been-sent-micky
|
||||
confirmation_url: /people/michele-metts/speaking-request-received
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
|
|
265
config/sync/webform.webform.speaker_request_agaric.yml
Normal file
265
config/sync/webform.webform.speaker_request_agaric.yml
Normal file
|
@ -0,0 +1,265 @@
|
|||
uuid: 231b71a1-0001-400f-aa79-b25634c5c04f
|
||||
langcode: en
|
||||
status: open
|
||||
dependencies:
|
||||
module:
|
||||
- antibot
|
||||
third_party_settings:
|
||||
antibot:
|
||||
antibot: true
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: 12
|
||||
template: false
|
||||
archive: false
|
||||
id: speaker_request_agaric
|
||||
title: 'Speaker Request - Agaric'
|
||||
description: 'Request an Agaric's presence for a presentation, workshop or lecture.'
|
||||
category: ''
|
||||
elements: |
|
||||
event_website:
|
||||
'#type': url
|
||||
'#title': 'Event website'
|
||||
event_dates:
|
||||
'#type': datetime
|
||||
'#title': 'Event date'
|
||||
'#date_date_datepicker_button': false
|
||||
'#date_time_element': none
|
||||
event_location:
|
||||
'#type': textfield
|
||||
'#title': 'Event location'
|
||||
description_of_event:
|
||||
'#type': textarea
|
||||
'#title': 'What should the speaker know about this event?'
|
||||
budget_for_speaker:
|
||||
'#type': textfield
|
||||
'#title': 'Budget for speaker'
|
||||
your_name:
|
||||
'#type': webform_name
|
||||
'#title': 'Your name'
|
||||
'#title__access': false
|
||||
'#first__title': 'Your name'
|
||||
'#middle__access': false
|
||||
'#last__access': false
|
||||
'#suffix__access': false
|
||||
'#degree__access': false
|
||||
email:
|
||||
'#type': email
|
||||
'#title': 'Your email'
|
||||
'#required': true
|
||||
phone:
|
||||
'#type': tel
|
||||
'#title': 'Your phone'
|
||||
'#international': true
|
||||
'#international_initial_country': auto
|
||||
additional_info:
|
||||
'#type': textarea
|
||||
'#title': 'Additional information'
|
||||
speaker_s_name:
|
||||
'#type': webform_select_other
|
||||
'#title': 'Select a speaker'
|
||||
'#options':
|
||||
'Ben Melançon': 'Ben Melançon'
|
||||
'Mauricio Dinarte': 'Mauricio Dinarte'
|
||||
'Clayton Dewey': 'Clayton Dewey'
|
||||
'Micky Metts': 'Micky Metts'
|
||||
'David Valdez': 'David Valdez'
|
||||
'Christopher Thompson': 'Christopher Thompson'
|
||||
'#empty_option': Other
|
||||
'#empty_value': Other
|
||||
'#options_randomize': true
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Invite an Agaric to speak'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: ''
|
||||
page_confirm_path: ''
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: 'Agaric is not accepting bookings at this time.'
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: 'Speaker request for Agaric'
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace:
|
||||
webform_routes: { }
|
||||
node_routes: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: false
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: page
|
||||
confirmation_title: 'Thank you for asking an Agaric to speak!'
|
||||
confirmation_message: 'Request an Agaric's presence for a presentation or lecture.'
|
||||
confirmation_url: /your-request-has-been-sent-agaric
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email:
|
||||
id: email
|
||||
label: Email
|
||||
handler_id: email
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform:author:mail]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: _default
|
||||
body: _default
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
245
config/sync/webform.webform.speaker_request_clayton_dewey.yml
Normal file
245
config/sync/webform.webform.speaker_request_clayton_dewey.yml
Normal file
|
@ -0,0 +1,245 @@
|
|||
uuid: a4189539-46d5-486f-8e0e-ec913e2093e5
|
||||
langcode: en
|
||||
status: open
|
||||
dependencies: { }
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: 12
|
||||
template: false
|
||||
archive: false
|
||||
id: speaker_request_clayton_dewey
|
||||
title: 'Speaker Request - Clayton Dewey'
|
||||
description: 'Invite Clayton to speak.'
|
||||
category: ''
|
||||
elements: |
|
||||
event_website:
|
||||
'#type': url
|
||||
'#title': 'Event website'
|
||||
event_dates:
|
||||
'#type': datetime
|
||||
'#title': 'Event date'
|
||||
'#date_date_datepicker_button': false
|
||||
'#date_time_element': none
|
||||
event_location:
|
||||
'#type': textfield
|
||||
'#title': 'Event location'
|
||||
description_of_event:
|
||||
'#type': textarea
|
||||
'#title': 'What should Clayton know about this event?'
|
||||
budget_for_speaker:
|
||||
'#type': textfield
|
||||
'#title': 'Budget for speaker'
|
||||
your_name:
|
||||
'#type': webform_name
|
||||
'#title': 'Your name'
|
||||
'#title__access': false
|
||||
'#first__title': 'Your name'
|
||||
'#middle__access': false
|
||||
'#last__access': false
|
||||
'#suffix__access': false
|
||||
'#degree__access': false
|
||||
email:
|
||||
'#type': email
|
||||
'#title': 'Your email'
|
||||
'#required': true
|
||||
phone:
|
||||
'#type': tel
|
||||
'#title': 'Your phone'
|
||||
additional_info:
|
||||
'#type': textarea
|
||||
'#title': 'Additional information'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Invite Clayton to speak'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: /people/clayton-dewey/speaking-request
|
||||
page_confirm_path: /people/clayton-dewey/speaking-request-received
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: 'Clayton is not accepting bookings at this time.'
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: 'Speaker request for Clayton'
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace:
|
||||
webform_routes: { }
|
||||
node_routes: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: false
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: /people/clayton-dewey/speaking-request-received
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email:
|
||||
id: email
|
||||
label: Email
|
||||
handler_id: email
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform:author:mail]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: _default
|
||||
body: _default
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
245
config/sync/webform.webform.speaker_request_mauricio_dinarte.yml
Normal file
245
config/sync/webform.webform.speaker_request_mauricio_dinarte.yml
Normal file
|
@ -0,0 +1,245 @@
|
|||
uuid: 69315a59-1746-485d-873a-1815072dd1d0
|
||||
langcode: en
|
||||
status: open
|
||||
dependencies: { }
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: 12
|
||||
template: false
|
||||
archive: false
|
||||
id: speaker_request_mauricio_dinarte
|
||||
title: 'Speaker Request - Mauricio Dinarte'
|
||||
description: 'Invite Mauricio to speak.'
|
||||
category: ''
|
||||
elements: |
|
||||
event_website:
|
||||
'#type': url
|
||||
'#title': 'Event website'
|
||||
event_dates:
|
||||
'#type': datetime
|
||||
'#title': 'Event date'
|
||||
'#date_date_datepicker_button': false
|
||||
'#date_time_element': none
|
||||
event_location:
|
||||
'#type': textfield
|
||||
'#title': 'Event location'
|
||||
description_of_event:
|
||||
'#type': textarea
|
||||
'#title': 'What should Mauricio know about this event?'
|
||||
budget_for_speaker:
|
||||
'#type': textfield
|
||||
'#title': 'Budget for speaker'
|
||||
your_name:
|
||||
'#type': webform_name
|
||||
'#title': 'Your name'
|
||||
'#title__access': false
|
||||
'#first__title': 'Your name'
|
||||
'#middle__access': false
|
||||
'#last__access': false
|
||||
'#suffix__access': false
|
||||
'#degree__access': false
|
||||
email:
|
||||
'#type': email
|
||||
'#title': 'Your email'
|
||||
'#required': true
|
||||
phone:
|
||||
'#type': tel
|
||||
'#title': 'Your phone'
|
||||
additional_info:
|
||||
'#type': textarea
|
||||
'#title': 'Additional information'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Invite Mauricio to speak'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: /people/mauricio-dinarte/speaking-request
|
||||
page_confirm_path: /people/mauricio-dinarte/speaking-request-received
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: 'Mauricio is not accepting bookings at this time.'
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: 'Speaker request for Mauricio'
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace:
|
||||
webform_routes: { }
|
||||
node_routes: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: false
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: /people/michele-metts/speaking-request-received
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email:
|
||||
id: email
|
||||
label: Email
|
||||
handler_id: email
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform:author:mail]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: _default
|
||||
body: _default
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
205
config/sync/webform.webform.speaker_request_micky_metts.yml
Normal file
205
config/sync/webform.webform.speaker_request_micky_metts.yml
Normal file
|
@ -0,0 +1,205 @@
|
|||
uuid: 36bb8d28-cf95-4fe6-a299-aae734f204c9
|
||||
langcode: en
|
||||
status: closed
|
||||
dependencies: { }
|
||||
open: null
|
||||
close: null
|
||||
weight: 0
|
||||
uid: 12
|
||||
template: true
|
||||
archive: false
|
||||
id: speaker_request_micky_metts
|
||||
title: 'Speaker Request - Micky Metts'
|
||||
description: 'Speaker Request for Micky Metts'
|
||||
category: ''
|
||||
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#first__title': 'Your name'\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nevent_website:\n '#type': url\n '#title': 'Event website'\nevent_dates:\n '#type': datetime\n '#title': 'Event date'\n '#date_date_datepicker_button': false\n '#date_time_element': none\nevent_location:\n '#type': textfield\n '#title': 'Event location'\ndescription_of_event:\n '#type': textarea\n '#title': 'What should the speaker know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nemail:\n '#type': email\n '#title': Email\n '#required': true\nphone:\n '#type': tel\n '#title': Phone\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Micky to speak'"
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
ajax: false
|
||||
ajax_scroll_top: form
|
||||
page: true
|
||||
page_submit_path: /people/micky-metts/speaking-request
|
||||
page_confirm_path: /people/micky-metts/speaking-request-received
|
||||
form_title: source_entity_webform
|
||||
form_submit_once: false
|
||||
form_exception_message: ''
|
||||
form_open_message: ''
|
||||
form_close_message: 'Micky is not accepting bookings at this time.'
|
||||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
form_prepopulate_source_entity_required: false
|
||||
form_prepopulate_source_entity_type: ''
|
||||
form_reset: false
|
||||
form_disable_autocomplete: false
|
||||
form_novalidate: false
|
||||
form_disable_inline_errors: false
|
||||
form_required: false
|
||||
form_unsaved: false
|
||||
form_disable_back: false
|
||||
form_submit_back: false
|
||||
form_autofocus: false
|
||||
form_details_toggle: false
|
||||
form_access_denied: default
|
||||
form_access_denied_title: ''
|
||||
form_access_denied_message: ''
|
||||
form_access_denied_attributes: { }
|
||||
form_file_limit: ''
|
||||
submission_label: 'Speaker request for Micky'
|
||||
submission_log: false
|
||||
submission_views: { }
|
||||
submission_views_replace:
|
||||
webform_routes: { }
|
||||
node_routes: { }
|
||||
submission_user_columns: { }
|
||||
submission_user_duplicate: false
|
||||
submission_access_denied: default
|
||||
submission_access_denied_title: ''
|
||||
submission_access_denied_message: ''
|
||||
submission_access_denied_attributes: { }
|
||||
submission_exception_message: ''
|
||||
submission_locked_message: ''
|
||||
submission_excluded_elements: { }
|
||||
submission_exclude_empty: false
|
||||
submission_exclude_empty_checkbox: false
|
||||
previous_submission_message: ''
|
||||
previous_submissions_message: ''
|
||||
autofill: false
|
||||
autofill_message: ''
|
||||
autofill_excluded_elements: { }
|
||||
wizard_progress_bar: false
|
||||
wizard_progress_pages: false
|
||||
wizard_progress_percentage: false
|
||||
wizard_progress_link: false
|
||||
wizard_start_label: ''
|
||||
wizard_preview_link: false
|
||||
wizard_confirmation: true
|
||||
wizard_confirmation_label: ''
|
||||
wizard_track: ''
|
||||
preview: 0
|
||||
preview_label: ''
|
||||
preview_title: ''
|
||||
preview_message: ''
|
||||
preview_attributes: { }
|
||||
preview_excluded_elements: { }
|
||||
preview_exclude_empty: true
|
||||
preview_exclude_empty_checkbox: false
|
||||
draft: none
|
||||
draft_multiple: false
|
||||
draft_auto_save: false
|
||||
draft_saved_message: ''
|
||||
draft_loaded_message: ''
|
||||
confirmation_type: url
|
||||
confirmation_title: ''
|
||||
confirmation_message: ''
|
||||
confirmation_url: /people/michele-metts/speaking-request-received
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
confirmation_back_attributes: { }
|
||||
confirmation_exclude_query: false
|
||||
confirmation_exclude_token: false
|
||||
limit_total: null
|
||||
limit_total_interval: null
|
||||
limit_total_message: ''
|
||||
limit_total_unique: false
|
||||
limit_user: null
|
||||
limit_user_interval: null
|
||||
limit_user_message: ''
|
||||
limit_user_unique: false
|
||||
entity_limit_total: null
|
||||
entity_limit_total_interval: null
|
||||
entity_limit_user: null
|
||||
entity_limit_user_interval: null
|
||||
purge: none
|
||||
purge_days: null
|
||||
results_disabled: false
|
||||
results_disabled_ignore: false
|
||||
token_update: false
|
||||
access:
|
||||
create:
|
||||
roles:
|
||||
- anonymous
|
||||
- authenticated
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
purge_any:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
view_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
update_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
delete_own:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
administer:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
test:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
configuration:
|
||||
roles: { }
|
||||
users: { }
|
||||
permissions: { }
|
||||
handlers:
|
||||
email:
|
||||
id: email
|
||||
label: Email
|
||||
handler_id: email
|
||||
status: true
|
||||
conditions: { }
|
||||
weight: 0
|
||||
settings:
|
||||
states:
|
||||
- completed
|
||||
to_mail: '[webform:author:mail]'
|
||||
to_options: { }
|
||||
cc_mail: ''
|
||||
cc_options: { }
|
||||
bcc_mail: ''
|
||||
bcc_options: { }
|
||||
from_mail: _default
|
||||
from_options: { }
|
||||
from_name: _default
|
||||
subject: _default
|
||||
body: _default
|
||||
excluded_elements: { }
|
||||
ignore_access: false
|
||||
exclude_empty: true
|
||||
exclude_empty_checkbox: false
|
||||
html: true
|
||||
attachments: false
|
||||
twig: false
|
||||
debug: false
|
||||
reply_to: ''
|
||||
return_path: ''
|
||||
sender_mail: ''
|
||||
sender_name: ''
|
||||
theme_name: ''
|
|
@ -1,14 +0,0 @@
|
|||
uuid: ffef3fe1-a8e0-4b7b-9583-8b3b05de2462
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
enforced:
|
||||
module:
|
||||
- webform
|
||||
_core:
|
||||
default_config_hash: PEUoedWrfYEX7oZ8CcOukfBTVxar1cPSROX8534esuU
|
||||
id: titles
|
||||
label: Titles
|
||||
category: Demographic
|
||||
likert: false
|
||||
options: "Miss: Miss\nMs: Ms\nMr: Mr\nMrs: Mrs\nDr: Dr\n"
|
Loading…
Reference in a new issue