adding margin to the new discounted total field being displayed in the generated pdf
}
add_action( 'gfpdf_post_html_fields', function( $entry, $config ) {
if($entry['form_id'] === '2'){
- echo "<div class='gf_right_half' style='font-weight: bold;width: 200px;margin-right: 10px;color: black;'> DISCOUNTED TOTAL: " . $entry['20'] . "</div>";
+ echo "<div class='gf_right_half' style='font-weight: bold;width: 200px;margin-right: 74px;color: black;'> DISCOUNTED TOTAL: " . $entry['20'] . "</div>";
}