Commit config after db updates; primarily linebreak expansions

This commit is contained in:
benjamin melançon 2021-07-14 08:53:40 -04:00
parent f803aa6668
commit 27bc701d4a
82 changed files with 2765 additions and 199 deletions

View file

@ -30,6 +30,8 @@ visibility:
context_mapping: { }
request_path:
id: request_path
pages: "/search\n/search/*\n"
pages: |
/search
/search/*
negate: false
context_mapping: { }

View file

@ -26,9 +26,11 @@ settings:
follow_parent: child
level: 1
depth: 0
expand: 0
expand_all_items: false
parent: 'main:menu_link_content:33435872-bdbe-4833-9477-c057c2c33359'
suggestion: main
label_type: block
label_link: false
visibility:
condition_group:
id: condition_group

View file

@ -26,9 +26,11 @@ settings:
follow_parent: child
level: 1
depth: 0
expand: 0
expand_all_items: false
parent: 'main:menu_link_content:f1eaa438-620d-418b-acd3-ad00dab9c635'
suggestion: main
label_type: block
label_link: false
visibility:
condition_group:
id: condition_group

View file

@ -26,9 +26,11 @@ settings:
follow_parent: child
level: 1
depth: 0
expand: 0
expand_all_items: false
parent: 'main:menu_link_content:3f594be0-bb0f-4b30-923e-e7984983a0fd'
suggestion: main
label_type: block
label_link: false
visibility:
condition_group:
id: condition_group

View file

@ -10,11 +10,49 @@ mail_templates:
watcher:
node:
subject: '[site:name] :: new comment on [node:title]'
body: "Hi [comment-subscribed:author],\n\n[comment:author] has commented on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou can stop receiving emails when someone replies to this post,\nby going to [comment-subscribed:unsubscribe-url]\n\nYou can set up auto-following feature for all future posts\nby creating your own user with a few clicks here [site:login-url]\n\n-- [site:name] team\n[site:url]\n"
body: |
Hi [comment-subscribed:author],
[comment:author] has commented on: "[node:title]"
----
[comment:title]
[comment:body]
----
You can view the comment at the following url
[comment:url]
You can stop receiving emails when someone replies to this post,
by going to [comment-subscribed:unsubscribe-url]
You can set up auto-following feature for all future posts
by creating your own user with a few clicks here [site:login-url]
-- [site:name] team
[site:url]
entity_author:
node:
subject: '[site:name] :: new comment for your post'
body: "Hi [node:author],\n\nYou have received a comment on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou will receive emails like this for all replies to your posts. You can\ndisable this by logging in and changing the settings on your user account at\n[node:author:edit-url].\n\n-- [site:name] team\n[site:url]\n"
body: |
Hi [node:author],
You have received a comment on: "[node:title]"
----
[comment:title]
[comment:body]
----
You can view the comment at the following url
[comment:url]
You will receive emails like this for all replies to your posts. You can
disable this by logging in and changing the settings on your user account at
[node:author:edit-url].
-- [site:name] team
[site:url]
_core:
default_config_hash: Q6HMOSKUhb-YgBPZ1JIbcVeOxHPv-eJoBGYmXiG9Pik
bundle_types:

View file

@ -6,4 +6,6 @@ _core:
default_config_hash: eJWhGhpRfmEhpk2aZAe8424DHGi6A4onjpxfouE4eWk
id: edit_contact_form
label: 'Edit contact form'
route: "entity.contact_form.collection\nentity.contact_form.edit_form\n"
route: |
entity.contact_form.collection
entity.contact_form.edit_form

View file

@ -24,7 +24,45 @@ items:
mail_templates:
watcher:
subject: '[site:name] :: new comment on [node:title]'
body: "Hi [comment-subscribed:author],\n\n[comment:author] has commented on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou can stop receiving emails when someone replies to this post,\nby going to [comment-subscribed:unsubscribe-url]\n\nYou can set up auto-following feature for all future posts\nby creating your own user with a few clicks here [site:login-url]\n\n-- [site:name] team\n[site:url]\n"
body: |
Hi [comment-subscribed:author],
[comment:author] has commented on: "[node:title]"
----
[comment:title]
[comment:body]
----
You can view the comment at the following url
[comment:url]
You can stop receiving emails when someone replies to this post,
by going to [comment-subscribed:unsubscribe-url]
You can set up auto-following feature for all future posts
by creating your own user with a few clicks here [site:login-url]
-- [site:name] team
[site:url]
entity_author:
subject: '[site:name] :: new comment for your post'
body: "Hi [node:author],\n\nYou have received a comment on: \"[node:title]\"\n\n----\n[comment:title]\n[comment:body]\n----\n\nYou can view the comment at the following url\n[comment:url]\n\nYou will receive emails like this for all replies to your posts. You can\ndisable this by logging in and changing the settings on your user account at\n[node:author:edit-url].\n\n-- [site:name] team\n[site:url]\n"
body: |
Hi [node:author],
You have received a comment on: "[node:title]"
----
[comment:title]
[comment:body]
----
You can view the comment at the following url
[comment:url]
You will receive emails like this for all replies to your posts. You can
disable this by logging in and changing the settings on your user account at
[node:author:edit-url].
-- [site:name] team
[site:url]

View file

@ -28,7 +28,9 @@ items:
dependencies: { }
id: edit_contact_form
label: 'Edit contact form'
route: "entity.contact_form.collection\nentity.contact_form.edit_form\n"
route: |
entity.contact_form.collection
entity.contact_form.edit_form
-
collection: ''
name: core.date_format.month_day_year

View file

@ -19,7 +19,13 @@ items:
cross_domains: ''
visibility:
request_path_mode: 0
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*\n"
request_path_pages: |
/admin
/admin/*
/batch
/node/add*
/node/*/*
/user/*/*
user_role_mode: 0
user_role_roles: { }
user_account_mode: 0

View file

@ -46,7 +46,10 @@ items:
plugin: text
label: Honeypot
weight: -10
body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\n\nClick Next to be guided through this configuration page.\n"
body: |
Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.
Click Next to be guided through this configuration page.
location: top
protect-all-forms:
id: protect-all-forms
@ -55,7 +58,10 @@ items:
weight: -9
attributes:
data-id: edit-protect-all-forms
body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\n\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.\n"
body: |
Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.
Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.
location: bottom
log-blocked-form-submissions:
id: log-blocked-form-submissions

View file

@ -122,31 +122,117 @@ items:
name: user.mail
data:
cancel_confirm:
body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team\n"
body: |
[user:display-name],
A request to cancel your account has been made at [site:name].
You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
[user:cancel-url]
NOTE: The cancellation of your account is not reversible.
This link expires in one day and nothing will happen if it is not used.
-- [site:name] team
subject: 'Account cancellation request for [user:display-name] at [site:name]'
password_reset:
body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team\n"
body: |
[user:display-name],
A request to reset the password for your account has been made at [site:name].
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.
-- [site:name] team
subject: 'Replacement login information for [user:display-name] at [site:name]'
register_admin_created:
body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
subject: 'An administrator created an account for you at [site:name]'
register_no_approval_required:
body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name]'
register_pending_approval:
body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
register_pending_approval_admin:
body: "[user:display-name] has applied for an account.\n\n[user:edit-url]\n"
body: |
[user:display-name] has applied for an account.
[user:edit-url]
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
status_activated:
body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account at [site:name] has been activated.
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:account-name]
password: Your password
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (approved)'
status_blocked:
body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account on [site:name] has been blocked.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (blocked)'
status_canceled:
body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account on [site:name] has been canceled.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (canceled)'
langcode: en
-

View file

@ -3274,7 +3274,12 @@ items:
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"
form_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
button_classes: ''
default_wizard_prev_button_label: '< Previous Page'
default_wizard_next_button_label: 'Next Page >'
@ -3311,8 +3316,14 @@ items:
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"
preview_classes: |
messages messages--error
messages messages--warning
messages messages--status
confirmation_classes: |
messages messages--error
messages messages--warning
messages messages--status
confirmation_back_classes: button
default_limit_total_message: 'No more submissions are permitted.'
default_limit_user_message: 'No more submissions are permitted.'
@ -3363,9 +3374,28 @@ items:
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"
wrapper_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
horizontal_rule_classes: |
webform-horizontal-rule--solid
webform-horizontal-rule--dashed
webform-horizontal-rule--dotted
webform-horizontal-rule--gradient
webform-horizontal-rule--thin
webform-horizontal-rule--medium
webform-horizontal-rule--thick
webform-horizontal-rule--flaired
webform-horizontal-rule--glyph
default_description_display: ''
default_more_title: More
default_section_title_tag: h2
@ -3408,12 +3438,98 @@ items:
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"
default_body_text: |
Submitted on [webform_submission:created]
Submitted by: [webform_submission:user]
Submitted values are:
[webform_submission:values]
default_body_html: |
<p>Submitted on [webform_submission:created]</p>
<p>Submitted by: [webform_submission:user]</p>
<p>Submitted values are:</p>
[webform_submission:values]
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"
types: |
checkbox:
- true
color:
- '#ffffcc'
- '#ffffcc'
- '#ccffff'
email:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
language_select:
- en
machine_name:
- 'loremipsum'
- 'oratione'
- 'dixisset'
tel:
- '123-456-7890'
- '098-765-4321'
textarea:
- '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.'
- '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;'
- '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.'
text_format:
- 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>'
- 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>'
- 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>'
url:
- 'http://example.com'
- 'http://test.com'
webform_email_confirm:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
webform_email_multiple:
- 'example@example.com, test@test.com, random@random.com'
webform_time:
- '09:00'
- '17:00'
names: |
first_name:
- 'John'
- 'Paul'
- 'Ringo'
- 'George'
last_name:
- 'Lennon'
- 'McCartney'
- 'Starr'
- 'Harrison'
address:
- '10 Main Street'
- '11 Brook Alley Road. APT 1'
zip:
- '11111'
- '12345'
- '12345-6789'
postal_code:
- '11111'
- '12345'
- '12345-6789'
phone:
- '123-456-7890'
- '098-765-4321'
fax:
- '123-456-7890'
- '098-765-4321'
city:
- 'Springfield'
- 'Pleasantville'
- 'Hill Valley'
url:
- 'http://example.com'
- 'http://test.com'
default:
- 'Loremipsum'
- 'Oratione'
- 'Dixisset'
ui:
video_display: dialog
details_save: true
@ -3457,7 +3573,31 @@ items:
title: Contact
description: 'Basic email contact webform.'
category: ''
elements: "name:\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.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n"
elements: |
name:
'#title': 'Your Name'
'#type': textfield
'#required': true
'#default_value': '[current-user:display-name]'
email:
'#title': 'Your Email'
'#type': email
'#required': true
'#default_value': '[current-user:mail]'
subject:
'#title': Subject
'#type': textfield
'#required': true
'#test': 'Testing contact webform from [site:name]'
message:
'#title': Message
'#type': textarea
'#required': true
'#test': 'Please ignore this email.'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Send message'
css: ''
javascript: ''
settings:
@ -3719,7 +3859,14 @@ items:
label: Days
category: 'Date and time'
likert: false
options: "Sunday: Sunday\nMonday: Monday\nTuesday: Tuesday\nWednesday: Wednesday\nThursday: Thursday\nFriday: Friday\nSaturday: Saturday\n"
options: |
Sunday: Sunday
Monday: Monday
Tuesday: Tuesday
Wednesday: Wednesday
Thursday: Thursday
Friday: Friday
Saturday: Saturday
-
collection: ''
name: webform.webform_options.education
@ -3734,7 +3881,11 @@ items:
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"
options: |
High School: High School
Associate Degree: Associate Degree
Graduate or Professional Degree: Graduate or Professional Degree
Some College: Some College
-
collection: ''
name: webform.webform_options.employment_status
@ -3749,7 +3900,12 @@ items:
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"
options: |
'Full Time': 'Full Time'
'Part Time': 'Part Time'
'Military': 'Military'
Unemployed: Unemployed
Retired: Retired
-
collection: ''
name: webform.webform_options.ethnicity
@ -3764,7 +3920,15 @@ items:
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"
options: |
Caucasian: Caucasian
'Latino/Hispanic': 'Latino/Hispanic'
'Middle Eastern': 'Middle Eastern'
African: African
Caribbean: Caribbean
'South Asian': 'South Asian'
'East Asian': 'East Asian'
Mixed: Mixed
-
collection: ''
name: webform.webform_options.gender
@ -3779,7 +3943,9 @@ items:
label: Gender
category: Demographic
likert: false
options: "Male: Male\nFemale: Female\n"
options: |
Male: Male
Female: Female
-
collection: ''
name: webform.webform_options.industry
@ -3794,7 +3960,46 @@ items:
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"
options: |
Accounting/Finance: Accounting/Finance
Advertising/Public Relations: Advertising/Public Relations
Aerospace/Aviation: Aerospace/Aviation
Arts/Entertainment/Publishing: Arts/Entertainment/Publishing
Automotive: Automotive
Banking/Mortgage: Banking/Mortgage
Business Development: Business Development
Business Opportunity: Business Opportunity
Clerical/Administrative: Clerical/Administrative
Construction/Facilities: Construction/Facilities
Consumer Goods: Consumer Goods
Customer Service: Customer Service
Education/Training: Education/Training
Energy/Utilities: Energy/Utilities
Engineering: Engineering
Government/Military: Government/Military
Healthcare: Healthcare
Hospitality/Travel: Hospitality/Travel
Human Resources: Human Resources
Installation/Maintenance: Installation/Maintenance
Insurance: Insurance
Internet: Internet
Law Enforcement/Security: Law Enforcement/Security
Legal: Legal
Management/Executive: Management/Executive
Manufacturing/Operations: Manufacturing/Operations
Marketing: Marketing
Non-Profit/Volunteer: Non-Profit/Volunteer
Pharmaceutical/Biotech: Pharmaceutical/Biotech
Professional Services: Professional Services
Real Estate: Real Estate
Restaurant/Food Service: Restaurant/Food Service
Retail: Retail
Sales: Sales
Science/Research: Science/Research
Skilled Labor: Skilled Labor
Technology: Technology
Telecommunications: Telecommunications
Transportation/Logistics: Transportation/Logistics
-
collection: ''
name: webform.webform_options.languages
@ -3824,7 +4029,12 @@ items:
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"
options: |
1: 'Much Worse'
2: 'Somewhat Worse'
3: 'About the Same'
4: 'Somewhat Better'
5: 'Much Better'
-
collection: ''
name: webform.webform_options.likert_comparison
@ -3839,7 +4049,12 @@ items:
label: 'Likert: Comparison'
category: Likert
likert: true
options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n"
options: |
1: Strongly Disagree
2: Disagree
3: Neutral
4: Agree
5: Strongly Agree
-
collection: ''
name: webform.webform_options.likert_importance
@ -3854,7 +4069,12 @@ items:
label: 'Likert: Importance'
category: Likert
likert: true
options: "1: Not at all Important\n2: Somewhat Important\n3: Neutral\n4: Important\n5: Very Important\n"
options: |
1: Not at all Important
2: Somewhat Important
3: Neutral
4: Important
5: Very Important
-
collection: ''
name: webform.webform_options.likert_quality
@ -3869,7 +4089,12 @@ items:
label: 'Likert: Quality'
category: Likert
likert: true
options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n"
options: |
1: Poor
2: Fair
3: Good
4: Very good
5: Excellent
-
collection: ''
name: webform.webform_options.likert_satisfaction
@ -3884,7 +4109,12 @@ items:
label: 'Likert: Satisfaction'
category: Likert
likert: true
options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n"
options: |
1: Very Unsatisfied
2: Unsatisfied
3: Neutral
4: Satisfied
5: Very Satisfied
-
collection: ''
name: webform.webform_options.likert_ten_scale
@ -3899,7 +4129,17 @@ items:
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"
options: |
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 7
8: 8
9: 9
10: 10
-
collection: ''
name: webform.webform_options.likert_would_you
@ -3914,7 +4154,12 @@ items:
label: 'Likert: Would You'
category: Likert
likert: true
options: "1: Definitely Not\n2: Probably Not\n3: Not Sure\n4: Probably\n5: Definitely\n"
options: |
1: Definitely Not
2: Probably Not
3: Not Sure
4: Probably
5: Definitely
-
collection: ''
name: webform.webform_options.marital_status
@ -3929,7 +4174,11 @@ items:
label: 'Marital status'
category: Demographic
likert: false
options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n"
options: |
Single: Single
Married: Married
Divorced: Divorced
Widowed: Widowed
-
collection: ''
name: webform.webform_options.months
@ -3944,7 +4193,19 @@ items:
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"
options: |
January: January
February: February
March: March
April: April
May: May
June: June
July: July
August: August
September: September
October: October
November: November
December: December
-
collection: ''
name: webform.webform_options.phone_types
@ -3959,7 +4220,10 @@ items:
label: 'Phone type'
category: Demographic
likert: false
options: "Home: Home\nOffice: Office\nCell: Cell\n"
options: |
Home: Home
Office: Office
Cell: Cell
-
collection: ''
name: webform.webform_options.relationship
@ -3974,7 +4238,12 @@ items:
label: Relationship
category: Demographic
likert: false
options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n"
options: |
Parent: Parent
'Significant Other': 'Significant Other'
Sibling: Sibling
Child: Child
Friend: Friend
-
collection: ''
name: webform.webform_options.size
@ -3989,7 +4258,12 @@ items:
label: Size
category: General
likert: false
options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n"
options: |
Extra Small: Extra Small
Small: Small
Medium: Medium
Large: Large
Extra Large: Extra Large
-
collection: ''
name: webform.webform_options.state_codes
@ -4004,7 +4278,59 @@ items:
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"
options: |
AL: Alabama
AK: Alaska
AZ: Arizona
AR: Arkansas
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
OH: Ohio
OK: Oklahoma
OR: Oregon
PA: Pennsylvania
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming
-
collection: ''
name: webform.webform_options.state_names
@ -4019,7 +4345,58 @@ items:
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"
options: |
Alabama: Alabama
Alaska: Alaska
Arizona: Arizona
Arkansas: Arkansas
California: California
Colorado: Colorado
Connecticut: Connecticut
Delaware: Delaware
'District of Columbia': 'District of Columbia'
Florida: Florida
Georgia: Georgia
Hawaii: Hawaii
Idaho: Idaho
Illinois: Illinois
Indiana: Indiana
Iowa: Iowa
Kansas: Kansas
Kentucky: Kentucky
Louisiana: Louisiana
Maine: Maine
Maryland: Maryland
Massachusetts: Massachusetts
Michigan: Michigan
Minnesota: Minnesota
Mississippi: Mississippi
Missouri: Missouri
Montana: Montana
Nebraska: Nebraska
Nevada: Nevada
'New Hampshire': 'New Hampshire'
'New Jersey': 'New Jersey'
'New Mexico': 'New Mexico'
'New York': 'New York'
'North Carolina': 'North Carolina'
'North Dakota': 'North Dakota'
Ohio: Ohio
Oklahoma: Oklahoma
Oregon: Oregon
Pennsylvania: Pennsylvania
'Rhode Island': 'Rhode Island'
'South Carolina': 'South Carolina'
'South Dakota': 'South Dakota'
Tennessee: Tennessee
Texas: Texas
Utah: Utah
Vermont: Vermont
Virginia: Virginia
Washington: Washington
'West Virginia': 'West Virginia'
Wisconsin: Wisconsin
Wyoming: Wyoming
-
collection: ''
name: webform.webform_options.state_province_codes
@ -4034,7 +4411,69 @@ items:
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"
options: |
AL: Alabama
AK: Alaska
AS: 'American Samoa'
AZ: Arizona
AR: Arkansas
AE: 'Armed Forces (Canada, Europe, Africa, or Middle East'
AA: 'Armed Forces Americas'
AP: 'Armed Forces Pacific'
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FM: 'Federated States of Micronesia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MH: 'Marshall Islands'
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
MP: 'Northern Mariana Islands'
OH: Ohio
OK: Oklahoma
OR: Oregon
PW: Palau
PA: Pennsylvania
PR: 'Puerto Rico'
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VI: 'Virgin Islands'
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming
-
collection: ''
name: webform.webform_options.state_province_names
@ -4049,7 +4488,69 @@ items:
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"
options: |
Alabama: Alabama
Alaska: Alaska
'American Samoa': 'American Samoa'
Arizona: Arizona
Arkansas: Arkansas
'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'
'Armed Forces Americas': 'Armed Forces Americas'
'Armed Forces Pacific': 'Armed Forces Pacific'
California: California
Colorado: Colorado
Connecticut: Connecticut
Delaware: Delaware
'District of Columbia': 'District of Columbia'
'Federated States of Micronesia': 'Federated States of Micronesia'
Florida: Florida
Georgia: Georgia
Guam: Guam
Hawaii: Hawaii
Idaho: Idaho
Illinois: Illinois
Indiana: Indiana
Iowa: Iowa
Kansas: Kansas
Kentucky: Kentucky
Louisiana: Louisiana
Maine: Maine
'Marshall Islands': 'Marshall Islands'
Maryland: Maryland
Massachusetts: Massachusetts
Michigan: Michigan
Minnesota: Minnesota
Mississippi: Mississippi
Missouri: Missouri
Montana: Montana
Nebraska: Nebraska
Nevada: Nevada
'New Hampshire': 'New Hampshire'
'New Jersey': 'New Jersey'
'New Mexico': 'New Mexico'
'New York': 'New York'
'North Carolina': 'North Carolina'
'North Dakota': 'North Dakota'
'Northern Mariana Islands': 'Northern Mariana Islands'
Ohio: Ohio
Oklahoma: Oklahoma
Oregon: Oregon
Palau: Palau
Pennsylvania: Pennsylvania
'Puerto Rico': 'Puerto Rico'
'Rhode Island': 'Rhode Island'
'South Carolina': 'South Carolina'
'South Dakota': 'South Dakota'
Tennessee: Tennessee
Texas: Texas
Utah: Utah
Vermont: Vermont
'Virgin Islands': 'Virgin Islands'
Virginia: Virginia
Washington: Washington
'West Virginia': 'West Virginia'
Wisconsin: Wisconsin
Wyoming: Wyoming
-
collection: ''
name: webform.webform_options.time_zones
@ -4079,7 +4580,12 @@ items:
label: Titles
category: Demographic
likert: false
options: "Miss: Miss\nMs: Ms\nMr: Mr\nMrs: Mrs\nDr: Dr\n"
options: |
Miss: Miss
Ms: Ms
Mr: Mr
Mrs: Mrs
Dr: Dr
-
collection: ''
name: webform.webform_options.yes_no
@ -4094,4 +4600,6 @@ items:
label: Yes/No
category: General
likert: false
options: "Yes: Yes\nNo: No\n"
options: |
Yes: Yes
No: No

View file

@ -1,6 +1,33 @@
403:
title: 'Access denied'
body: "<section class=\"section\" data-headerbg=\"light\">\n <div class=\"container\">\n <div class=\"flow content\">\n <div class=\"flow_middle\">\n <p class=\"subtitle is-3 is-mono\">I'm sorry, you do not have permission to be here.</p>\n </div>\n <div class=\"flow_full\">\n <div class=\"columns is-centered-vert\">\n <div class=\"column\">\n <blockquote class=\"is-marine\">\n<p class=\"subtitle is-4\">Knocked once<br />\nTried to tell 'em I've been there<br />\nDoor slammed<br />\nHospitality's thin there</p>\n<cite>Marvin Moore, \"Green Door\"</cite>\n </blockquote>\n </div>\n <div class=\"column\">\n <ul class=\"icon-list icon-list-cols\">\n <li class=\"agc-locked is-marine is-2\"></li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n"
body: |
<section class="section" data-headerbg="light">
<div class="container">
<div class="flow content">
<div class="flow_middle">
<p class="subtitle is-3 is-mono">I'm sorry, you do not have permission to be here.</p>
</div>
<div class="flow_full">
<div class="columns is-centered-vert">
<div class="column">
<blockquote class="is-marine">
<p class="subtitle is-4">Knocked once<br />
Tried to tell 'em I've been there<br />
Door slammed<br />
Hospitality's thin there</p>
<cite>Marvin Moore, "Green Door"</cite>
</blockquote>
</div>
<div class="column">
<ul class="icon-list icon-list-cols">
<li class="agc-locked is-marine is-2"></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
theme: ''
404:
title: 'Requested page not found'

View file

@ -48,7 +48,10 @@ settings:
- Maximize
plugins:
stylescombo:
styles: "p.subtitle.is-mono.is-4|Mono subtitle\np.title.is-5.is-spaced|Small title\np.subtitle.is-6|Small subtitle\n"
styles: |
p.subtitle.is-mono.is-4|Mono subtitle
p.title.is-5.is-spaced|Small title
p.subtitle.is-6|Small subtitle
language:
language_list: un
linebreaks:

View file

@ -4,7 +4,13 @@ domain_mode: 0
cross_domains: ''
visibility:
request_path_mode: 0
request_path_pages: "/admin\n/admin/*\n/batch\n/node/add*\n/node/*/*\n/user/*/*\n"
request_path_pages: |
/admin
/admin/*
/batch
/node/add*
/node/*/*
/user/*/*
user_role_mode: 0
user_role_roles: { }
user_account_mode: 0

View file

@ -10,3 +10,4 @@ description: 'Basic group type that can be classified by a group type vocabulary
creator_membership: true
creator_wizard: true
creator_roles: { }
new_revision: false

View file

@ -4,7 +4,10 @@ display:
footer:
area:
content:
value: "<div class=\"titlebar\">\n<div class=\"titlebar_links\"><a href=\"/blog\">Más entradas de blog</a></div>\n</div>\n"
value: |
<div class="titlebar">
<div class="titlebar_links"><a href="/blog">Más entradas de blog</a></div>
</div>
format: full_html
page_listing:
display_title: Página

View file

@ -1 +1,22 @@
elements: "intro_text:\n '#text': \"<p>Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.</p>\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n"
elements: |
intro_text:
'#text': "<p>Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.</p>\r\n"
name:
'#title': Nombre
topics:
'#title': Temas
'#options':
'Introduction to Drupal': 'Introducción a Drupal'
'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'
'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'
'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'
'Drupal theming and templating': 'Diseño y theming en Drupal'
'Data migration': 'Migración de Datos'
size:
'#title': Tamaño
'#options':
'Personal training': 'Capacitación personal'
'Small group (2-5)': 'Grupo pequeño(2-5)'
'Larger group (more than 5)': 'Grupo grande (mas de 5)'
actions:
'#submit__label': 'Pedir una capacitación'

View file

@ -1,8 +1,27 @@
title: Contact
elements: "introduction:\n '#markup': 'Usted &ndash; nuestros clientes, colegas, y admiradores locos &ndash; es la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nactions:\n '#submit__label': 'Enviar Mensaje'\n"
elements: |
introduction:
'#markup': 'Usted &ndash; nuestros clientes, colegas, y admiradores locos &ndash; es la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'
name:
'#title': 'Tu Nombre'
email:
'#title': 'Tu Correo Electrónico'
subject:
'#title': 'El Tema'
message:
'#title': Mensaje
actions:
'#submit__label': 'Enviar Mensaje'
settings:
confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.'
handlers:
email_notification:
settings:
body: "Hola Agarics, \n\nTú recibiste un nuevo mensaje.\n\n<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>\n<p>Submitted values are:</p>\n{{ webform_token('[webform_submission:values]', webform_submission) }}\n"
body: |
Hola Agarics,
Tú recibiste un nuevo mensaje.
<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>
<p>Submitted values are:</p>
{{ webform_token('[webform_submission:values]', webform_submission) }}

View file

@ -1,4 +1,24 @@
title: Contacto
elements: "introduction:\n '#markup': 'Usted &ndash; nuestros clientes, colegas, y admiradores locos &ndash; on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nhow_did_you_find_us:\n '#title': '¿Cómo se enteró de nosotros?'\n '#options':\n 'A professional or personal recommendation': 'Una recomendación profesional o personal'\n 'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'\n 'Google or something similar': 'Google o algo similar'\n 'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'\n '#other__option_label': Otro\nactions:\n '#submit__label': 'Enviar Mensaje'\n"
elements: |
introduction:
'#markup': 'Usted &ndash; nuestros clientes, colegas, y admiradores locos &ndash; on la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'
name:
'#title': 'Tu Nombre'
email:
'#title': 'Tu Correo Electrónico'
subject:
'#title': 'El Tema'
message:
'#title': Mensaje
how_did_you_find_us:
'#title': '¿Cómo se enteró de nosotros?'
'#options':
'A professional or personal recommendation': 'Una recomendación profesional o personal'
'I met an Agaric and was given a business card': 'Conocí a un Agárico y me dieron una tarjeta de presentación'
'Google or something similar': 'Google o algo similar'
'The Agaric logo appeared on toast I made': 'El logo de Agaric apareció en una tostada que hice'
'#other__option_label': Otro
actions:
'#submit__label': 'Enviar Mensaje'
settings:
confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.'

View file

@ -1 +1,22 @@
elements: "intro_text:\n '#text': \"<p>Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.</p>\\r\\n\"\nname:\n '#title': Nombre\ntopics:\n '#title': Temas\n '#options':\n 'Introduction to Drupal': 'Introducción a Drupal'\n 'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'\n 'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'\n 'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'\n 'Drupal theming and templating': 'Diseño y theming en Drupal'\n 'Data migration': 'Migración de Datos'\nsize:\n '#title': Tamaño\n '#options':\n 'Personal training': 'Capacitación personal'\n 'Small group (2-5)': 'Grupo pequeño(2-5)'\n 'Larger group (more than 5)': 'Grupo grande (mas de 5)'\nactions:\n '#submit__label': 'Pedir una capacitación'\n"
elements: |
intro_text:
'#text': "<p>Gracias por el interetes en nuestras capacitaciones. Solo necesitamos un poco de información acerca de lo que buscas y nos pondremos en contacto pronto.</p>\r\n"
name:
'#title': Nombre
topics:
'#title': Temas
'#options':
'Introduction to Drupal': 'Introducción a Drupal'
'Drupal development (beginning)': 'Desarollo en Drupal development (principiante)'
'Drupal development (intermediate)': 'Desarrollo en Drupal (intermedio)'
'Drupal development (advanced)': 'Desarrollo en Drupal (avanzado)'
'Drupal theming and templating': 'Diseño y theming en Drupal'
'Data migration': 'Migración de Datos'
size:
'#title': Tamaño
'#options':
'Personal training': 'Capacitación personal'
'Small group (2-5)': 'Grupo pequeño(2-5)'
'Larger group (more than 5)': 'Grupo grande (mas de 5)'
actions:
'#submit__label': 'Pedir una capacitación'

View file

@ -1,5 +1,155 @@
row_limit: 100000
pages: "/wp-login.php\n/\n/xmlrpc.php\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell\n/\n/.well-known/assetlinks.json\n/\n/plus/read.php\n/\n/servlet?jumpto=status&p=login&q=loginForm\n/\n/data/cache/asd.php\n/\n/data/cache/flye.php\n/\n/plus/result.php\n/\n/phpmyadmin\n/\n/fuck.php\n/\n/plus/mytag_js.php?aid=9527\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/wordpress/wp-login.php\n/\n/coon.php\n/\n/sqlite/sqlite-manager/main.php\n/\n/plus/mytag_js.php?aid=9527\n/\n/dede/login.php\n/\n/blog/xmlrpc.php\n/\n/plus/90sec.php\n/\n/admin/login.php\n/\n/lx.php\n/\n/lequ.php\n/\n/blog/user/register\n/\n/payload.php\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/MYAdmin\n/\n/plus/mytag_js.php?aid=511348\n/\n/sb.php\n/\n/\n/sqlite/sqlitemanager/main.php\n/\n/mySqlDumper\n/\n/plus/mytag_js.php?aid=6022\n/\n/pmd/index.php\n/\n/sites/default/files/content-post.php\n/\n/gb.php\n/\n/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B\n/\n/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php\n/\n/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11\n/\n/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php\n/\n/config/secrets.yml\n/\n/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE\n/\n/plus/da.php\n/\n/plus/car.php\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/auth/register\n/\n/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run\n/\n/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run\n"
pages: |
/wp-login.php
/
/xmlrpc.php
/
/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run
/
/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/module.php?echo%2027ebdd36a8ac535e55aaeb6abf8a769d&feature=shell
/
/.well-known/assetlinks.json
/
/plus/read.php
/
/servlet?jumpto=status&p=login&q=loginForm
/
/data/cache/asd.php
/
/data/cache/flye.php
/
/plus/result.php
/
/phpmyadmin
/
/fuck.php
/
/plus/mytag_js.php?aid=9527
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/wordpress/wp-login.php
/
/coon.php
/
/sqlite/sqlite-manager/main.php
/
/plus/mytag_js.php?aid=9527
/
/dede/login.php
/
/blog/xmlrpc.php
/
/plus/90sec.php
/
/admin/login.php
/
/lx.php
/
/lequ.php
/
/blog/user/register
/
/payload.php
/
/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/MYAdmin
/
/plus/mytag_js.php?aid=511348
/
/sb.php
/
/
/sqlite/sqlitemanager/main.php
/
/mySqlDumper
/
/plus/mytag_js.php?aid=6022
/
/pmd/index.php
/
/sites/default/files/content-post.php
/
/gb.php
/
/s.php?c=echo%20InfoOS%3A%60uname%20-a%3Bid%60OSInfo%3B%20exit%3B
/
/modules/coder/coder_upgrade/scripts/coder_upgrade.run.php
/
/install/index.php.bak?insLockfile=a&install_demo_name=..%2Fdata%2Fadmin%2Fconfig_update.php&s_lang=a&step=11
/
/srv/svn/agaric/drupal-contrib/5/modules-all/transliteration/data/x6e.php
/
/config/secrets.yml
/
/ewebeditor/php/upload.php?action=save&language=en&style=toby57&type=FILE
/
/plus/da.php
/
/plus/car.php
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run
/
/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/core/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/27ebdd36a8ac535e55aaeb6abf8a769d.php?_cmd=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/s.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/ps.php?c=echo%2027ebdd36a8ac535e55aaeb6abf8a769d
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/auth/register
/
/~kava/paypal/us/webscr.php?cmd=_login-run
/
/VaVWK/ZkPMP/imWVj/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/PMkNg/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
/
/OOYUZ/USSVZ/WNOgZ/WifnZ/~kava/paypal/us/webscr.php?cmd=_login-run
/
/keLTj/LMTPS/~kava/paypal/us/webscr.php?cmd=_login-run
suppress_404: false
_core:
default_config_hash: FgPCEDevf9dhNU_QB_fo-4AWxi0rrSZ2SGfd7bLNzLM

View file

@ -18,7 +18,10 @@ tips:
plugin: text
label: Honeypot
weight: -10
body: "Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.\n\nClick Next to be guided through this configuration page.\n"
body: |
Congratulations on installing Honeypot on your site! With just a few clicks, you can have your site well-protected against automated spam bots.
Click Next to be guided through this configuration page.
location: top
protect-all-forms:
id: protect-all-forms
@ -27,7 +30,10 @@ tips:
weight: -9
attributes:
data-id: edit-protect-all-forms
body: "Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.\n\nNote: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.\n"
body: |
Protecting all the forms is the easiest way to quickly cut down on spam on your site, but doing this disables Drupal's caching for every page where a form is displayed.
Note: If you have the honeypot time limit enabled, this option may cause issues with Drupal Commerce product forms or similarly-sparse forms that are able to be completed in a very short time.
location: bottom
log-blocked-form-submissions:
id: log-blocked-form-submissions

View file

@ -1,29 +1,115 @@
cancel_confirm:
body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team\n"
body: |
[user:display-name],
A request to cancel your account has been made at [site:name].
You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:
[user:cancel-url]
NOTE: The cancellation of your account is not reversible.
This link expires in one day and nothing will happen if it is not used.
-- [site:name] team
subject: 'Account cancellation request for [user:display-name] at [site:name]'
password_reset:
body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team\n"
body: |
[user:display-name],
A request to reset the password for your account has been made at [site:name].
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.
-- [site:name] team
subject: 'Replacement login information for [user:display-name] at [site:name]'
register_admin_created:
body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
subject: 'An administrator created an account for you at [site:name]'
register_no_approval_required:
body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:name]
password: Your password
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name]'
register_pending_approval:
body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
register_pending_approval_admin:
body: "[user:display-name] has applied for an account.\n\n[user:edit-url]\n"
body: |
[user:display-name] has applied for an account.
[user:edit-url]
subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)'
status_activated:
body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account at [site:name] has been activated.
You may now log in by clicking this link or copying and pasting it into your browser:
[user:one-time-login-url]
This link can only be used once to log in and will lead you to a page where you can set your password.
After setting your password, you will be able to log in at [site:login-url] in the future using:
username: [user:account-name]
password: Your password
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (approved)'
status_blocked:
body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account on [site:name] has been blocked.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (blocked)'
status_canceled:
body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team\n"
body: |
[user:display-name],
Your account on [site:name] has been canceled.
-- [site:name] team
subject: 'Account details for [user:display-name] at [site:name] (canceled)'
langcode: en
_core:

View file

@ -282,7 +282,12 @@ display:
empty: false
tokenize: false
content:
value: "<div class=\"titlebar\">\n <div class=\"titlebar_links\">\n <a href=\"/blog\">More blog posts</a>\n </div>\n</div>\n"
value: |
<div class="titlebar">
<div class="titlebar_links">
<a href="/blog">More blog posts</a>
</div>
</div>
format: full_html
plugin_id: text
cache_metadata:

View file

@ -352,6 +352,19 @@ display:
plugin_id: language
entity_type: node
entity_field: langcode
status:
expose:
operator: ''
operator_limit_selection: false
operator_list: { }
field: status
group: 1
id: status
table: node_field_data
value: '1'
plugin_id: boolean
entity_type: node
entity_field: status
display_extenders: { }
cache_metadata:
contexts:

View file

@ -1,6 +1,6 @@
settings:
default_status: open
default_page_base_path: form
default_page_base_path: /form
default_ajax: false
default_ajax_effect: fade
default_ajax_speed: 500
@ -17,13 +17,19 @@ settings:
default_form_disable_back: false
default_form_submit_back: false
default_form_unsaved: false
default_form_disable_remote_addr: 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"
form_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
button_classes: ''
default_wizard_prev_button_label: '< Previous Page'
default_wizard_next_button_label: 'Next Page >'
@ -65,8 +71,14 @@ settings:
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"
preview_classes: |
messages messages--error
messages messages--warning
messages messages--status
confirmation_classes: |
messages messages--error
messages messages--warning
messages messages--status
confirmation_back_classes: button
default_limit_total_message: 'No more submissions are permitted.'
default_limit_user_message: 'No more submissions are permitted.'
@ -128,9 +140,28 @@ element:
machine_name_pattern: a-z0-9_
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"
wrapper_classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
classes: |
container-inline clearfix
form--inline clearfix
messages messages--error
messages messages--warning
messages messages--status
horizontal_rule_classes: |
webform-horizontal-rule--solid
webform-horizontal-rule--dashed
webform-horizontal-rule--dotted
webform-horizontal-rule--gradient
webform-horizontal-rule--thin
webform-horizontal-rule--medium
webform-horizontal-rule--thick
webform-horizontal-rule--flaired
webform-horizontal-rule--glyph
default_description_display: ''
default_more_title: More
default_section_title_tag: h2
@ -173,13 +204,99 @@ mail:
default_sender_mail: ''
default_sender_name: Agaric
default_subject: 'Webform submission from: [webform_submission:source-title]'
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"
default_body_text: |
Submitted on [webform_submission:created]
Submitted by: [webform_submission:user]
Submitted values are:
[webform_submission:values]
default_body_html: |
<p>Submitted on [webform_submission:created]</p>
<p>Submitted by: [webform_submission:user]</p>
<p>Submitted values are:</p>
[webform_submission:values]
roles:
- staff
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"
types: |
checkbox:
- true
color:
- '#ffffcc'
- '#ffffcc'
- '#ccffff'
email:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
language_select:
- en
machine_name:
- 'loremipsum'
- 'oratione'
- 'dixisset'
tel:
- '123-456-7890'
- '098-765-4321'
textarea:
- '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.'
- '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;'
- '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.'
text_format:
- 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>'
- 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>'
- 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>'
url:
- 'http://example.com'
- 'http://test.com'
webform_email_confirm:
- 'example@example.com'
- 'test@test.com'
- 'random@random.com'
webform_email_multiple:
- 'example@example.com, test@test.com, random@random.com'
webform_time:
- '09:00'
- '17:00'
names: |
first_name:
- 'John'
- 'Paul'
- 'Ringo'
- 'George'
last_name:
- 'Lennon'
- 'McCartney'
- 'Starr'
- 'Harrison'
address:
- '10 Main Street'
- '11 Brook Alley Road. APT 1'
zip:
- '11111'
- '12345'
- '12345-6789'
postal_code:
- '11111'
- '12345'
- '12345-6789'
phone:
- '123-456-7890'
- '098-765-4321'
fax:
- '123-456-7890'
- '098-765-4321'
city:
- 'Springfield'
- 'Pleasantville'
- 'Hill Valley'
url:
- 'http://example.com'
- 'http://test.com'
default:
- 'Loremipsum'
- 'Oratione'
- 'Dixisset'
ui:
video_display: dialog
details_save: true
@ -187,6 +304,7 @@ ui:
dialog_disabled: false
offcanvas_disabled: false
promotions_disabled: false
support_disabled: false
description_help: true
toolbar_item: false
libraries:

View file

@ -12,7 +12,27 @@ id: attend_the_tech_and_rev_workshop
title: 'Attend the Tech and Rev Workshop'
description: ''
category: ''
elements: "intro:\n '#type': webform_markup\n '#markup': 'Register for the upcoming partipatory workshop on technology and revolution. The more people that RSVP the better we can prepare for the discussion.'\nyour_name:\n '#type': textfield\n '#title': 'Your Name'\norganization:\n '#type': textfield\n '#title': 'Your organization'\nattendee_number:\n '#type': number\n '#title': 'How many people are you bringing (including yourself)'\nemail:\n '#type': email\n '#title': 'Your email'\n '#description': 'Include your email address if you&#39;d like to be added to Agaric&#39;s announcement list for future events.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': Register\n"
elements: |
intro:
'#type': webform_markup
'#markup': 'Register for the upcoming partipatory workshop on technology and revolution. The more people that RSVP the better we can prepare for the discussion.'
your_name:
'#type': textfield
'#title': 'Your Name'
organization:
'#type': textfield
'#title': 'Your organization'
attendee_number:
'#type': number
'#title': 'How many people are you bringing (including yourself)'
email:
'#type': email
'#title': 'Your email'
'#description': 'Include your email address if you&#39;d like to be added to Agaric&#39;s announcement list for future events.'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': Register
css: ''
javascript: ''
settings:
@ -33,7 +53,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,20 @@ id: blog_posts
title: 'Blog posts'
description: 'Get blog posts via email'
category: Mailchimp
elements: "your_name:\n '#type': webform_name\n '#title': 'Your name'\n '#title__access': false\n '#middle__access': false\n '#suffix__access': false\n '#degree__access': false\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\nsend_blog_posts_via_email:\n '#type': checkbox\n '#title': 'Send blog posts via email'\n"
elements: |
your_name:
'#type': webform_name
'#title': 'Your name'
'#title__access': false
'#middle__access': false
'#suffix__access': false
'#degree__access': false
your_email_address:
'#type': email
'#title': 'Your email address'
send_blog_posts_via_email:
'#type': checkbox
'#title': 'Send blog posts via email'
css: ''
javascript: ''
settings:
@ -33,7 +46,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,38 @@ id: capacitacion
title: Capacitación
description: '<p class="title is-2 p-name">Formulario para capacitaci&oacute;n</p>'
category: ''
elements: "intro_text:\n '#type': processed_text\n '#text': \"<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\\r\\n\"\n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntopics:\n '#type': checkboxes\n '#title': Topics\n '#options':\n 'Introduction to Drupal': 'Introduction to Drupal'\n 'Drupal development (beginning)': 'Drupal development (beginning)'\n 'Drupal development (intermediate)': 'Drupal development (intermediate)'\n 'Drupal development (advanced)': 'Drupal development (advanced)'\n 'Drupal theming and templating': 'Drupal theming and templating'\n 'Data migration': 'Data migration'\nsize:\n '#type': checkboxes\n '#title': Size\n '#options':\n 'Personal training': 'Personal training'\n 'Small group (2-5)': 'Small group (2-5)'\n 'Larger group (more than 5)': 'Larger group (more than 5)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Request training'\n"
elements: |
intro_text:
'#type': processed_text
'#text': "<p>Thanks for showing interest in our trainings. Just share a bit about what you're looking for and we'll follow up with you soon thereafter.</p>\r\n"
'#format': basic_html
name:
'#type': textfield
'#title': Name
email:
'#type': email
'#title': Email
topics:
'#type': checkboxes
'#title': Topics
'#options':
'Introduction to Drupal': 'Introduction to Drupal'
'Drupal development (beginning)': 'Drupal development (beginning)'
'Drupal development (intermediate)': 'Drupal development (intermediate)'
'Drupal development (advanced)': 'Drupal development (advanced)'
'Drupal theming and templating': 'Drupal theming and templating'
'Data migration': 'Data migration'
size:
'#type': checkboxes
'#title': Size
'#options':
'Personal training': 'Personal training'
'Small group (2-5)': 'Small group (2-5)'
'Larger group (more than 5)': 'Larger group (more than 5)'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Request training'
css: ''
javascript: ''
settings:
@ -33,7 +64,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -114,7 +145,9 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: page
confirmation_title: 'Tu solicitud de entrenamiento fue un éxito.'
confirmation_message: "Gracias por solicitar un entrenamiento. Revisaremos sus necesidades y haremos un seguimiento pronto. Mientras tanto, no dude en leer nuestras publicaciones de <a href=\"/es/blog\">blog</a> o nuestros <a href=\"https://peertube.video/accounts/agaric/videos\">videos de capacitaci&oacute;n</a>.<br />\n&nbsp;\n"
confirmation_message: |
Gracias por solicitar un entrenamiento. Revisaremos sus necesidades y haremos un seguimiento pronto. Mientras tanto, no dude en leer nuestras publicaciones de <a href="/es/blog">blog</a> o nuestros <a href="https://peertube.video/accounts/agaric/videos">videos de capacitaci&oacute;n</a>.<br />
&nbsp;
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: true

View file

@ -5,8 +5,6 @@ dependencies:
enforced:
module:
- webform
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
open: null
close: null
weight: 0
@ -17,7 +15,35 @@ id: contact
title: Contact
description: 'Basic email contact webform.'
category: ''
elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You &ndash; our clients, colleagues, and crazed adoring fans &ndash; are the reason we do what we do. We would 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.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n"
elements: |
introduction:
'#type': webform_markup
'#admin_title': Introduction
'#markup': 'You &ndash; our clients, colleagues, and crazed adoring fans &ndash; are the reason we do what we do. We would love to hear from you.'
name:
'#title': 'Your Name'
'#type': textfield
'#required': true
'#default_value': '[current-user:display-name]'
email:
'#title': 'Your Email'
'#type': email
'#required': true
'#default_value': '[current-user:mail]'
subject:
'#title': Subject
'#type': textfield
'#required': true
'#test': 'Testing contact webform from [site:name]'
message:
'#title': Message
'#type': textarea
'#required': true
'#test': 'Please ignore this email.'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Send message'
css: ''
javascript: ''
settings:
@ -38,7 +64,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -218,7 +244,14 @@ handlers:
from_options: { }
from_name: '[webform_submission:values:name:raw]'
subject: '[webform_submission:values:subject:raw]'
body: "Hi Agarics, \n\nYou got a new message.\n\n<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>\n<p>Submitted values are:</p>\n{{ webform_token('[webform_submission:values]', webform_submission) }}\n"
body: |
Hi Agarics,
You got a new message.
<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>
<p>Submitted values are:</p>
{{ webform_token('[webform_submission:values]', webform_submission) }}
excluded_elements: { }
ignore_access: false
exclude_empty: true
@ -235,3 +268,5 @@ handlers:
theme_name: ''
parameters: { }
variants: { }
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww

View file

@ -12,7 +12,25 @@ id: contact_confirm
title: 'Thanks for contacting Agaric'
description: 'A confirmation page to ask some follow-up questions.'
category: ''
elements: "do_you_have_any_feedback_for_us_:\n '#type': textarea\n '#title': 'Do you have any feedback for us?'\n '#required': true\n '#format_items': comma\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\nsubmission_id:\n '#type': hidden\n '#title': 'Submission ID'\n '#default_value': '[current-page:query:submission]'\n"
elements: |
do_you_have_any_feedback_for_us_:
'#type': textarea
'#title': 'Do you have any feedback for us?'
'#required': true
'#format_items': comma
how_did_you_find_us:
'#type': webform_radios_other
'#title': 'How did you find us?'
'#options':
'A professional or personal recommendation': 'A professional or personal recommendation'
'I met an Agaric and was given a business card': 'I met an Agaric and was given a business card'
'Google or something similar': 'Google or something similar'
'The Agaric logo appeared on toast I made': 'The Agaric logo appeared on toast I made'
'#other__option_label': Other
submission_id:
'#type': hidden
'#title': 'Submission ID'
'#default_value': '[current-page:query:submission]'
css: ''
javascript: ''
settings:
@ -33,7 +51,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -14,7 +14,41 @@ id: drupal_8_9_content_migrations
title: 'Drupal 8/9 content migrations'
description: ''
category: Purchase
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, February 02** and **Thursday, February 04, 2021**\n * Time: Both sessions at **10AM1:30PM Eastern**\n * Cost: **$500**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
elements: |
course_summary:
'#type': processed_text
'#display_on': both
'#text': |2
* Lead instructor: **Mauricio Dinarte**
* Date: **Tuesday, February 02** and **Thursday, February 04, 2021**
* Time: Both sessions at **10AM1:30PM Eastern**
* Cost: **$500**
'#format': markdown
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': E-mail
'#required': true
payment:
'#type': stripe
'#title': Payment
'#format_items': ul
'#format_items_html': ''
'#format_items_text': ''
'#stripe_selectors_name': ':input[name="name"]'
optional_info_for_your_receipt:
'#type': textarea
'#title': 'Optional info for your receipt'
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
'#autocomplete': 'off'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Purchase ticket'
css: ''
javascript: ''
settings:
@ -35,7 +69,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -116,7 +150,10 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: inline
confirmation_title: ''
confirmation_message: "Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe&#39;ve sent an e-mail to [webform_submission:values:email].\n"
confirmation_message: |
Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />
[webform_submission:values:course_summary:html]<br />
We&#39;ve sent an e-mail to [webform_submission:values:email].
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: false
@ -235,7 +272,18 @@ handlers:
from_options: { }
from_name: _default
subject: 'Training registration for [webform:title]'
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe team at Agaric\n"
body: |
Dear [webform_submission:values:name],<br />
<br />
Thank you for registering!<br />
<br />
[webform_submission:values:course_summary:html]<br />
<br />
Connection information for joining the training online will be sent prior to the event.<br />
<br />
Best,<br />
<br />
The team at Agaric
excluded_elements:
course_summary: course_summary
payment: payment

View file

@ -12,7 +12,51 @@ id: drutopia_intake
title: 'Drutopia Intake'
description: 'Determine a potential Drutopia partner&#39;s needs.'
category: 'Survey of needs'
elements: "contactinfo:\n '#type': webform_contact\n '#title': 'Contact Info'\nyour_mission:\n '#type': textarea\n '#title': 'Your Mission'\n '#description': 'What are you all about?'\nhow_do_you_plan_to_reach_your_goal_:\n '#type': textarea\n '#title': 'How do you plan to reach your goal?'\nwhat_is_your_role_in_the_organization_:\n '#type': webform_checkboxes_other\n '#title': 'What is your role in the Organization?'\n '#options':\n 1: 'Worker-Owner -- A worker-owner of a cooperative'\n 2: 'Member -- A member of a cooperative'\n 3: 'Founder -- Founder of an organization'\n 4: 'Sales and Marketing -- Advertisements'\n 5: 'Financials and Fundraising -- Financials and Fundraising'\n 6: None\n '#options_display': two_columns\n '#options_randomize': true\n '#other__title': Other\nwhat_version_of_drupal_are_you_currently_using_:\n '#type': textfield\n '#title': 'What version of Drupal are you currently using?'\nwhat_specific_goals_are_you_trying_to_accomplish_by_building_pla:\n '#type': textarea\n '#title': 'What specific goals are you trying to accomplish by building platform?'\nlead_this_project:\n '#type': textarea\n '#title': 'Is there someone on the team to lead this project and go forward to maintain it?'\nare_volunteers_important_to_your_organization_meeting_its_goals_:\n '#type': checkbox\n '#title': 'Are volunteers important to your organization meeting its goals?'\nwhat_s_the_biggest_barrier_to_engaging_your_supporters_:\n '#type': webform_select_other\n '#title': 'What''s the biggest barrier to engaging your supporters?'\n '#options':\n funding: Funding\n time: Time\n people: People\n logistics: Logistics\n '#empty_option': Other\n"
elements: |
contactinfo:
'#type': webform_contact
'#title': 'Contact Info'
your_mission:
'#type': textarea
'#title': 'Your Mission'
'#description': 'What are you all about?'
how_do_you_plan_to_reach_your_goal_:
'#type': textarea
'#title': 'How do you plan to reach your goal?'
what_is_your_role_in_the_organization_:
'#type': webform_checkboxes_other
'#title': 'What is your role in the Organization?'
'#options':
1: 'Worker-Owner -- A worker-owner of a cooperative'
2: 'Member -- A member of a cooperative'
3: 'Founder -- Founder of an organization'
4: 'Sales and Marketing -- Advertisements'
5: 'Financials and Fundraising -- Financials and Fundraising'
6: None
'#options_display': two_columns
'#options_randomize': true
'#other__title': Other
what_version_of_drupal_are_you_currently_using_:
'#type': textfield
'#title': 'What version of Drupal are you currently using?'
what_specific_goals_are_you_trying_to_accomplish_by_building_pla:
'#type': textarea
'#title': 'What specific goals are you trying to accomplish by building platform?'
lead_this_project:
'#type': textarea
'#title': 'Is there someone on the team to lead this project and go forward to maintain it?'
are_volunteers_important_to_your_organization_meeting_its_goals_:
'#type': checkbox
'#title': 'Are volunteers important to your organization meeting its goals?'
what_s_the_biggest_barrier_to_engaging_your_supporters_:
'#type': webform_select_other
'#title': 'What''s the biggest barrier to engaging your supporters?'
'#options':
funding: Funding
time: Time
people: People
logistics: Logistics
'#empty_option': Other
css: ''
javascript: ''
settings:
@ -33,7 +77,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,22 @@ id: drutopia_platform_intake
title: 'Drutopia platform intake'
description: 'Request for minimal contact information and an optional statement of need regarding a hosted site.'
category: Lead
elements: "e_mail_address:\n '#type': email\n '#title': 'E-mail address:'\n '#required': true\n '#required_error': 'Please provide an e-mail address so we can contact you!'\nname:\n '#type': textfield\n '#title': 'Name:'\nneeds:\n '#type': textarea\n '#title': 'What online or website goals does your group have? '\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Share your need'\n"
elements: |
e_mail_address:
'#type': email
'#title': 'E-mail address:'
'#required': true
'#required_error': 'Please provide an e-mail address so we can contact you!'
name:
'#type': textfield
'#title': 'Name:'
needs:
'#type': textarea
'#title': 'What online or website goals does your group have? '
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Share your need'
css: ''
javascript: ''
settings:
@ -33,7 +48,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,13 @@ id: find_it_platform
title: 'Find It Platform'
description: ''
category: ''
elements: "name:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\n"
elements: |
name:
'#type': textfield
'#title': Name
email:
'#type': email
'#title': Email
css: ''
javascript: ''
settings:
@ -33,7 +39,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: false
form_disable_remote_addr: true
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,27 @@ id: general_services
title: 'General services'
description: 'Intake form for general services inquiries.'
category: ''
elements: "budget:\n '#type': range\n '#title': Budget\n '#description': 'Approximate budget.'\n '#title_display': inline\n '#default_value': '45'\n '#min': 3\n '#max': 600\n '#step': 3\n '#output': above\n '#output__field_prefix': $\n '#output__field_suffix': K\ncontact_information:\n '#type': webform_contact\n '#title': 'Contact information'\n '#email__required': true\n '#address__access': false\n '#address_2__access': false\n '#postal_code__access': false\n '#required': true\n"
elements: |
budget:
'#type': range
'#title': Budget
'#description': 'Approximate budget.'
'#title_display': inline
'#default_value': '45'
'#min': 3
'#max': 600
'#step': 3
'#output': above
'#output__field_prefix': $
'#output__field_suffix': K
contact_information:
'#type': webform_contact
'#title': 'Contact information'
'#email__required': true
'#address__access': false
'#address_2__access': false
'#postal_code__access': false
'#required': true
css: ''
javascript: ''
settings:
@ -33,7 +53,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -14,7 +14,41 @@ id: getting_started_with_drupal_9
title: 'Getting started with Drupal 9'
description: ''
category: Purchase
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, January 26** and **Thursday, January 28, 2021**\n * Time: Both sessions at **10AM1:30PM Eastern**\n * Cost: **$250**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
elements: |
course_summary:
'#type': processed_text
'#display_on': both
'#text': |2
* Lead instructor: **Mauricio Dinarte**
* Date: **Tuesday, January 26** and **Thursday, January 28, 2021**
* Time: Both sessions at **10AM1:30PM Eastern**
* Cost: **$250**
'#format': markdown
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': E-mail
'#required': true
payment:
'#type': stripe
'#title': Payment
'#format_items': ul
'#format_items_html': ''
'#format_items_text': ''
'#stripe_selectors_name': ':input[name="name"]'
optional_info_for_your_receipt:
'#type': textarea
'#title': 'Optional info for your receipt'
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
'#autocomplete': 'off'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Purchase ticket'
css: ''
javascript: ''
settings:
@ -35,7 +69,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -116,7 +150,10 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: inline
confirmation_title: ''
confirmation_message: "Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe&#39;ve sent an e-mail to [webform_submission:values:email].\n"
confirmation_message: |
Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />
[webform_submission:values:course_summary:html]<br />
We&#39;ve sent an e-mail to [webform_submission:values:email].
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: false
@ -235,7 +272,18 @@ handlers:
from_options: { }
from_name: _default
subject: 'Training registration for [webform:title]'
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe team at Agaric\n"
body: |
Dear [webform_submission:values:name],<br />
<br />
Thank you for registering!<br />
<br />
[webform_submission:values:course_summary:html]<br />
<br />
Connection information for joining the training online will be sent prior to the event.<br />
<br />
Best,<br />
<br />
The team at Agaric
excluded_elements:
course_summary: course_summary
payment: payment

View file

@ -14,7 +14,41 @@ id: getting_started_with_react_js
title: 'Getting started with React.js'
description: ''
category: Purchase
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, February 16** and **Thursday, February 18, 2021**\n * Time: Both sessions at **10AM - 1:30PM Eastern**\n * Cost: **$500**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
elements: |
course_summary:
'#type': processed_text
'#display_on': both
'#text': |2
* Lead instructor: **Mauricio Dinarte**
* Date: **Tuesday, February 16** and **Thursday, February 18, 2021**
* Time: Both sessions at **10AM - 1:30PM Eastern**
* Cost: **$500**
'#format': markdown
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': E-mail
'#required': true
payment:
'#type': stripe
'#title': Payment
'#format_items': ul
'#format_items_html': ''
'#format_items_text': ''
'#stripe_selectors_name': ':input[name="name"]'
optional_info_for_your_receipt:
'#type': textarea
'#title': 'Optional info for your receipt'
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
'#autocomplete': 'off'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Purchase ticket'
css: ''
javascript: ''
settings:
@ -35,7 +69,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -116,7 +150,10 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: inline
confirmation_title: ''
confirmation_message: "Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe&#39;ve sent an e-mail to [webform_submission:values:email].\n"
confirmation_message: |
Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />
[webform_submission:values:course_summary:html]<br />
We&#39;ve sent an e-mail to [webform_submission:values:email].
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: false
@ -235,7 +272,18 @@ handlers:
from_options: { }
from_name: _default
subject: 'Training registration for [webform:title]'
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe team at Agaric\n"
body: |
Dear [webform_submission:values:name],<br />
<br />
Thank you for registering!<br />
<br />
[webform_submission:values:course_summary:html]<br />
<br />
Connection information for joining the training online will be sent prior to the event.<br />
<br />
Best,<br />
<br />
The team at Agaric
excluded_elements:
course_summary: course_summary
payment: payment

View file

@ -14,7 +14,18 @@ id: join_the_movement
title: 'Join the movement'
description: ''
category: Mailchimp
elements: "intro_text:\n '#type': processed_text\n '#text': \"<p>We will send you very occasional dispatches from our perspective on various overlapping movements for cooperation, freedom and justice as workers and as passionate observers.</p>\\r\\n\"\n '#format': basic_html\nemail:\n '#type': email\n '#title': 'Your e-mail address'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Join the movement'\n"
elements: |
intro_text:
'#type': processed_text
'#text': "<p>We will send you very occasional dispatches from our perspective on various overlapping movements for cooperation, freedom and justice as workers and as passionate observers.</p>\r\n"
'#format': basic_html
email:
'#type': email
'#title': 'Your e-mail address'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Join the movement'
css: ''
javascript: ''
settings:
@ -35,7 +46,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +128,7 @@ settings:
confirmation_type: url
confirmation_title: ''
confirmation_message: ''
confirmation_url: '/confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]'
confirmation_url: 'confirmation/thanks-joining-movement?webform_sid=[webform_submission:sid]'
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,10 @@ id: join_the_movement_confirm
title: 'Join the movement confirm'
description: 'Confirmation webform after submitting the &quot;join the movement&quot; form.'
category: 'Confirmation (do not use directly)'
elements: "what_inspired_to_sign_up:\n '#type': textarea\n '#title': 'What inspired you to make this potentially life-changing decision?'\n"
elements: |
what_inspired_to_sign_up:
'#type': textarea
'#title': 'What inspired you to make this potentially life-changing decision?'
css: ''
javascript: ''
settings:
@ -33,7 +36,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,23 @@ id: june_2020_webinars
title: 'July 2020 webinars'
description: ''
category: Education
elements: "name:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': Email\n '#required': true\ninterested_in:\n '#type': checkboxes\n '#title': 'Interested in'\n '#options':\n d9_site_building: 'Getting started Drupal 9'\n d9_updates: 'Introduction to Drupal 9 migrations'\n d9_upgrades: 'Drupal 9 upgrades: how and when to move your Drupal 7 sites?'\n '#required': true\n"
elements: |
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': Email
'#required': true
interested_in:
'#type': checkboxes
'#title': 'Interested in'
'#options':
d9_site_building: 'Getting started Drupal 9'
d9_updates: 'Introduction to Drupal 9 migrations'
d9_upgrades: 'Drupal 9 upgrades: how and when to move your Drupal 7 sites?'
'#required': true
css: ''
javascript: ''
settings:
@ -33,7 +49,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -213,7 +229,40 @@ handlers:
from_options: { }
from_name: _default
subject: 'Agaric webinars on July 7, 2020 - Connection details'
body: "Thank you for registering!<br />\n<br />\nAll webinars on July 7 will take place in the same Zoom room. Below are the details on time and connection information. We look forward to seeing you there.<br />\n<br />\nGetting started Drupal 9 @ 10:00 AM - 11:00 AM Eastern Time (EDT)<br />\n<br />\nIntroduction to Drupal 9 migrations @ 11:30 AM - 12:30 AM Eastern Time (EDT)<br />\n<br />\nDrupal 9 upgrades: how and when to move your Drupal 7 sites? @ 1:00 PM - 2:00 PM Eastern Time (EDT)<br />\n<br />\nYou might as well be interested in these full-day training options: <a href=\"https://agaric.coop/training\">https://agaric.coop/training</a><br />\n<br />\nJoin Zoom Meeting<br />\n<a href=\"https://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09\">https://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09</a><br />\n<br />\nMeeting ID: 944 1112 5686<br />\nPassword: AgaricWeb<br />\nOne tap mobile<br />\n+13126266799,,94411125686#,,,,0#,,514824770# US (Chicago)<br />\n+16468769923,,94411125686#,,,,0#,,514824770# US (New York)<br />\n<br />\nDial by your location<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 312 626 6799 US (Chicago)<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 646 876 9923 US (New York)<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 301 715 8592 US (Germantown)<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 346 248 7799 US (Houston)<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 669 900 6833 US (San Jose)<br />\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 253 215 8782 US (Tacoma)<br />\nMeeting ID: 944 1112 5686<br />\nPassword: 514824770<br />\n<br />\nIn solidarity,<br />\nAgaric.coop\n"
body: |
Thank you for registering!<br />
<br />
All webinars on July 7 will take place in the same Zoom room. Below are the details on time and connection information. We look forward to seeing you there.<br />
<br />
Getting started Drupal 9 @ 10:00 AM - 11:00 AM Eastern Time (EDT)<br />
<br />
Introduction to Drupal 9 migrations @ 11:30 AM - 12:30 AM Eastern Time (EDT)<br />
<br />
Drupal 9 upgrades: how and when to move your Drupal 7 sites? @ 1:00 PM - 2:00 PM Eastern Time (EDT)<br />
<br />
You might as well be interested in these full-day training options: <a href="https://agaric.coop/training">https://agaric.coop/training</a><br />
<br />
Join Zoom Meeting<br />
<a href="https://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09">https://zoom.us/j/94411125686?pwd=VXp1bnZtV21OOGhNUDk0S253a211QT09</a><br />
<br />
Meeting ID: 944 1112 5686<br />
Password: AgaricWeb<br />
One tap mobile<br />
+13126266799,,94411125686#,,,,0#,,514824770# US (Chicago)<br />
+16468769923,,94411125686#,,,,0#,,514824770# US (New York)<br />
<br />
Dial by your location<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 312 626 6799 US (Chicago)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 646 876 9923 US (New York)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 301 715 8592 US (Germantown)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 346 248 7799 US (Houston)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 669 900 6833 US (San Jose)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +1 253 215 8782 US (Tacoma)<br />
Meeting ID: 944 1112 5686<br />
Password: 514824770<br />
<br />
In solidarity,<br />
Agaric.coop
excluded_elements: { }
ignore_access: false
exclude_empty: true

View file

@ -12,7 +12,28 @@ id: lms
title: 'Request an LMS - Video chat - Consultation '
description: 'Online learning platform'
category: Education
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\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\n '#required': true\n '#required_error': 'We will need a contact email address to respond to you.'\ncontact_s_phone_number:\n '#type': tel\n '#title': 'Your phone number'\nhow_will_you_be_using_the_platform_:\n '#type': textarea\n '#title': 'How will you be using the platform?'\n '#description': 'Tell us how you would like to use the online learning platform. The more details you can give, the easier it will be for us to help your mission!'\n"
elements: |
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
your_email_address:
'#type': email
'#title': 'Your email address'
'#required': true
'#required_error': 'We will need a contact email address to respond to you.'
contact_s_phone_number:
'#type': tel
'#title': 'Your phone number'
how_will_you_be_using_the_platform_:
'#type': textarea
'#title': 'How will you be using the platform?'
'#description': 'Tell us how you would like to use the online learning platform. The more details you can give, the easier it will be for us to help your mission!'
css: ''
javascript: ''
settings:
@ -33,7 +54,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -14,7 +14,18 @@ id: migrations
title: 'Migrations training'
description: 'A webform for people joining our migration trainings announcement list.'
category: Mailchimp
elements: "your_email:\n '#type': email\n '#title': 'Your e-mail address'\n '#required': true\nyour_name:\n '#type': textfield\n '#title': 'Your name (optional)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Get notified'\n"
elements: |
your_email:
'#type': email
'#title': 'Your e-mail address'
'#required': true
your_name:
'#type': textfield
'#title': 'Your name (optional)'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Get notified'
css: ''
javascript: ''
settings:
@ -35,7 +46,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +128,7 @@ settings:
confirmation_type: url_message
confirmation_title: 'You are now subscribed.'
confirmation_message: 'Welcome to the training list! You are subscribed as&nbsp;[webform_submission:values:your_name] &lt;[webform_submission:values:your_email]&gt;. We hope to see you at one of our trainings in the near future.'
confirmation_url: /thanks-your-interest-data-migration-training
confirmation_url: thanks-your-interest-data-migration-training
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,14 @@ id: migrations_training_confirm
title: 'Migrations training confirm'
description: 'Confirmation page for the migrations training signup.'
category: 'Confirmation (do not use directly)'
elements: "what_motivated_sign_up_for_migration_training:\n '#type': textarea\n '#title': 'What motivated you to sign up for migration training?'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Share your motivation'\n"
elements: |
what_motivated_sign_up_for_migration_training:
'#type': textarea
'#title': 'What motivated you to sign up for migration training?'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Share your motivation'
css: ''
javascript: ''
settings:
@ -33,7 +40,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,30 @@ id: newsletter
title: Newsletter
description: 'Sign up for the Agaric Newsletter'
category: Marketing
elements: "processed_text:\n '#type': processed_text\n '#text': |\n <p>Join the Agaric list to receive our infrequent Newsletters throughout the year!&nbsp;</p>\n \n '#format': basic_html\nname:\n '#type': webform_name\n '#title': Name\n '#description_display': invisible\n '#required': true\n '#title__access': false\n '#first__title': 'First Name'\n '#first__required': true\n '#middle__access': false\n '#last__title': 'Last Name'\n '#last__required': true\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': webform_email_confirm\n '#title': Email\n '#required': true\n"
elements: |
processed_text:
'#type': processed_text
'#text': |
<p>Join the Agaric list to receive our infrequent Newsletters throughout the year!&nbsp;</p>
'#format': basic_html
name:
'#type': webform_name
'#title': Name
'#description_display': invisible
'#required': true
'#title__access': false
'#first__title': 'First Name'
'#first__required': true
'#middle__access': false
'#last__title': 'Last Name'
'#last__required': true
'#suffix__access': false
'#degree__access': false
email:
'#type': webform_email_confirm
'#title': Email
'#required': true
css: ''
javascript: ''
settings:
@ -33,7 +56,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -14,7 +14,41 @@ id: purchase_training_migrate_api
title: 'Upgrading to Drupal 9 using the Migrate API'
description: ''
category: Purchase
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Date: **Tuesday, February 09** and **Thursday, February 11, 2021**\n * Time: Both sessions at **10AM - 1:30PM Eastern**\n * Cost: **$500**\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
elements: |
course_summary:
'#type': processed_text
'#display_on': both
'#text': |2
* Lead instructor: **Mauricio Dinarte**
* Date: **Tuesday, February 09** and **Thursday, February 11, 2021**
* Time: Both sessions at **10AM - 1:30PM Eastern**
* Cost: **$500**
'#format': markdown
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': E-mail
'#required': true
payment:
'#type': stripe
'#title': Payment
'#format_items': ul
'#format_items_html': ''
'#format_items_text': ''
'#stripe_selectors_name': ':input[name="name"]'
optional_info_for_your_receipt:
'#type': textarea
'#title': 'Optional info for your receipt'
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
'#autocomplete': 'off'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Purchase ticket'
css: ''
javascript: ''
settings:
@ -35,7 +69,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -116,7 +150,10 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: inline
confirmation_title: ''
confirmation_message: "Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe&#39;ve sent an e-mail to [webform_submission:values:email].\n"
confirmation_message: |
Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />
[webform_submission:values:course_summary:html]<br />
We&#39;ve sent an e-mail to [webform_submission:values:email].
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: false
@ -235,7 +272,18 @@ handlers:
from_options: { }
from_name: _default
subject: 'Training registration for [webform:title]'
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe the team at Agaric\n"
body: |
Dear [webform_submission:values:name],<br />
<br />
Thank you for registering!<br />
<br />
[webform_submission:values:course_summary:html]<br />
<br />
Connection information for joining the training online will be sent prior to the event.<br />
<br />
Best,<br />
<br />
The the team at Agaric
excluded_elements:
course_summary: course_summary
payment: payment

View file

@ -12,7 +12,20 @@ id: request
title: Request
description: 'Very simple form for potential clients to tell us what they need.'
category: Lead
elements: "describe_goal:\n '#type': textarea\n '#title': 'Describe your goal'\nemail_address:\n '#type': email\n '#title': 'E-mail address'\nphone_number:\n '#type': tel\n '#title': 'Phone number'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send request'\n"
elements: |
describe_goal:
'#type': textarea
'#title': 'Describe your goal'
email_address:
'#type': email
'#title': 'E-mail address'
phone_number:
'#type': tel
'#title': 'Phone number'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Send request'
css: ''
javascript: ''
settings:
@ -33,7 +46,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -17,7 +17,55 @@ id: showandtell
title: 'Show and Tell'
description: 'Submit an idea for Show and Tell.'
category: 'Show and Tell'
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\nyour_email_address:\n '#type': email\n '#title': 'Your email address'\n '#required': true\ni_would_like_to:\n '#type': select\n '#title': 'I would like to'\n '#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.'\n '#options':\n 'present a demo': 'Present a demo'\n 'do a presentation': 'Do a presentation'\n 'start a conversation': 'Start a conversation'\n 'suggest a topic for discussion': 'Suggest a topic for discussion'\n 'request a presentation': 'Request a presentation'\n 'suggest a presenter': 'Suggest a presenter'\n 'give a lightning talk': 'Give a lightning talk'\n '#empty_option': 'Choose one'\n '#empty_value': 'Choose one'\n '#options_randomize': true\ncontact_email:\n '#type': email\n '#title': 'Email address of the presenter you are suggesting'\n '#description': 'Let us know how to contact the suggested presenter or speaker.'\n '#states':\n visible:\n ':input[name=\"i_would_like_to\"]':\n value: 'suggest a presenter'\ndetails:\n '#type': textarea\n '#title': Details\n '#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.'\ni_am_available:\n '#type': date\n '#title': 'I am available'\n '#description': 'Choose a date that you are available.'\n '#date_days':\n - '3'\n '#datepicker': true\n '#date_date_format': m/d/Y\n"
elements: |
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
your_email_address:
'#type': email
'#title': 'Your email address'
'#required': true
i_would_like_to:
'#type': select
'#title': 'I would like to'
'#description': 'Tell us how you would like to take part in Show and Tell or send us a suggestion.'
'#options':
'present a demo': 'Present a demo'
'do a presentation': 'Do a presentation'
'start a conversation': 'Start a conversation'
'suggest a topic for discussion': 'Suggest a topic for discussion'
'request a presentation': 'Request a presentation'
'suggest a presenter': 'Suggest a presenter'
'give a lightning talk': 'Give a lightning talk'
'#empty_option': 'Choose one'
'#empty_value': 'Choose one'
'#options_randomize': true
contact_email:
'#type': email
'#title': 'Email address of the presenter you are suggesting'
'#description': 'Let us know how to contact the suggested presenter or speaker.'
'#states':
visible:
':input[name="i_would_like_to"]':
value: 'suggest a presenter'
details:
'#type': textarea
'#title': Details
'#description': 'Tell us some details about your request. If you have something to present or would like to do a demo, write a short description. If you have a suggestion, write it here.'
i_am_available:
'#type': date
'#title': 'I am available'
'#description': 'Choose a date that you are available.'
'#date_days':
- '3'
'#datepicker': true
'#date_date_format': m/d/Y
css: ''
javascript: ''
settings:
@ -38,7 +86,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

File diff suppressed because one or more lines are too long

View file

@ -12,7 +12,47 @@ id: speaker_request_clayton_dewey
title: 'Speaker Request - Clayton Dewey'
description: 'Invite Clayton to speak.'
category: ''
elements: "event_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 Clayton know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nyour_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\nemail:\n '#type': email\n '#title': 'Your email'\n '#required': true\nphone:\n '#type': tel\n '#title': 'Your phone'\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Clayton to speak'\n"
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:
@ -33,7 +73,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: false
form_disable_remote_addr: true
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +157,7 @@ settings:
confirmation_type: url
confirmation_title: ''
confirmation_message: ''
confirmation_url: /people/clayton-dewey/speaking-request-received
confirmation_url: people/clayton-dewey/speaking-request-received
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,47 @@ id: speaker_request_mauricio_dinarte
title: 'Speaker Request - Mauricio Dinarte'
description: 'Invite Mauricio to speak.'
category: ''
elements: "event_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 Mauricio know about this event?'\nbudget_for_speaker:\n '#type': textfield\n '#title': 'Budget for speaker'\nyour_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\nemail:\n '#type': email\n '#title': 'Your email'\n '#required': true\nphone:\n '#type': tel\n '#title': 'Your phone'\nadditional_info:\n '#type': textarea\n '#title': 'Additional information'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Invite Mauricio to speak'\n"
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:
@ -33,7 +73,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: false
form_disable_remote_addr: true
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +157,7 @@ settings:
confirmation_type: url
confirmation_title: ''
confirmation_message: ''
confirmation_url: /people/michele-metts/speaking-request-received
confirmation_url: people/michele-metts/speaking-request-received
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,47 @@ id: speaker_request_michele_metts
title: 'Speaker request form for Michele Metts'
description: ''
category: Speaker
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'\n"
elements: |
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
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'
email:
'#type': email
'#title': Email
'#required': true
phone:
'#type': tel
'#title': Phone
additional_info:
'#type': textarea
'#title': 'Additional information'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Invite Micky to speak'
css: ''
javascript: ''
settings:
@ -33,7 +73,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +157,7 @@ settings:
confirmation_type: url
confirmation_title: ''
confirmation_message: ''
confirmation_url: /people/michele-metts/speaking-request-received
confirmation_url: people/michele-metts/speaking-request-received
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,47 @@ 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'\n"
elements: |
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
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'
email:
'#type': email
'#title': Email
'#required': true
phone:
'#type': tel
'#title': Phone
additional_info:
'#type': textarea
'#title': 'Additional information'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Invite Micky to speak'
css: ''
javascript: ''
settings:
@ -33,7 +73,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -117,7 +157,7 @@ settings:
confirmation_type: url
confirmation_title: ''
confirmation_message: ''
confirmation_url: /people/michele-metts/speaking-request-received
confirmation_url: people/michele-metts/speaking-request-received
confirmation_attributes: { }
confirmation_back: true
confirmation_back_label: ''

View file

@ -12,7 +12,40 @@ id: training
title: Training
description: 'Training intake form'
category: ''
elements: "intro_text:\n '#type': processed_text\n '#text': |\n <p>If you are interested in a private training tailored to your needs, give&nbsp;us an idea of what&nbsp;you are&nbsp;looking for and we will follow up with you soon thereafter.</p>\n \n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntopics:\n '#type': checkboxes\n '#title': Topics\n '#options':\n 'Introduction to Drupal': 'Introduction to Drupal'\n 'Drupal development (beginning)': 'Drupal development (beginning)'\n 'Drupal development (intermediate)': 'Drupal development (intermediate)'\n 'Drupal development (advanced)': 'Drupal development (advanced)'\n 'Drupal theming and templating': 'Drupal theming and templating'\n 'Data migration': 'Data migration'\nsize:\n '#type': checkboxes\n '#title': Size\n '#options':\n 'Personal training': 'Personal training'\n 'Small group (2-5)': 'Small group (2-5)'\n 'Larger group (more than 5)': 'Larger group (more than 5)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Request training'\n"
elements: |
intro_text:
'#type': processed_text
'#text': |
<p>If you are interested in a private training tailored to your needs, give&nbsp;us an idea of what&nbsp;you are&nbsp;looking for and we will follow up with you soon thereafter.</p>
'#format': basic_html
name:
'#type': textfield
'#title': Name
email:
'#type': email
'#title': Email
topics:
'#type': checkboxes
'#title': Topics
'#options':
'Introduction to Drupal': 'Introduction to Drupal'
'Drupal development (beginning)': 'Drupal development (beginning)'
'Drupal development (intermediate)': 'Drupal development (intermediate)'
'Drupal development (advanced)': 'Drupal development (advanced)'
'Drupal theming and templating': 'Drupal theming and templating'
'Data migration': 'Data migration'
size:
'#type': checkboxes
'#title': Size
'#options':
'Personal training': 'Personal training'
'Small group (2-5)': 'Small group (2-5)'
'Larger group (more than 5)': 'Larger group (more than 5)'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Request training'
css: ''
javascript: ''
settings:
@ -33,7 +66,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -14,7 +14,47 @@ id: training_discount
title: 'Training Discount'
description: ''
category: Purchase
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Cost: **$250** (50% discount off $500 usual price)\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\nchoose_training:\n '#type': radios\n '#title': 'Choose training:'\n '#help_title': 'How about both?'\n '#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again.&nbsp; Or contact Agaric for an invoice.'\n '#options':\n upgrades: 'Upgrading to Drupal 8/9 using the Migrate API'\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
elements: |
course_summary:
'#type': processed_text
'#display_on': both
'#text': |2
* Lead instructor: **Mauricio Dinarte**
* Cost: **$250** (50% discount off $500 usual price)
'#format': markdown
name:
'#type': textfield
'#title': Name
'#required': true
email:
'#type': email
'#title': E-mail
'#required': true
choose_training:
'#type': radios
'#title': 'Choose training:'
'#help_title': 'How about both?'
'#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again.&nbsp; Or contact Agaric for an invoice.'
'#options':
upgrades: 'Upgrading to Drupal 8/9 using the Migrate API'
'#required': true
payment:
'#type': stripe
'#title': Payment
'#format_items': ul
'#format_items_html': ''
'#format_items_text': ''
'#stripe_selectors_name': ':input[name="name"]'
optional_info_for_your_receipt:
'#type': textarea
'#title': 'Optional info for your receipt'
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
'#autocomplete': 'off'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Purchase ticket'
css: ''
javascript: ''
settings:
@ -35,7 +75,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false
@ -116,7 +156,10 @@ settings:
draft_pending_multiple_message: ''
confirmation_type: inline
confirmation_title: ''
confirmation_message: "Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe&#39;ve sent an e-mail to [webform_submission:values:email].\n"
confirmation_message: |
Thank you [webform_submission:values:name]!&nbsp; You&#39;re registered for:<br />
[webform_submission:values:course_summary:html]<br />
We&#39;ve sent an e-mail to [webform_submission:values:email].
confirmation_url: ''
confirmation_attributes: { }
confirmation_back: false
@ -235,7 +278,18 @@ handlers:
from_options: { }
from_name: _default
subject: 'Training registration for [webform:title]'
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe team at Agaric\n"
body: |
Dear [webform_submission:values:name],<br />
<br />
Thank you for registering!<br />
<br />
[webform_submission:values:course_summary:html]<br />
<br />
Connection information for joining the training online will be sent prior to the event.<br />
<br />
Best,<br />
<br />
The team at Agaric
excluded_elements:
course_summary: course_summary
payment: payment

View file

@ -12,7 +12,35 @@ id: training_notification_request
title: 'Training Notification Request'
description: 'Users who submit this form should be notified when any of the trainings they are interested in become available.'
category: ''
elements: "intro_text:\n '#type': processed_text\n '#text': |\n <p>We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are&nbsp;also helping us to gage&nbsp;interest&nbsp;so that we will know when the time is right to host!</p>\n \n <p>&nbsp;</p>\n \n '#format': basic_html\nname:\n '#type': textfield\n '#title': Name\nemail:\n '#type': email\n '#title': Email\ntrainings:\n '#type': checkboxes\n '#title': Trainings\n '#description': 'Tell us which of our trainings you would like to be notified about&nbsp;'\n '#title_display': invisible\n '#description_display': invisible\n '#options':\n 'Getting started with Drupal 9': 'Getting started with Drupal 9'\n 'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'\n 'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'\n 'Getting started with React.js': 'Getting started with React.js'\n '#required': true\n '#required_error': 'you must select a training.'\n '#options__properties': ''\n"
elements: |
intro_text:
'#type': processed_text
'#text': |
<p>We do not currently have any public trainings scheduled. If you would like to be notified the next time any of our trainings are being offered, please tell us which ones. By filling out this form, you are&nbsp;also helping us to gage&nbsp;interest&nbsp;so that we will know when the time is right to host!</p>
<p>&nbsp;</p>
'#format': basic_html
name:
'#type': textfield
'#title': Name
email:
'#type': email
'#title': Email
trainings:
'#type': checkboxes
'#title': Trainings
'#description': 'Tell us which of our trainings you would like to be notified about&nbsp;'
'#title_display': invisible
'#description_display': invisible
'#options':
'Getting started with Drupal 9': 'Getting started with Drupal 9'
'Drupal 8/9 content migrations': 'Drupal 8/9 content migrations'
'Upgrading to Drupal 8/9 using the Migrate API': 'Upgrading to Drupal 8/9 using the Migrate API'
'Getting started with React.js': 'Getting started with React.js'
'#required': true
'#required_error': 'you must select a training.'
'#options__properties': ''
css: ''
javascript: ''
settings:
@ -33,7 +61,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,29 @@ id: training_request_draft
title: 'General Training Request Form'
description: 'This is the training request form that will be placed on all specific training pages. Upon submission, you can tell which page this form was submitted from by looking at the results tab.'
category: ''
elements: "name:\n '#type': webform_name\n '#title': Name\n '#description_display': invisible\n '#required': true\n '#title__access': false\n '#first__title': Name\n '#first__required': true\n '#middle__access': false\n '#last__access': false\n '#suffix__access': false\n '#degree__access': false\nemail:\n '#type': email\n '#title': Email\n '#description_display': invisible\n '#required': true\n '#required_error': 'Please enter your email address to submit the form.'\nmessage:\n '#type': textarea\n '#title': Message\n '#help': 'Let us know what you need, or if you have any questions about our training.'\n"
elements: |
name:
'#type': webform_name
'#title': Name
'#description_display': invisible
'#required': true
'#title__access': false
'#first__title': Name
'#first__required': true
'#middle__access': false
'#last__access': false
'#suffix__access': false
'#degree__access': false
email:
'#type': email
'#title': Email
'#description_display': invisible
'#required': true
'#required_error': 'Please enter your email address to submit the form.'
message:
'#type': textarea
'#title': Message
'#help': 'Let us know what you need, or if you have any questions about our training.'
css: ''
javascript: ''
settings:
@ -33,7 +55,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -12,7 +12,11 @@ id: workshops
title: Workshops
description: Workshops
category: ''
elements: "basic_encryption:\n '#type': textarea\n '#title': 'Basic encryption'\n '#description': 'Encrypt your email and phone communications.'\n"
elements: |
basic_encryption:
'#type': textarea
'#title': 'Basic encryption'
'#description': 'Encrypt your email and phone communications.'
css: ''
javascript: ''
settings:
@ -33,7 +37,7 @@ settings:
form_previous_submissions: true
form_confidential: false
form_confidential_message: ''
form_remote_addr: true
form_disable_remote_addr: false
form_convert_anonymous: false
form_prepopulate: false
form_prepopulate_source_entity: false

View file

@ -11,4 +11,11 @@ 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"
options: |
Sunday: Sunday
Monday: Monday
Tuesday: Tuesday
Wednesday: Wednesday
Thursday: Thursday
Friday: Friday
Saturday: Saturday

View file

@ -11,4 +11,8 @@ 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"
options: |
High School: High School
Associate Degree: Associate Degree
Graduate or Professional Degree: Graduate or Professional Degree
Some College: Some College

View file

@ -11,4 +11,9 @@ 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"
options: |
'Full Time': 'Full Time'
'Part Time': 'Part Time'
'Military': 'Military'
Unemployed: Unemployed
Retired: Retired

View file

@ -11,4 +11,12 @@ 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"
options: |
Caucasian: Caucasian
'Latino/Hispanic': 'Latino/Hispanic'
'Middle Eastern': 'Middle Eastern'
African: African
Caribbean: Caribbean
'South Asian': 'South Asian'
'East Asian': 'East Asian'
Mixed: Mixed

View file

@ -11,4 +11,6 @@ id: gender
label: Gender
category: Demographic
likert: false
options: "Male: Male\nFemale: Female\n"
options: |
Male: Male
Female: Female

View file

@ -11,4 +11,43 @@ 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"
options: |
Accounting/Finance: Accounting/Finance
Advertising/Public Relations: Advertising/Public Relations
Aerospace/Aviation: Aerospace/Aviation
Arts/Entertainment/Publishing: Arts/Entertainment/Publishing
Automotive: Automotive
Banking/Mortgage: Banking/Mortgage
Business Development: Business Development
Business Opportunity: Business Opportunity
Clerical/Administrative: Clerical/Administrative
Construction/Facilities: Construction/Facilities
Consumer Goods: Consumer Goods
Customer Service: Customer Service
Education/Training: Education/Training
Energy/Utilities: Energy/Utilities
Engineering: Engineering
Government/Military: Government/Military
Healthcare: Healthcare
Hospitality/Travel: Hospitality/Travel
Human Resources: Human Resources
Installation/Maintenance: Installation/Maintenance
Insurance: Insurance
Internet: Internet
Law Enforcement/Security: Law Enforcement/Security
Legal: Legal
Management/Executive: Management/Executive
Manufacturing/Operations: Manufacturing/Operations
Marketing: Marketing
Non-Profit/Volunteer: Non-Profit/Volunteer
Pharmaceutical/Biotech: Pharmaceutical/Biotech
Professional Services: Professional Services
Real Estate: Real Estate
Restaurant/Food Service: Restaurant/Food Service
Retail: Retail
Sales: Sales
Science/Research: Science/Research
Skilled Labor: Skilled Labor
Technology: Technology
Telecommunications: Telecommunications
Transportation/Logistics: Transportation/Logistics

View file

@ -11,4 +11,9 @@ 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"
options: |
1: 'Much Worse'
2: 'Somewhat Worse'
3: 'About the Same'
4: 'Somewhat Better'
5: 'Much Better'

View file

@ -11,4 +11,9 @@ id: likert_comparison
label: 'Likert: Comparison'
category: Likert
likert: true
options: "1: Strongly Disagree\n2: Disagree\n3: Neutral\n4: Agree\n5: Strongly Agree\n"
options: |
1: Strongly Disagree
2: Disagree
3: Neutral
4: Agree
5: Strongly Agree

View file

@ -11,4 +11,9 @@ 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"
options: |
1: Not at all Important
2: Somewhat Important
3: Neutral
4: Important
5: Very Important

View file

@ -11,4 +11,9 @@ id: likert_quality
label: 'Likert: Quality'
category: Likert
likert: true
options: "1: Poor\n2: Fair\n3: Good\n4: Very good\n5: Excellent\n"
options: |
1: Poor
2: Fair
3: Good
4: Very good
5: Excellent

View file

@ -11,4 +11,9 @@ id: likert_satisfaction
label: 'Likert: Satisfaction'
category: Likert
likert: true
options: "1: Very Unsatisfied\n2: Unsatisfied\n3: Neutral\n4: Satisfied\n5: Very Satisfied\n"
options: |
1: Very Unsatisfied
2: Unsatisfied
3: Neutral
4: Satisfied
5: Very Satisfied

View file

@ -11,4 +11,14 @@ 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"
options: |
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 7
8: 8
9: 9
10: 10

View file

@ -11,4 +11,9 @@ 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"
options: |
1: Definitely Not
2: Probably Not
3: Not Sure
4: Probably
5: Definitely

View file

@ -11,4 +11,8 @@ id: marital_status
label: 'Marital status'
category: Demographic
likert: false
options: "Single: Single\nMarried: Married\nDivorced: Divorced\nWidowed: Widowed\n"
options: |
Single: Single
Married: Married
Divorced: Divorced
Widowed: Widowed

View file

@ -11,4 +11,16 @@ 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"
options: |
January: January
February: February
March: March
April: April
May: May
June: June
July: July
August: August
September: September
October: October
November: November
December: December

View file

@ -11,4 +11,7 @@ id: phone_types
label: 'Phone type'
category: Demographic
likert: false
options: "Home: Home\nOffice: Office\nCell: Cell\n"
options: |
Home: Home
Office: Office
Cell: Cell

View file

@ -11,4 +11,9 @@ id: relationship
label: Relationship
category: Demographic
likert: false
options: "Parent: Parent\n'Significant Other': 'Significant Other'\nSibling: Sibling\nChild: Child\nFriend: Friend\n"
options: |
Parent: Parent
'Significant Other': 'Significant Other'
Sibling: Sibling
Child: Child
Friend: Friend

View file

@ -11,4 +11,9 @@ id: size
label: Size
category: General
likert: false
options: "Extra Small: Extra Small\nSmall: Small\nMedium: Medium\nLarge: Large\nExtra Large: Extra Large\n"
options: |
Extra Small: Extra Small
Small: Small
Medium: Medium
Large: Large
Extra Large: Extra Large

View file

@ -11,4 +11,56 @@ 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"
options: |
AL: Alabama
AK: Alaska
AZ: Arizona
AR: Arkansas
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
OH: Ohio
OK: Oklahoma
OR: Oregon
PA: Pennsylvania
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming

View file

@ -11,4 +11,55 @@ 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"
options: |
Alabama: Alabama
Alaska: Alaska
Arizona: Arizona
Arkansas: Arkansas
California: California
Colorado: Colorado
Connecticut: Connecticut
Delaware: Delaware
'District of Columbia': 'District of Columbia'
Florida: Florida
Georgia: Georgia
Hawaii: Hawaii
Idaho: Idaho
Illinois: Illinois
Indiana: Indiana
Iowa: Iowa
Kansas: Kansas
Kentucky: Kentucky
Louisiana: Louisiana
Maine: Maine
Maryland: Maryland
Massachusetts: Massachusetts
Michigan: Michigan
Minnesota: Minnesota
Mississippi: Mississippi
Missouri: Missouri
Montana: Montana
Nebraska: Nebraska
Nevada: Nevada
'New Hampshire': 'New Hampshire'
'New Jersey': 'New Jersey'
'New Mexico': 'New Mexico'
'New York': 'New York'
'North Carolina': 'North Carolina'
'North Dakota': 'North Dakota'
Ohio: Ohio
Oklahoma: Oklahoma
Oregon: Oregon
Pennsylvania: Pennsylvania
'Rhode Island': 'Rhode Island'
'South Carolina': 'South Carolina'
'South Dakota': 'South Dakota'
Tennessee: Tennessee
Texas: Texas
Utah: Utah
Vermont: Vermont
Virginia: Virginia
Washington: Washington
'West Virginia': 'West Virginia'
Wisconsin: Wisconsin
Wyoming: Wyoming

View file

@ -11,4 +11,66 @@ 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"
options: |
AL: Alabama
AK: Alaska
AS: 'American Samoa'
AZ: Arizona
AR: Arkansas
AE: 'Armed Forces (Canada, Europe, Africa, or Middle East)'
AA: 'Armed Forces Americas'
AP: 'Armed Forces Pacific'
CA: California
CO: Colorado
CT: Connecticut
DE: Delaware
DC: 'District of Columbia'
FM: 'Federated States of Micronesia'
FL: Florida
GA: Georgia
GU: Guam
HI: Hawaii
ID: Idaho
IL: Illinois
IN: Indiana
IA: Iowa
KS: Kansas
KY: Kentucky
LA: Louisiana
ME: Maine
MH: 'Marshall Islands'
MD: Maryland
MA: Massachusetts
MI: Michigan
MN: Minnesota
MS: Mississippi
MO: Missouri
MT: Montana
NE: Nebraska
NV: Nevada
NH: 'New Hampshire'
NJ: 'New Jersey'
NM: 'New Mexico'
NY: 'New York'
NC: 'North Carolina'
ND: 'North Dakota'
MP: 'Northern Mariana Islands'
OH: Ohio
OK: Oklahoma
OR: Oregon
PW: Palau
PA: Pennsylvania
PR: 'Puerto Rico'
RI: 'Rhode Island'
SC: 'South Carolina'
SD: 'South Dakota'
TN: Tennessee
TX: Texas
UT: Utah
VT: Vermont
VI: 'Virgin Islands'
VA: Virginia
WA: Washington
WV: 'West Virginia'
WI: Wisconsin
WY: Wyoming

View file

@ -11,4 +11,66 @@ 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"
options: |
Alabama: Alabama
Alaska: Alaska
'American Samoa': 'American Samoa'
Arizona: Arizona
Arkansas: Arkansas
'Armed Forces (Canada, Europe, Africa, or Middle East)': 'Armed Forces (Canada, Europe, Africa, or Middle East)'
'Armed Forces Americas': 'Armed Forces Americas'
'Armed Forces Pacific': 'Armed Forces Pacific'
California: California
Colorado: Colorado
Connecticut: Connecticut
Delaware: Delaware
'District of Columbia': 'District of Columbia'
'Federated States of Micronesia': 'Federated States of Micronesia'
Florida: Florida
Georgia: Georgia
Guam: Guam
Hawaii: Hawaii
Idaho: Idaho
Illinois: Illinois
Indiana: Indiana
Iowa: Iowa
Kansas: Kansas
Kentucky: Kentucky
Louisiana: Louisiana
Maine: Maine
'Marshall Islands': 'Marshall Islands'
Maryland: Maryland
Massachusetts: Massachusetts
Michigan: Michigan
Minnesota: Minnesota
Mississippi: Mississippi
Missouri: Missouri
Montana: Montana
Nebraska: Nebraska
Nevada: Nevada
'New Hampshire': 'New Hampshire'
'New Jersey': 'New Jersey'
'New Mexico': 'New Mexico'
'New York': 'New York'
'North Carolina': 'North Carolina'
'North Dakota': 'North Dakota'
'Northern Mariana Islands': 'Northern Mariana Islands'
Ohio: Ohio
Oklahoma: Oklahoma
Oregon: Oregon
Palau: Palau
Pennsylvania: Pennsylvania
'Puerto Rico': 'Puerto Rico'
'Rhode Island': 'Rhode Island'
'South Carolina': 'South Carolina'
'South Dakota': 'South Dakota'
Tennessee: Tennessee
Texas: Texas
Utah: Utah
Vermont: Vermont
'Virgin Islands': 'Virgin Islands'
Virginia: Virginia
Washington: Washington
'West Virginia': 'West Virginia'
Wisconsin: Wisconsin
Wyoming: Wyoming

View file

@ -11,4 +11,6 @@ id: yes_no
label: Yes/No
category: General
likert: false
options: "Yes: Yes\nNo: No\n"
options: |
Yes: Yes
No: No