Ejemplo n.º 1
0
?>

<div class="clearfix">
    <div class="row">
        <div class="col-sm-6">
            <?php 
if (st()->get_option('booking_enable_captcha', 'on') == 'on') {
    $code = STCoolCaptcha::get_code();
    ?>
                <div class="form-group captcha_box" >
                    <label><?php 
    st_the_language('captcha');
    ?>
</label>
                    <img src="<?php 
    echo STCoolCaptcha::get_captcha_url($code);
    ?>
" align="captcha code" class="captcha_img">
                    <input type="text" name="<?php 
    echo esc_attr($code);
    ?>
" value="" class="form-control">
                    <input type="hidden" name="st_security_key" value="<?php 
    echo esc_attr($code);
    ?>
">
                </div>
            <?php 
}
?>
        </div>