Not able to get expression element value to display in same form

I am using camunda 7.23 and i created BPMN process in modeler and for each user task linked one camunda form, in the form i have used expression element which calculates the value but i am not getting way to display it in another form field.

{
“computeOn”: “change”,
“type”: “expression”,
“layout”: {
“row”: “Row_0fh4agt”,
“columns”: null
},
“id”: “Field_0cg9jkh”,
“key”: “codFinalValueCalculator”,
“expression”: “=(10-t)0.25dil*8000/15”
}

this calculated expression value i want to display it in another form field.
Can anyone please guide me to solve this issue?

Thank you @Jamie309Perez for your valuable response.

can we display calculated value in same form as expression?
for example expression and display field will be in same form and expression’s calculated result will be shown in display field in same form.