Created
January 6, 2022 20:27
-
-
Save jackrabbithanna/7e571c2e66a3ead2f08b527fe1bce648 to your computer and use it in GitHub Desktop.
3 page webform, one civi element per page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| langcode: en | |
| status: open | |
| dependencies: | |
| module: | |
| - webform_civicrm | |
| open: null | |
| close: null | |
| weight: 0 | |
| uid: 3795 | |
| template: false | |
| archive: false | |
| id: mark_birthdate_tester | |
| title: 'Mark Birthdate Tester' | |
| description: '' | |
| category: '' | |
| elements: |- | |
| page_1: | |
| '#type': webform_wizard_page | |
| '#title': 'Page 1' | |
| civicrm_1_contact_1_fieldset_fieldset: | |
| '#type': fieldset | |
| '#title': 'Contact 1' | |
| '#form_key': civicrm_1_contact_1_fieldset_fieldset | |
| civicrm_1_contact_1_contact_existing: | |
| '#type': civicrm_contact | |
| '#search_prompt': '- Choose existing -' | |
| '#widget': hidden | |
| '#form_key': civicrm_1_contact_1_contact_existing | |
| '#allow_create': 1 | |
| '#none_prompt': '+ Create new +' | |
| '#default': user | |
| '#contact_type': individual | |
| '#parent': civicrm_1_contact_1_fieldset_fieldset | |
| '#extra': { } | |
| '#title': 'Existing Contact' | |
| civicrm_1_contact_1_contact_birth_date: | |
| '#type': date | |
| '#extra': | |
| start_date: '-100 years' | |
| end_date: now | |
| '#contact_type': individual | |
| '#form_key': civicrm_1_contact_1_contact_birth_date | |
| '#parent': civicrm_1_contact_1_fieldset_fieldset | |
| '#title': 'Birth Date' | |
| page_2: | |
| '#type': webform_wizard_page | |
| '#title': 'Page 2' | |
| civicrm_1_contact_1_contact_last_name: | |
| '#type': textfield | |
| '#contact_type': individual | |
| '#form_key': civicrm_1_contact_1_contact_last_name | |
| '#extra': | |
| width: 20 | |
| '#parent': civicrm_1_contact_1_fieldset_fieldset | |
| '#title': 'Last Name' | |
| page_3: | |
| '#type': webform_wizard_page | |
| '#title': 'Page 3' | |
| civicrm_1_contact_1_contact_first_name: | |
| '#type': textfield | |
| '#contact_type': individual | |
| '#form_key': civicrm_1_contact_1_contact_first_name | |
| '#extra': | |
| width: 20 | |
| '#parent': civicrm_1_contact_1_fieldset_fieldset | |
| '#title': 'First Name' | |
| css: '' | |
| javascript: "// Prevent crtl+r from resubmitting this form.\r\n// https://stackoverflow.com/questions/6320113/how-to-prevent-form-resubmission-when-page-is-refreshed-f5-ctrlr\r\nif ( window.history.replaceState ) {\r\n window.history.replaceState( null, null, window.location.href );\r\n}" | |
| settings: | |
| ajax: false | |
| ajax_scroll_top: form | |
| ajax_progress_type: '' | |
| ajax_effect: '' | |
| ajax_speed: null | |
| page: true | |
| page_submit_path: '' | |
| page_confirm_path: '' | |
| page_theme_name: '' | |
| form_title: both | |
| form_submit_once: false | |
| form_exception_message: '' | |
| form_open_message: '' | |
| form_close_message: '' | |
| form_previous_submissions: true | |
| form_confidential: false | |
| form_confidential_message: '' | |
| form_disable_remote_addr: false | |
| form_convert_anonymous: false | |
| form_prepopulate: false | |
| form_prepopulate_source_entity: false | |
| form_prepopulate_source_entity_required: false | |
| form_prepopulate_source_entity_type: '' | |
| form_reset: false | |
| form_disable_autocomplete: false | |
| form_novalidate: false | |
| form_disable_inline_errors: false | |
| form_required: false | |
| form_unsaved: false | |
| form_disable_back: false | |
| form_submit_back: false | |
| form_autofocus: false | |
| form_details_toggle: false | |
| form_access_denied: default | |
| form_access_denied_title: '' | |
| form_access_denied_message: '' | |
| form_access_denied_attributes: { } | |
| form_file_limit: '' | |
| form_method: '' | |
| form_action: '' | |
| form_attributes: { } | |
| share: false | |
| share_node: false | |
| share_theme_name: '' | |
| share_title: true | |
| share_page_body_attributes: { } | |
| submission_label: '' | |
| submission_log: false | |
| submission_views: { } | |
| submission_views_replace: { } | |
| submission_user_columns: { } | |
| submission_user_duplicate: false | |
| submission_access_denied: default | |
| submission_access_denied_title: '' | |
| submission_access_denied_message: '' | |
| submission_access_denied_attributes: { } | |
| submission_exception_message: '' | |
| submission_locked_message: '' | |
| submission_excluded_elements: { } | |
| submission_exclude_empty: false | |
| submission_exclude_empty_checkbox: false | |
| previous_submission_message: '' | |
| previous_submissions_message: '' | |
| autofill: false | |
| autofill_message: '' | |
| autofill_excluded_elements: { } | |
| wizard_progress_bar: true | |
| wizard_progress_pages: false | |
| wizard_progress_percentage: false | |
| wizard_progress_link: false | |
| wizard_progress_states: false | |
| wizard_auto_forward: true | |
| wizard_auto_forward_hide_next_button: false | |
| wizard_keyboard: true | |
| wizard_start_label: '' | |
| wizard_preview_link: false | |
| wizard_confirmation: true | |
| wizard_confirmation_label: '' | |
| wizard_track: '' | |
| wizard_prev_button_label: '' | |
| wizard_next_button_label: '' | |
| wizard_toggle: false | |
| wizard_toggle_show_label: '' | |
| wizard_toggle_hide_label: '' | |
| preview: 0 | |
| preview_label: '' | |
| preview_title: '' | |
| preview_message: '' | |
| preview_attributes: { } | |
| preview_excluded_elements: { } | |
| preview_exclude_empty: true | |
| preview_exclude_empty_checkbox: false | |
| draft: authenticated | |
| draft_multiple: false | |
| draft_auto_save: true | |
| draft_saved_message: 'Your application has been saved as a draft. When your application is complete, please click 'submit' at the end of the form.' | |
| draft_loaded_message: '' | |
| draft_pending_single_message: '' | |
| draft_pending_multiple_message: '' | |
| confirmation_type: page | |
| confirmation_title: '' | |
| confirmation_message: '' | |
| confirmation_url: '' | |
| confirmation_attributes: { } | |
| confirmation_back: true | |
| confirmation_back_label: '' | |
| confirmation_back_attributes: { } | |
| confirmation_exclude_query: false | |
| confirmation_exclude_token: false | |
| confirmation_update: false | |
| limit_total: null | |
| limit_total_interval: null | |
| limit_total_message: '' | |
| limit_total_unique: false | |
| limit_user: null | |
| limit_user_interval: null | |
| limit_user_message: '' | |
| limit_user_unique: false | |
| entity_limit_total: null | |
| entity_limit_total_interval: null | |
| entity_limit_user: null | |
| entity_limit_user_interval: null | |
| purge: none | |
| purge_days: null | |
| results_disabled: false | |
| results_disabled_ignore: false | |
| results_customize: false | |
| token_view: false | |
| token_update: false | |
| token_delete: false | |
| serial_disabled: false | |
| access: | |
| create: | |
| roles: | |
| - anonymous | |
| - authenticated | |
| users: { } | |
| permissions: { } | |
| view_any: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| update_any: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| delete_any: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| purge_any: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| view_own: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| update_own: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| delete_own: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| administer: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| test: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| configuration: | |
| roles: { } | |
| users: { } | |
| permissions: { } | |
| handlers: | |
| webform_civicrm: | |
| id: webform_civicrm | |
| label: CiviCRM | |
| notes: '' | |
| handler_id: webform_civicrm | |
| status: true | |
| conditions: { } | |
| weight: null | |
| settings: | |
| nid: 1 | |
| number_of_contacts: '1' | |
| 1_contact_type: individual | |
| 1_webform_label: 'Contact 1' | |
| civicrm_1_contact_1_contact_contact_sub_type: | |
| '': '' | |
| civicrm_1_contact_1_contact_existing: create_civicrm_webform_element | |
| civicrm_1_contact_1_contact_prefix_id: 0 | |
| civicrm_1_contact_1_contact_first_name: create_civicrm_webform_element | |
| civicrm_1_contact_1_contact_middle_name: 0 | |
| civicrm_1_contact_1_contact_last_name: create_civicrm_webform_element | |
| civicrm_1_contact_1_contact_suffix_id: 0 | |
| civicrm_1_contact_1_contact_nick_name: 0 | |
| civicrm_1_contact_1_contact_gender_id: 0 | |
| civicrm_1_contact_1_contact_job_title: 0 | |
| civicrm_1_contact_1_contact_birth_date: create_civicrm_webform_element | |
| civicrm_1_contact_1_contact_preferred_communication_method: 0 | |
| civicrm_1_contact_1_contact_privacy: 0 | |
| civicrm_1_contact_1_contact_preferred_language: 0 | |
| civicrm_1_contact_1_contact_image_URL: 0 | |
| civicrm_1_contact_1_contact_contact_id: 0 | |
| civicrm_1_contact_1_contact_user_id: 0 | |
| civicrm_1_contact_1_contact_external_identifier: 0 | |
| civicrm_1_contact_1_contact_source: 0 | |
| civicrm_1_contact_1_contact_cs: 0 | |
| civicrm_1_contact_1_contact_employer_id: 0 | |
| civicrm_1_contact_1_contact_is_deceased: 0 | |
| civicrm_1_contact_1_contact_deceased_date: 0 | |
| contact_1_settings_matching_rule: Unsupervised | |
| contact_1_number_of_cg5: '0' | |
| contact_1_number_of_other: '0' | |
| contact_1_number_of_address: '0' | |
| contact_1_number_of_phone: '0' | |
| contact_1_number_of_email: '0' | |
| contact_1_number_of_website: '0' | |
| contact_1_number_of_im: '0' | |
| prefix_known: '' | |
| prefix_unknown: '' | |
| toggle_message: 0 | |
| message: '' | |
| activity_number_of_activity: '0' | |
| case_number_of_case: '0' | |
| participant_reg_type: '0' | |
| reg_options: | |
| event_type: | |
| any: any | |
| show_past_events: now | |
| show_future_events: '1' | |
| show_public_events: all | |
| title_display: title | |
| show_remaining: '0' | |
| validate: 1 | |
| block_form: 0 | |
| disable_unregister: 0 | |
| allow_url_load: 0 | |
| civicrm_1_contribution_1_contribution_enable_contribution: '0' | |
| checksum_text: '' | |
| create_fieldsets: 1 | |
| confirm_subscription: 1 | |
| block_unknown_users: 0 | |
| create_new_relationship: 0 | |
| disable_contact_paging: 0 | |
| new_contact_source: 'Mark Birthdate Tester' | |
| data: | |
| contact: | |
| 1: | |
| contact: | |
| 1: | |
| contact_type: individual | |
| contact_sub_type: { } | |
| webform_label: 'Contact 1' | |
| matching_rule: Unsupervised | |
| number_of_cg5: '0' | |
| number_of_other: '0' | |
| number_of_address: '0' | |
| number_of_phone: '0' | |
| number_of_email: '0' | |
| number_of_website: '0' | |
| number_of_im: '0' | |
| activity: | |
| number_of_activity: '0' | |
| case: | |
| number_of_case: '0' | |
| participant_reg_type: '0' | |
| reg_options: | |
| event_type: | |
| any: any | |
| show_past_events: now | |
| show_future_events: '1' | |
| show_public_events: all | |
| title_display: title | |
| show_remaining: '0' | |
| validate: 1 | |
| block_form: 0 | |
| disable_unregister: 0 | |
| allow_url_load: 0 | |
| variants: { } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment