[insert_php] $current = get_field(“page_1_current_total”);
$goal= get_field(“page_1_goal”);
$percent = round(($current/$goal) * 100,1);
[/insert_php]
Goal is [insert_php]echo $goal;[/insert_php]