<?php 
do_settings_sections('fbkPixel-settings-group');
?>
        <table class="form-table">
            <tr valign="top">
                <th scope="row">Custom Pixel ID</th>
                <td><input type="text" name="fbk_pixel_id" value="<?php 
echo get_option('fbk_pixel_id');
?>
" /></td>

            </tr>
            <tr valign="top">
                <th scope="row">Currency Code</th>
                <td><?php 
echo $helper->getSelect("fbk_pixel_currency", "fbk_pixel_currency", get_option('fbk_pixel_currency'));
?>
</td>
            </tr>
        </table>

        <?php 
submit_button();
?>

    </form>
</div>

<hr>

<div class="wrap">