Initial commit
This commit is contained in:
34
application/Espo/Resources/layouts/LeadCapture/detail.json
Normal file
34
application/Espo/Resources/layouts/LeadCapture/detail.json
Normal file
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}, {"name": "isActive"}],
|
||||
[{"name": "subscribeToTargetList", "inlineEditDisabled": true}, {"name": "campaign"}],
|
||||
[{"name": "subscribeContactToTargetList"}, {"name": "targetList"}],
|
||||
[{"name": "targetTeam"}, {"name": "leadSource"}],
|
||||
[{"name": "duplicateCheck"}, {"name": "phoneNumberCountry"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "fieldList"}, {"name": "apiKey"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "formEnabled"}, {"name": "formTitle"}],
|
||||
[{"name": "formText"}, {"name": "formSuccessText"}],
|
||||
[{"name": "formSuccessRedirectUrl"}, {"name": "formLanguage"}],
|
||||
[{"name": "formFrameAncestors"}, {"name": "formCaptcha"}],
|
||||
[{"name": "formTheme"}, false]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "optInConfirmation", "inlineEditDisabled": true}, false],
|
||||
[{"name": "createLeadBeforeOptInConfirmation"}, {"name": "skipOptInConfirmationIfSubscribed"}],
|
||||
[{"name": "optInConfirmationEmailTemplate"}, {"name": "optInConfirmationLifetime"}],
|
||||
[{"name": "smtpAccount"}, false],
|
||||
[{"name": "optInConfirmationSuccessMessage", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name": "name"}, {"name":"isActive"}],
|
||||
[{"name": "campaign", "fullWidth": true}],
|
||||
[{"name": "subscribeToTargetList", "inlineEditDisabled": true}, {"name":"subscribeContactToTargetList"}],
|
||||
[{"name": "targetList", "fullWidth": true}],
|
||||
[{"name": "leadSource", "fullWidth": true}],
|
||||
[{"name": "apiKey", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/LeadCapture/list.json
Normal file
5
application/Espo/Resources/layouts/LeadCapture/list.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name": "name", "link": true},
|
||||
{"name": "isActive", "widthPx": 120},
|
||||
{"name": "campaign", "width": 25}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"logRecords"
|
||||
]
|
||||
Reference in New Issue
Block a user