Calculator Accordion

p-4 my-3 shadow-sm border-0″>

” type=”button” data-bs-toggle=”collapse” data-bs-target=”#” aria-expanded=”false” aria-controls=”“>




‘.get_sub_field(‘table_title’).’

‘; }
$table = get_sub_field( ‘table’ );
if ( ! empty ( $table ) ) {
echo ‘

‘;
if ( ! empty( $table[‘caption’] ) ) {
echo ‘

‘;
}
if ( ! empty( $table[‘header’] ) ) {
echo ‘

‘;
echo ‘

‘;
foreach ( $table[‘header’] as $th ) {
echo ‘

‘;
}
echo ‘

‘;
echo ‘

‘;
}
echo ‘

‘;
foreach ( $table[‘body’] as $tr ) {
echo ‘

‘;
foreach ( $tr as $td ) {
echo ‘

‘;
}
echo ‘

‘;
}
echo ‘

‘;
echo ‘

‘ . $table[‘caption’] . ‘
‘;
echo $th[‘c’];
echo ‘
‘;
echo $td[‘c’];
echo ‘

‘;
echo ‘

‘;
if ( ! empty( $table[‘caption’] ) ) {
echo ‘

‘;
}
echo ‘

‘;
if ( ! empty( $table[‘header’] ) ) {
echo ‘

‘;
$h = 0;
foreach ( $table[‘header’] as $th ) {
${‘ht’.$h} = ‘

‘;
$h++;
}
}
foreach ( $table[‘body’] as $tr ) {
$d = 0;
foreach ( $tr as $td ) {
echo ${‘ht’.$d};
echo ‘

‘;
echo ‘

‘;
echo ‘

‘;
$d++;
}
}
echo ‘

‘;
echo ‘

‘ . $table[‘caption’] . ‘
‘.$th[‘c’].’
‘;
echo $td[‘c’];
echo ‘

‘;
}
if ( get_sub_field(‘disclaimer_text’) ) { echo ‘

‘.get_sub_field(‘disclaimer_text’).’

‘; }
?>

‘;
} ?>