Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue