-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate_paged.yaml
57 lines (57 loc) · 1.83 KB
/
template_paged.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
form_page_01:
'#type': wizard_page
'#title': 'Form Page 01'
'#next_button_label': 'Go to page 2 of 3'
locked_main_01:
'#type': container
'#attributes':
style: 'box-sizing:border-box; display:flex; color:rgb(51, 51, 51); font-family:Lato, sans-serif; font-size:20px;'
locked_flex_01:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left; padding:20px;'
locked_content_01:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left;'
q1:
'#type': textfield
'#title': 'QUESTION 1'
form_page_02:
'#type': wizard_page
'#title': 'Form Page 01'
'#next_button_label': 'Go to page 2 of 3'
locked_main_02:
'#type': container
'#attributes':
style: 'box-sizing:border-box; display:flex; color:rgb(51, 51, 51); font-family:Lato, sans-serif; font-size:20px;'
locked_flex_02:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left; padding:20px;'
locked_content_02:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left;'
q2:
'#type': textfield
'#title': 'QUESTION 2'
form_page_03:
'#type': wizard_page
'#title': 'Form Page 01'
'#next_button_label': 'Go to page 2 of 3'
locked_main_03_contact:
'#type': container
'#attributes':
style: 'box-sizing:border-box; display:flex; color:rgb(51, 51, 51); font-family:Lato, sans-serif; font-size:20px;'
locked_flex_03:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left; padding:20px;'
locked_content_03:
'#type': container
'#attributes':
style: 'box-sizing:border-box; float:left;'
q3:
'#type': textfield
'#title': 'QUESTION 3'