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

            </tr>
            <tr valign="top">
                <th scope="row">Audience Opcions</th>
                <td>
                    <?php 
echo $helper->getOptionsForm("fbk_pixel_custom_option_");
?>
</td>

            </tr>
        </table>

        <?php 
submit_button();
?>

    </form>
</div>