Setting up dashboard policy profile
Adding policy profile screen to dashboard
Add summary screen
{
"path": "summary-admin",
"components": [
{
"type": "form",
"config": {
"components": [
{
"type": "summary-panel",
"config": {
"content_key": "flow.summary.policyholder.title",
"components": [
{
"type": "summary-panel-row",
"config": {
"content_key": {
"label": "flow.summary.policyholder.name.label",
"value": "flow.summary.policyholder.name.value"
},
"input_field": "first_name"
}
},
{
"type": "summary-panel-row",
"config": {
"content_key": {
"label": "flow.summary.policyholder.email.label",
"value": "flow.summary.policyholder.email.value"
},
"input_field": "email"
}
}
]
}
}
]
}
}
]
}Point to the summary screen
Improve the styling (optional)
MTA & Policy Edit
Requirements
Enabling MTAs
Testing locally
Last updated