Commit live enablement/initial config of webform
This commit is contained in:
parent
ef15816b72
commit
633b1a8425
38 changed files with 4052 additions and 0 deletions
|
@ -111,6 +111,8 @@ module:
|
||||||
user: 0
|
user: 0
|
||||||
video_embed_field: 0
|
video_embed_field: 0
|
||||||
views_ui: 0
|
views_ui: 0
|
||||||
|
webform: 0
|
||||||
|
webform_ui: 0
|
||||||
wysiwyg_linebreaks: 0
|
wysiwyg_linebreaks: 0
|
||||||
ds: 1
|
ds: 1
|
||||||
menu_link_content: 1
|
menu_link_content: 1
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: ba97f7e7-ac11-476e-8685-d64a90f799f6
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: TBnl4vapW7sy5bRi7TcF-ueJnvz7aZNLif95ifvhfTQ
|
||||||
|
id: webform_submission_delete_action
|
||||||
|
label: 'Delete submission'
|
||||||
|
type: webform_submission
|
||||||
|
plugin: webform_submission_delete_action
|
||||||
|
configuration: { }
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: 46714532-605e-4c15-9dea-82f52a69308a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: MKmZlPRk3OJKNcYdYxSeZGQUh7LMah6MRShfkzch4bk
|
||||||
|
id: webform_submission_make_lock_action
|
||||||
|
label: 'Lock submission'
|
||||||
|
type: webform_submission
|
||||||
|
plugin: webform_submission_make_lock_action
|
||||||
|
configuration: { }
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: 8f75d31f-4ad3-4e2a-9729-97e644be1d3c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: 8GSfG176mjTvczykLSKKzdI6HfM7nGnZGo54f0hRe5E
|
||||||
|
id: webform_submission_make_sticky_action
|
||||||
|
label: 'Star/Flag submission'
|
||||||
|
type: webform_submission
|
||||||
|
plugin: webform_submission_make_sticky_action
|
||||||
|
configuration: { }
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: d41ae3dc-81ae-4962-957f-f5590c953367
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: begZ0-RmTzO_zDAwEKA2lKvtGYw1vbFOzbQOJzUbZX0
|
||||||
|
id: webform_submission_make_unlock_action
|
||||||
|
label: 'Unlock submission'
|
||||||
|
type: webform_submission
|
||||||
|
plugin: webform_submission_make_unlock_action
|
||||||
|
configuration: { }
|
|
@ -0,0 +1,13 @@
|
||||||
|
uuid: b76f8430-c40d-4cca-b339-8f2789d222ac
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: n4gTFiUsdp7gw6yWUlDbKFEasZLCgXWWCmm7eJejay0
|
||||||
|
id: webform_submission_make_unsticky_action
|
||||||
|
label: 'Unstar/unflag submission'
|
||||||
|
type: webform_submission
|
||||||
|
plugin: webform_submission_make_unsticky_action
|
||||||
|
configuration: { }
|
|
@ -1,4 +1,5 @@
|
||||||
interface:
|
interface:
|
||||||
default: php_mail
|
default: php_mail
|
||||||
|
webform: webform_php_mail
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
|
default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE
|
||||||
|
|
3170
config/sync/views.view.webform_submissions.yml
Normal file
3170
config/sync/views.view.webform_submissions.yml
Normal file
File diff suppressed because it is too large
Load diff
185
config/sync/webform.settings.yml
Normal file
185
config/sync/webform.settings.yml
Normal file
|
@ -0,0 +1,185 @@
|
||||||
|
settings:
|
||||||
|
default_status: open
|
||||||
|
default_page_base_path: form
|
||||||
|
default_form_open_message: 'This form has not yet been opened to submissions.'
|
||||||
|
default_form_close_message: 'Sorry…This form is closed to new submissions.'
|
||||||
|
default_form_exception_message: 'Unable to display this webform. Please contact the site administrator.'
|
||||||
|
default_submit_button_label: Submit
|
||||||
|
default_reset_button_label: Reset
|
||||||
|
default_form_submit_once: false
|
||||||
|
default_form_confidential_message: 'This form is confidential. You must <a href="[site:login-url]/logout?destination=[current-page:url:relative]">Log out</a> to submit it.'
|
||||||
|
default_form_access_denied_message: 'Please login to access this form.'
|
||||||
|
default_form_disable_back: false
|
||||||
|
default_form_submit_back: false
|
||||||
|
default_form_unsaved: false
|
||||||
|
default_form_novalidate: false
|
||||||
|
default_form_disable_inline_errors: false
|
||||||
|
default_form_required: false
|
||||||
|
default_form_required_label: 'Indicates required field'
|
||||||
|
default_form_details_toggle: true
|
||||||
|
default_form_file_limit: ''
|
||||||
|
form_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n"
|
||||||
|
button_classes: ''
|
||||||
|
default_wizard_prev_button_label: '< Previous Page'
|
||||||
|
default_wizard_next_button_label: 'Next Page >'
|
||||||
|
default_wizard_start_label: Start
|
||||||
|
default_wizard_confirmation_label: Complete
|
||||||
|
default_preview_next_button_label: Preview
|
||||||
|
default_preview_prev_button_label: '< Previous'
|
||||||
|
default_preview_label: Preview
|
||||||
|
default_preview_title: '[webform:title]: Preview'
|
||||||
|
default_preview_message: 'Please review your submission. Your submission is not complete until you press the "Submit" button!'
|
||||||
|
default_draft_button_label: 'Save Draft'
|
||||||
|
default_draft_saved_message: 'Submission saved. You may return to this form later and it will restore the current values.'
|
||||||
|
default_draft_loaded_message: 'A partially-completed form was found. Please complete the remaining portions.'
|
||||||
|
default_confirmation_message: 'New submission added to [webform:title].'
|
||||||
|
default_confirmation_back_label: 'Back to form'
|
||||||
|
default_submission_label: '[webform_submission:submitted-to]: Submission #[webform_submission:serial]'
|
||||||
|
default_submission_access_denied_message: 'Please login to access this submission.'
|
||||||
|
default_submission_exception_message: 'Unable to process this submission. Please contact the site administrator.'
|
||||||
|
default_submission_locked_message: 'This submission has been locked.'
|
||||||
|
default_submission_log: false
|
||||||
|
default_submission_views: { }
|
||||||
|
default_submission_views_replace:
|
||||||
|
global_routes:
|
||||||
|
- entity.webform_submission.collection
|
||||||
|
- entity.webform_submission.user
|
||||||
|
webform_routes:
|
||||||
|
- entity.webform.results_submissions
|
||||||
|
- entity.webform.user.drafts
|
||||||
|
- entity.webform.user.submissions
|
||||||
|
node_routes:
|
||||||
|
- entity.node.webform.results_submissions
|
||||||
|
- entity.node.webform.user.drafts
|
||||||
|
- entity.node.webform.user.submissions
|
||||||
|
default_previous_submission_message: 'You have already submitted this webform. <a href="#">View your previous submission</a>.'
|
||||||
|
default_previous_submissions_message: 'You have already submitted this webform. <a href="#">View your previous submissions</a>.'
|
||||||
|
default_autofill_message: 'This submission has been autofilled with your previous submission.'
|
||||||
|
preview_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n"
|
||||||
|
confirmation_classes: "messages messages--error\nmessages messages--warning\nmessages messages--status\n"
|
||||||
|
confirmation_back_classes: "button\n"
|
||||||
|
default_limit_total_message: 'No more submissions are permitted.'
|
||||||
|
default_limit_user_message: 'No more submissions are permitted.'
|
||||||
|
dialog: false
|
||||||
|
dialog_options:
|
||||||
|
narrow:
|
||||||
|
title: Narrow
|
||||||
|
width: 600
|
||||||
|
normal:
|
||||||
|
title: Normal
|
||||||
|
width: 800
|
||||||
|
wide:
|
||||||
|
title: Wide
|
||||||
|
width: 1000
|
||||||
|
assets:
|
||||||
|
css: ''
|
||||||
|
javascript: ''
|
||||||
|
handler:
|
||||||
|
excluded_handlers: { }
|
||||||
|
export:
|
||||||
|
temp_directory: ''
|
||||||
|
exporter: delimited
|
||||||
|
multiple_delimiter: ;
|
||||||
|
header_format: label
|
||||||
|
header_prefix: true
|
||||||
|
header_prefix_label_delimiter: ': '
|
||||||
|
header_prefix_key_delimiter: __
|
||||||
|
composite_element_item_format: label
|
||||||
|
options_single_format: compact
|
||||||
|
options_multiple_format: compact
|
||||||
|
options_item_format: label
|
||||||
|
entity_reference_items:
|
||||||
|
- id
|
||||||
|
- title
|
||||||
|
- url
|
||||||
|
likert_answers_format: label
|
||||||
|
signature_format: status
|
||||||
|
delimiter: ','
|
||||||
|
excel: false
|
||||||
|
excluded_exporters: { }
|
||||||
|
batch:
|
||||||
|
default_batch_export_size: 500
|
||||||
|
default_batch_update_size: 500
|
||||||
|
default_batch_delete_size: 500
|
||||||
|
default_batch_email_size: 500
|
||||||
|
purge:
|
||||||
|
cron_size: 100
|
||||||
|
element:
|
||||||
|
empty_message: '{Empty}'
|
||||||
|
allowed_tags: admin
|
||||||
|
wrapper_classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n"
|
||||||
|
classes: "container-inline clearfix\nform--inline clearfix\nmessages messages--error\nmessages messages--warning\nmessages messages--status\n"
|
||||||
|
horizontal_rule_classes: "webform-horizontal-rule--solid\nwebform-horizontal-rule--dashed\nwebform-horizontal-rule--dotted\nwebform-horizontal-rule--gradient\nwebform-horizontal-rule--thin\nwebform-horizontal-rule--medium\nwebform-horizontal-rule--thick\nwebform-horizontal-rule--flaired\nwebform-horizontal-rule--glyph\n"
|
||||||
|
default_description_display: ''
|
||||||
|
default_more_title: More
|
||||||
|
default_section_title_tag: h2
|
||||||
|
default_empty_option: true
|
||||||
|
default_empty_option_required: ''
|
||||||
|
default_empty_option_optional: ''
|
||||||
|
default_icheck: ''
|
||||||
|
default_google_maps_api_key: ''
|
||||||
|
default_algolia_places_app_id: ''
|
||||||
|
default_algolia_places_api_key: ''
|
||||||
|
excluded_elements:
|
||||||
|
password: password
|
||||||
|
password_confirm: password_confirm
|
||||||
|
webform_location_geocomplete: webform_location_geocomplete
|
||||||
|
html_editor:
|
||||||
|
disabled: false
|
||||||
|
element_format: ''
|
||||||
|
mail_format: ''
|
||||||
|
tidy: true
|
||||||
|
make_unused_managed_files_temporary: true
|
||||||
|
file:
|
||||||
|
file_public: false
|
||||||
|
file_private_redirect: true
|
||||||
|
file_private_redirect_message: 'Please login to access the uploaded file.'
|
||||||
|
default_max_filesize: ''
|
||||||
|
default_managed_file_extensions: 'gif jpg png bmp eps tif pict psd txt rtf html odf pdf doc docx ppt pptx xls xlsx xml avi mov mp3 ogg wav bz2 dmg gz jar rar sit svg tar zip'
|
||||||
|
default_audio_file_extensions: 'mp3 ogg wav'
|
||||||
|
default_document_file_extensions: 'txt rtf pdf doc docx odt ppt pptx odp xls xlsx ods'
|
||||||
|
default_image_file_extensions: 'gif jpg png svg'
|
||||||
|
default_video_file_extensions: 'avi mov mp4 ogg wav webm'
|
||||||
|
make_unused_managed_files_temporary: true
|
||||||
|
delete_temporary_managed_files: true
|
||||||
|
format: { }
|
||||||
|
mail:
|
||||||
|
default_to_mail: '[site:mail]'
|
||||||
|
default_from_mail: '[site:mail]'
|
||||||
|
default_from_name: '[site:name]'
|
||||||
|
default_reply_to: ''
|
||||||
|
default_return_path: ''
|
||||||
|
default_sender_mail: ''
|
||||||
|
default_sender_name: ''
|
||||||
|
default_subject: 'Webform submission from: [webform_submission:source-entity]'
|
||||||
|
default_body_text: "Submitted on [webform_submission:created]\nSubmitted by: [webform_submission:user]\n\nSubmitted values are:\n[webform_submission:values]\n"
|
||||||
|
default_body_html: "<p>Submitted on [webform_submission:created]</p>\n<p>Submitted by: [webform_submission:user]</p>\n<p>Submitted values are:</p>\n[webform_submission:values]\n"
|
||||||
|
roles: { }
|
||||||
|
test:
|
||||||
|
types: "checkbox:\n - true\ncolor:\n - '#ffffcc'\n - '#ffffcc'\n - '#ccffff'\nemail:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nlanguage_select:\n - en\nmachine_name:\n - 'loremipsum'\n - 'oratione'\n - 'dixisset'\ntel:\n - '123-456-7890'\n - '098-765-4321'\ntextarea:\n - 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.'\n - 'Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;'\n - 'Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.'\ntext_format:\n - value: '<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Negat esse eam, inquit, propter se expetendam. Primum Theophrasti, Strato, physicum se voluit; Id mihi magnum videtur. Itaque mihi non satis videmini considerare quod iter sit naturae quaeque progressio. Quare hoc videndum est, possitne nobis hoc ratio philosophorum dare. Est enim tanti philosophi tamque nobilis audacter sua decreta defendere.</p>'\n - value: '<p>Huius, Lyco, oratione locuples, rebus ipsis ielunior. Duo Reges: constructio interrete. Sed haec in pueris; Sed utrum hortandus es nobis, Luci, inquit, an etiam tua sponte propensus es? Sapiens autem semper beatus est et est aliquando in dolore; Immo videri fortasse. Paulum, cum regem Persem captum adduceret, eodem flumine invectio? Et ille ridens: Video, inquit, quid agas;</p>'\n - value: '<p>Quae cum dixisset, finem ille. Quamquam non negatis nos intellegere quid sit voluptas, sed quid ille dicat. Progredientibus autem aetatibus sensim tardeve potius quasi nosmet ipsos cognoscimus. Gloriosa ostentatio in constituendo summo bono. Qui-vere falsone, quaerere mittimus-dicitur oculis se privasse; Duarum enim vitarum nobis erunt instituta capienda. Comprehensum, quod cognitum non habet? Qui enim existimabit posse se miserum esse beatus non erit. Causa autem fuit huc veniendi ut quosdam hinc libros promerem. Nunc omni virtuti vitium contrario nomine opponitur.</p>'\nurl:\n - 'http://example.com'\n - 'http://test.com'\nwebform_email_confirm:\n - 'example@example.com'\n - 'test@test.com'\n - 'random@random.com'\nwebform_email_multiple:\n - 'example@example.com, test@test.com, random@random.com'\nwebform_time:\n - '09:00'\n - '17:00'\n"
|
||||||
|
names: "first_name:\n - 'John'\n - 'Paul'\n - 'Ringo'\n - 'George'\nlast_name:\n - 'Lennon'\n - 'McCartney'\n - 'Starr'\n - 'Harrison'\naddress:\n - '10 Main Street'\n - '11 Brook Alley Road. APT 1'\nzip:\n - '11111'\n - '12345'\n - '12345-6789'\npostal_code:\n - '11111'\n - '12345'\n - '12345-6789'\nphone:\n - '123-456-7890'\n - '098-765-4321'\nfax:\n - '123-456-7890'\n - '098-765-4321'\ncity:\n - 'Springfield'\n - 'Pleasantville'\n - 'Hill Valley'\nurl:\n - 'http://example.com'\n - 'http://test.com'\ndefault:\n - 'Loremipsum'\n - 'Oratione'\n - 'Dixisset'\n"
|
||||||
|
ui:
|
||||||
|
video_display: dialog
|
||||||
|
details_save: true
|
||||||
|
help_disabled: false
|
||||||
|
dialog_disabled: false
|
||||||
|
offcanvas_disabled: false
|
||||||
|
contribute_disabled: false
|
||||||
|
promotions_disabled: false
|
||||||
|
description_help: true
|
||||||
|
libraries:
|
||||||
|
excluded_libraries:
|
||||||
|
- jquery.chosen
|
||||||
|
- jquery.icheck
|
||||||
|
- jquery.toggles
|
||||||
|
requirements:
|
||||||
|
cdn: true
|
||||||
|
bootstrap: true
|
||||||
|
spam: true
|
||||||
|
contribute:
|
||||||
|
account_type: user
|
||||||
|
account_id: null
|
||||||
|
langcode: en
|
||||||
|
third_party_settings: { }
|
||||||
|
_core:
|
||||||
|
default_config_hash: vOXV9KclChKnE97mh4KCJVTDXxxRwh5PrtrhoXrJFWg
|
237
config/sync/webform.webform.contact.yml
Normal file
237
config/sync/webform.webform.contact.yml
Normal file
|
@ -0,0 +1,237 @@
|
||||||
|
uuid: 334440fc-4195-4388-bd1d-c9d22c37c496
|
||||||
|
langcode: en
|
||||||
|
status: open
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
|
||||||
|
open: null
|
||||||
|
close: null
|
||||||
|
weight: 0
|
||||||
|
uid: null
|
||||||
|
template: false
|
||||||
|
archive: false
|
||||||
|
id: contact
|
||||||
|
title: Contact
|
||||||
|
description: 'Basic email contact webform.'
|
||||||
|
category: ''
|
||||||
|
elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We'd love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nhow_did_you_find_us:\n '#type': webform_radios_other\n '#title': 'How did you find us?'\n '#options':\n 'A professional or personal recommendation': 'A professional or personal recommendation'\n 'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'\n 'Google or something similar': 'Google or something similar'\n 'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'\n '#other__option_label': Other\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'"
|
||||||
|
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: ''
|
||||||
|
form_previous_submissions: true
|
||||||
|
form_confidential: false
|
||||||
|
form_confidential_message: ''
|
||||||
|
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: ''
|
||||||
|
submission_log: false
|
||||||
|
submission_views: { }
|
||||||
|
submission_views_replace: { }
|
||||||
|
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: true
|
||||||
|
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_message
|
||||||
|
confirmation_title: ''
|
||||||
|
confirmation_message: 'Your message has been sent.'
|
||||||
|
confirmation_url: '<front>'
|
||||||
|
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: { }
|
||||||
|
handlers:
|
||||||
|
email_confirmation:
|
||||||
|
id: email
|
||||||
|
label: 'Email confirmation'
|
||||||
|
handler_id: email_confirmation
|
||||||
|
status: true
|
||||||
|
conditions: { }
|
||||||
|
weight: 1
|
||||||
|
settings:
|
||||||
|
states:
|
||||||
|
- completed
|
||||||
|
to_mail: '[webform_submission:values:email:raw]'
|
||||||
|
to_options: { }
|
||||||
|
cc_mail: ''
|
||||||
|
cc_options: { }
|
||||||
|
bcc_mail: ''
|
||||||
|
bcc_options: { }
|
||||||
|
from_mail: _default
|
||||||
|
from_options: { }
|
||||||
|
from_name: _default
|
||||||
|
subject: '[webform_submission:values:subject:raw]'
|
||||||
|
body: '[webform_submission:values:message:value]'
|
||||||
|
excluded_elements: { }
|
||||||
|
ignore_access: false
|
||||||
|
exclude_empty: true
|
||||||
|
exclude_empty_checkbox: false
|
||||||
|
html: true
|
||||||
|
attachments: false
|
||||||
|
twig: false
|
||||||
|
theme_name: ''
|
||||||
|
debug: false
|
||||||
|
reply_to: ''
|
||||||
|
return_path: ''
|
||||||
|
sender_mail: ''
|
||||||
|
sender_name: ''
|
||||||
|
email_notification:
|
||||||
|
id: email
|
||||||
|
label: 'Email notification'
|
||||||
|
handler_id: email_notification
|
||||||
|
status: true
|
||||||
|
conditions: { }
|
||||||
|
weight: 1
|
||||||
|
settings:
|
||||||
|
states:
|
||||||
|
- completed
|
||||||
|
to_mail: _default
|
||||||
|
to_options: { }
|
||||||
|
cc_mail: ''
|
||||||
|
cc_options: { }
|
||||||
|
bcc_mail: ''
|
||||||
|
bcc_options: { }
|
||||||
|
from_mail: '[webform_submission:values:email:raw]'
|
||||||
|
from_options: { }
|
||||||
|
from_name: '[webform_submission:values:name:raw]'
|
||||||
|
subject: '[webform_submission:values:subject:raw]'
|
||||||
|
body: '[webform_submission:values:message:value]'
|
||||||
|
excluded_elements: { }
|
||||||
|
ignore_access: false
|
||||||
|
exclude_empty: true
|
||||||
|
exclude_empty_checkbox: false
|
||||||
|
html: true
|
||||||
|
attachments: false
|
||||||
|
twig: false
|
||||||
|
theme_name: ''
|
||||||
|
debug: false
|
||||||
|
reply_to: ''
|
||||||
|
return_path: ''
|
||||||
|
sender_mail: ''
|
||||||
|
sender_name: ''
|
14
config/sync/webform.webform_options.country_codes.yml
Normal file
14
config/sync/webform.webform_options.country_codes.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: f3bfb7fd-01e4-41a8-901e-d3d4d3f80a3c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: adQ16YGDPk7QfUKrfrC35o2sKdHEozdNtdpiH7CftQQ
|
||||||
|
id: country_codes
|
||||||
|
label: 'Country codes'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: ''
|
14
config/sync/webform.webform_options.country_names.yml
Normal file
14
config/sync/webform.webform_options.country_names.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 9779bd93-c98b-414b-9f7d-0b35bd5b532a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: zsfFP124dAM-sJkuEfnwaA7DN6o3-IsaXLgdNmObbYg
|
||||||
|
id: country_names
|
||||||
|
label: 'Country names'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: ''
|
14
config/sync/webform.webform_options.days.yml
Normal file
14
config/sync/webform.webform_options.days.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 2f7ddc70-f43d-4cfe-9548-e708dd6b0ea4
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: YNrKbYrWWjeubUUM8AsQ19KnX7cU1elACR14CZJHmdg
|
||||||
|
id: days
|
||||||
|
label: Days
|
||||||
|
category: 'Date and time'
|
||||||
|
likert: false
|
||||||
|
options: "Sunday: Sunday\nMonday: Monday\nTuesday: Tuesday\nWednesday: Wednesday\nThursday: Thursday\nFriday: Friday\nSaturday: Saturday\n"
|
14
config/sync/webform.webform_options.education.yml
Normal file
14
config/sync/webform.webform_options.education.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 9bad1f53-bdea-4dd4-8355-311fc3d6766e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: mII4acOv33s-j8PINywrCag4OITbeJGxdPO373dnHHw
|
||||||
|
id: education
|
||||||
|
label: Education
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "High School: High School\nAssociate Degree: Associate Degree\nGraduate or Professional Degree: Graduate or Professional Degree\nSome College: Some College\n"
|
14
config/sync/webform.webform_options.employment_status.yml
Normal file
14
config/sync/webform.webform_options.employment_status.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 89dedf7e-6b05-425f-9f68-c9fc292ac452
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: 8MCmsz_csdJkVItxI8g_s4zp2PM285YqCy_gWTzOLPw
|
||||||
|
id: employment_status
|
||||||
|
label: 'Employment status'
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "'Full Time': 'Full Time'\n'Part Time': 'Part Time'\n'Military': 'Military'\nUnemployed: Unemployed\nRetired: Retired\n"
|
14
config/sync/webform.webform_options.ethnicity.yml
Normal file
14
config/sync/webform.webform_options.ethnicity.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: a18c9278-6bf6-44f8-8836-edf5b4f1a6eb
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: pIPgrAC82wE2GAk1mOv2UvMYv71YQe4VT8667QIYdvI
|
||||||
|
id: ethnicity
|
||||||
|
label: Ethnicity
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Caucasian: Caucasian\n'Latino/Hispanic': 'Latino/Hispanic'\n'Middle Eastern': 'Middle Eastern'\nAfrican: African\nCaribbean: Caribbean\n'South Asian': 'South Asian'\n'East Asian': 'East Asian'\nMixed: Mixed\n"
|
14
config/sync/webform.webform_options.gender.yml
Normal file
14
config/sync/webform.webform_options.gender.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: f3b9752b-0109-45a2-b567-a1ae94fbe27a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: K8qTfK5-87DpwTQBkqhgTMR4P0Zz8Z9aNI7OnMlTb0Q
|
||||||
|
id: gender
|
||||||
|
label: Gender
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Male: Male\nFemale: Female\n"
|
14
config/sync/webform.webform_options.industry.yml
Normal file
14
config/sync/webform.webform_options.industry.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: a1bde6bd-3064-439c-b185-98908620dadc
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: s_SXZn2HbRGvTex-TLOCxz2oOnMYqtEZh8HD4_318QI
|
||||||
|
id: industry
|
||||||
|
label: Industry
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Accounting/Finance: Accounting/Finance\nAdvertising/Public Relations: Advertising/Public Relations\nAerospace/Aviation: Aerospace/Aviation\nArts/Entertainment/Publishing: Arts/Entertainment/Publishing\nAutomotive: Automotive\nBanking/Mortgage: Banking/Mortgage\nBusiness Development: Business Development\nBusiness Opportunity: Business Opportunity\nClerical/Administrative: Clerical/Administrative\nConstruction/Facilities: Construction/Facilities\nConsumer Goods: Consumer Goods\nCustomer Service: Customer Service\nEducation/Training: Education/Training\nEnergy/Utilities: Energy/Utilities\nEngineering: Engineering\nGovernment/Military: Government/Military\nHealthcare: Healthcare\nHospitality/Travel: Hospitality/Travel\nHuman Resources: Human Resources\nInstallation/Maintenance: Installation/Maintenance\nInsurance: Insurance\nInternet: Internet\nLaw Enforcement/Security: Law Enforcement/Security\nLegal: Legal\nManagement/Executive: Management/Executive\nManufacturing/Operations: Manufacturing/Operations\nMarketing: Marketing\nNon-Profit/Volunteer: Non-Profit/Volunteer\nPharmaceutical/Biotech: Pharmaceutical/Biotech\nProfessional Services: Professional Services\nReal Estate: Real Estate\nRestaurant/Food Service: Restaurant/Food Service\nRetail: Retail\nSales: Sales\nScience/Research: Science/Research\nSkilled Labor: Skilled Labor\nTechnology: Technology\nTelecommunications: Telecommunications\nTransportation/Logistics: Transportation/Logistics\n"
|
14
config/sync/webform.webform_options.languages.yml
Normal file
14
config/sync/webform.webform_options.languages.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 4cb0e228-9dd6-494b-8100-4b3183e1b00f
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: mYH14Vi65Ixj10c_GFa7CipxU3D0Bt9wgo8zE8zjOfE
|
||||||
|
id: languages
|
||||||
|
label: Languages
|
||||||
|
category: Language
|
||||||
|
likert: false
|
||||||
|
options: ''
|
14
config/sync/webform.webform_options.likert_agreement.yml
Normal file
14
config/sync/webform.webform_options.likert_agreement.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 2341b264-9487-4bdb-accb-64fda0e38f34
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: '-NQROvgYPm-rqn_e6mytSaxmdhSViUinffVfQhp7APs'
|
||||||
|
id: likert_agreement
|
||||||
|
label: 'Likert: Agreement'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: 'Much Worse'\n2: 'Somewhat Worse'\n3: 'About the Same'\n4: 'Somewhat Better'\n5: 'Much Better'\n"
|
14
config/sync/webform.webform_options.likert_comparison.yml
Normal file
14
config/sync/webform.webform_options.likert_comparison.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: ca8f1102-ad8a-49b8-b563-4da512c32baa
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: gZCLESMdXmEZxHqnQFx7a0rUefrkVuFzHSMnWe0qioM
|
||||||
|
id: likert_comparison
|
||||||
|
label: 'Likert: Comparison'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n"
|
14
config/sync/webform.webform_options.likert_importance.yml
Normal file
14
config/sync/webform.webform_options.likert_importance.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 264c3297-9b15-4131-9ed4-6699b4a74f57
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: Hbc8n5HtVZVs5fSBSpSbuY07CVvqkKP76csvRHN9pK8
|
||||||
|
id: likert_importance
|
||||||
|
label: 'Likert: Importance'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: Not at all Important\n2: Somewhat Important\n3: Neutral\n4: Important\n5: Very Important\n"
|
14
config/sync/webform.webform_options.likert_quality.yml
Normal file
14
config/sync/webform.webform_options.likert_quality.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: b403fc84-0230-407a-8956-fcc83d5bfb23
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: swmYtBVUbwq7aHJWWDN7ODByuvur9vMkexDC9h64NZ8
|
||||||
|
id: likert_quality
|
||||||
|
label: 'Likert: Quality'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n"
|
14
config/sync/webform.webform_options.likert_satisfaction.yml
Normal file
14
config/sync/webform.webform_options.likert_satisfaction.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 35c8d32f-2d02-4bfd-ae5e-b2515312ce3a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: AKE2SNwCpl6Mu_cmbq9ZM2_cXxCikCVj1vcPE9oHWTs
|
||||||
|
id: likert_satisfaction
|
||||||
|
label: 'Likert: Satisfaction'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n"
|
14
config/sync/webform.webform_options.likert_ten_scale.yml
Normal file
14
config/sync/webform.webform_options.likert_ten_scale.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: e3e83882-37f6-445d-b16e-ea414d915959
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: zEZX8JSVqznnFtqFfpuC593h3t1JDAZhF0Q3pvA229o
|
||||||
|
id: likert_ten_scale
|
||||||
|
label: 'Likert: Ten Scale'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: 1\n2: 2\n3: 3\n4: 4\n5: 5\n6: 6\n7: 7\n8: 8\n9: 9\n10: 10\n"
|
14
config/sync/webform.webform_options.likert_would_you.yml
Normal file
14
config/sync/webform.webform_options.likert_would_you.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: fd76c245-cb13-44ac-a9f1-87ba3aae682e
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: qBS2TmfAJB37Qn3TnrNM8x4AWimmDapcizzRllgo0fo
|
||||||
|
id: likert_would_you
|
||||||
|
label: 'Likert: Would You'
|
||||||
|
category: Likert
|
||||||
|
likert: true
|
||||||
|
options: "1: Definitely Not\n2: Probably Not\n3: Not Sure\n4: Probably\n5: Definitely\n"
|
14
config/sync/webform.webform_options.marital_status.yml
Normal file
14
config/sync/webform.webform_options.marital_status.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: b6dc8a16-9e08-4953-a11b-9fdd9ee17ea1
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: cjVDbAE5BlopGrY-tfxsxMoyEibwBBNgdQwDdxOSkow
|
||||||
|
id: marital_status
|
||||||
|
label: 'Marital status'
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n"
|
14
config/sync/webform.webform_options.months.yml
Normal file
14
config/sync/webform.webform_options.months.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: e94a4448-372b-4ab0-a4e5-990bf72efbb2
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: pZJnuQkh9afNML5IcMuKTUC__vmHMFn66Qr5IWtedZ4
|
||||||
|
id: months
|
||||||
|
label: Months
|
||||||
|
category: 'Date and time'
|
||||||
|
likert: false
|
||||||
|
options: "January: January\nFebruary: February\nMarch: March\nApril: April\nMay: May\nJune: June\nJuly: July\nAugust: August\nSeptember: September\nOctober: October\nNovember: November\nDecember: December\n"
|
14
config/sync/webform.webform_options.phone_types.yml
Normal file
14
config/sync/webform.webform_options.phone_types.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 5a30729c-c46b-4525-820f-51fa79190672
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: LkO63Zl2cP_l9YdjzWI8dWoD9uD0pytkPiUiUM2bo9A
|
||||||
|
id: phone_types
|
||||||
|
label: 'Phone type'
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Home: Home\nOffice: Office\nCell: Cell\n"
|
14
config/sync/webform.webform_options.relationship.yml
Normal file
14
config/sync/webform.webform_options.relationship.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 49134d38-12b1-46de-b075-c80e9d075b2c
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: 4J2RPG4JmsD4Fm1NlIQY0JHkrJ08UUl0qTF0_EjUxvw
|
||||||
|
id: relationship
|
||||||
|
label: Relationship
|
||||||
|
category: Demographic
|
||||||
|
likert: false
|
||||||
|
options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n"
|
14
config/sync/webform.webform_options.size.yml
Normal file
14
config/sync/webform.webform_options.size.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 3a7ac018-0048-4d51-8085-714fe242a550
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: RKkc6tf1VudvYiOtwPCf3Tp_EoA6fov6BFC34D7gMoQ
|
||||||
|
id: size
|
||||||
|
label: Size
|
||||||
|
category: General
|
||||||
|
likert: false
|
||||||
|
options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n"
|
14
config/sync/webform.webform_options.state_codes.yml
Normal file
14
config/sync/webform.webform_options.state_codes.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 77af7933-fc6d-4225-a6b9-125a8f7eef7a
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: 8mYO8ewsZX3LVfNga69jXa0RNO0LNN8-EGkXLhSAMBU
|
||||||
|
id: state_codes
|
||||||
|
label: 'State codes'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: "AL: Alabama\nAK: Alaska\nAZ: Arizona\nAR: Arkansas\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPA: Pennsylvania\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n"
|
14
config/sync/webform.webform_options.state_names.yml
Normal file
14
config/sync/webform.webform_options.state_names.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: a895485f-bd24-4135-a16d-5889f53ac15d
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: KfYqMSrFJ5iGtDzvy_rGUeRUJ4KyM7Xt-tWtYx9WjiM
|
||||||
|
id: state_names
|
||||||
|
label: 'State names'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: "Alabama: Alabama\nAlaska: Alaska\nArizona: Arizona\nArkansas: Arkansas\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\nFlorida: Florida\nGeorgia: Georgia\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPennsylvania: Pennsylvania\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n"
|
14
config/sync/webform.webform_options.state_province_codes.yml
Normal file
14
config/sync/webform.webform_options.state_province_codes.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 4b7c9ecc-d7b8-421c-b5c2-7fd4f03c0f53
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: aFp3kafBBAIEQk90U9kk04g1UXnHPQuWVzYKtQREOoI
|
||||||
|
id: state_province_codes
|
||||||
|
label: 'State/Province codes'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: "AL: Alabama\nAK: Alaska\nAS: 'American Samoa'\nAZ: Arizona\nAR: Arkansas\nAE: 'Armed Forces (Canada, Europe, Africa, or Middle East'\nAA: 'Armed Forces Americas'\nAP: 'Armed Forces Pacific'\nCA: California\nCO: Colorado\nCT: Connecticut\nDE: Delaware\nDC: 'District of Columbia'\nFM: 'Federated States of Micronesia'\nFL: Florida\nGA: Georgia\nGU: Guam\nHI: Hawaii\nID: Idaho\nIL: Illinois\nIN: Indiana\nIA: Iowa\nKS: Kansas\nKY: Kentucky\nLA: Louisiana\nME: Maine\nMH: 'Marshall Islands'\nMD: Maryland\nMA: Massachusetts\nMI: Michigan\nMN: Minnesota\nMS: Mississippi\nMO: Missouri\nMT: Montana\nNE: Nebraska\nNV: Nevada\nNH: 'New Hampshire'\nNJ: 'New Jersey'\nNM: 'New Mexico'\nNY: 'New York'\nNC: 'North Carolina'\nND: 'North Dakota'\nMP: 'Northern Mariana Islands'\nOH: Ohio\nOK: Oklahoma\nOR: Oregon\nPW: Palau\nPA: Pennsylvania\nPR: 'Puerto Rico'\nRI: 'Rhode Island'\nSC: 'South Carolina'\nSD: 'South Dakota'\nTN: Tennessee\nTX: Texas\nUT: Utah\nVT: Vermont\nVI: 'Virgin Islands'\nVA: Virginia\nWA: Washington\nWV: 'West Virginia'\nWI: Wisconsin\nWY: Wyoming\n"
|
14
config/sync/webform.webform_options.state_province_names.yml
Normal file
14
config/sync/webform.webform_options.state_province_names.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: f1832dd9-50e6-446a-9483-db19bb012462
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: v5hSmubCKajaV9shdCW9fgP5-X03SuIjHbb0ODElqI0
|
||||||
|
id: state_province_names
|
||||||
|
label: 'State/Province names'
|
||||||
|
category: Geographic
|
||||||
|
likert: false
|
||||||
|
options: "Alabama: Alabama\nAlaska: Alaska\n'American Samoa': 'American Samoa'\nArizona: Arizona\nArkansas: Arkansas\n'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'\n'Armed Forces Americas': 'Armed Forces Americas'\n'Armed Forces Pacific': 'Armed Forces Pacific'\nCalifornia: California\nColorado: Colorado\nConnecticut: Connecticut\nDelaware: Delaware\n'District of Columbia': 'District of Columbia'\n'Federated States of Micronesia': 'Federated States of Micronesia'\nFlorida: Florida\nGeorgia: Georgia\nGuam: Guam\nHawaii: Hawaii\nIdaho: Idaho\nIllinois: Illinois\nIndiana: Indiana\nIowa: Iowa\nKansas: Kansas\nKentucky: Kentucky\nLouisiana: Louisiana\nMaine: Maine\n'Marshall Islands': 'Marshall Islands'\nMaryland: Maryland\nMassachusetts: Massachusetts\nMichigan: Michigan\nMinnesota: Minnesota\nMississippi: Mississippi\nMissouri: Missouri\nMontana: Montana\nNebraska: Nebraska\nNevada: Nevada\n'New Hampshire': 'New Hampshire'\n'New Jersey': 'New Jersey'\n'New Mexico': 'New Mexico'\n'New York': 'New York'\n'North Carolina': 'North Carolina'\n'North Dakota': 'North Dakota'\n'Northern Mariana Islands': 'Northern Mariana Islands'\nOhio: Ohio\nOklahoma: Oklahoma\nOregon: Oregon\nPalau: Palau\nPennsylvania: Pennsylvania\n'Puerto Rico': 'Puerto Rico'\n'Rhode Island': 'Rhode Island'\n'South Carolina': 'South Carolina'\n'South Dakota': 'South Dakota'\nTennessee: Tennessee\nTexas: Texas\nUtah: Utah\nVermont: Vermont\n'Virgin Islands': 'Virgin Islands'\nVirginia: Virginia\nWashington: Washington\n'West Virginia': 'West Virginia'\nWisconsin: Wisconsin\nWyoming: Wyoming\n"
|
14
config/sync/webform.webform_options.time_zones.yml
Normal file
14
config/sync/webform.webform_options.time_zones.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 8de048ea-4829-4517-bb58-1f222b401114
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: 8rVcRXLnTAEoWs7zl8du-7RIUnayqUcGYnvb3JT21-o
|
||||||
|
id: time_zones
|
||||||
|
label: 'Time zones'
|
||||||
|
category: 'Date and time'
|
||||||
|
likert: false
|
||||||
|
options: ''
|
14
config/sync/webform.webform_options.titles.yml
Normal file
14
config/sync/webform.webform_options.titles.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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"
|
14
config/sync/webform.webform_options.yes_no.yml
Normal file
14
config/sync/webform.webform_options.yes_no.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
uuid: 7acf2016-9149-4e51-b2fc-e66ecce96923
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
enforced:
|
||||||
|
module:
|
||||||
|
- webform
|
||||||
|
_core:
|
||||||
|
default_config_hash: W88NYg31DbaVNQx1Uir_dwwXHVtF09QOq4VBGsH1Snk
|
||||||
|
id: yes_no
|
||||||
|
label: Yes/No
|
||||||
|
category: General
|
||||||
|
likert: false
|
||||||
|
options: "Yes: Yes\nNo: No\n"
|
Loading…
Reference in a new issue