File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 14
14
validations :
15
15
required : true
16
16
- type : input
17
- id : email
18
17
attributes :
19
- label : Email
18
+ label : Contact Details
19
+ description : How can we reach out to you?
20
20
validations :
21
21
required : true
22
22
- type : textarea
Original file line number Diff line number Diff line change 14
14
validations :
15
15
required : true
16
16
- type : input
17
- id : email
17
+ id : contact
18
18
attributes :
19
- label : Email
19
+ label : Contact Details
20
+ description : How can we reach out to you?
20
21
validations :
21
22
required : true
22
23
- type : input
25
26
label : Company Name
26
27
validations :
27
28
required : true
29
+ - type : textarea
30
+ id : additionalinfo
31
+ attributes :
32
+ label : additional Information
33
+ description : Is there anything else you would like to share with us?
34
+ validations :
35
+ required : false
28
36
- type : checkboxes
29
37
id : terms
30
38
attributes :
You can’t perform that action at this time.
0 commit comments