Apply config changes from Webform update hooks
This commit is contained in:
parent
c41ba16734
commit
892494c1b5
2 changed files with 5 additions and 2 deletions
|
@ -13,16 +13,18 @@ title: Request
|
|||
description: 'Very simple form for potential clients to tell us what they need.'
|
||||
categories:
|
||||
- Lead
|
||||
elements: |
|
||||
elements: |-
|
||||
describe_goal:
|
||||
'#type': textarea
|
||||
'#title': 'Describe your goal'
|
||||
email_address:
|
||||
'#type': email
|
||||
'#title': 'E-mail address'
|
||||
'#required': true
|
||||
phone_number:
|
||||
'#type': tel
|
||||
'#title': 'Phone number'
|
||||
'#required': true
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue