I have two fields, that are set as numbers, in EE 2
I want to add and display the total.
I know I can accomplish this with php, but is it possible to accomplish this natively in EE?
Below is the code that accomplishes this using php
<?="{custom_number_field_1}" + "{custom_number_field_2}"?>Is it possible to do this natively in EE 2?