| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/ict/wp-content/plugins/so-widgets-bundle/widgets/contact/tpl/ |
Upload File : |
<div class="sow-form-field sow-form-field-captcha">
<?php if ( $instance['design']['labels']['position'] != 'below' ) { ?>
<label
class="sow-form-field-label-<?php echo esc_attr( $instance['design']['labels']['position'] != 'inside' ? $instance['design']['labels']['position'] : 'above' ); ?>"
for="really-simple-captcha-<?php echo esc_attr( $instance_hash ); ?>">
<strong><?php _e( 'Captcha', 'so-widgets-bundle' ); ?></strong>
</label>
<?php } ?>
<?php if ( ! empty( $template_vars['really_simple_spam_error'] ) ) { ?>
<div class="sow-error">
<?php echo esc_html( $template_vars['really_simple_spam_error'] ); ?>
</div>
<?php } ?>
<img
src="<?php echo esc_url( plugins_url() . '/really-simple-captcha/tmp/' . $really_simple_spam_image ); ?>"
width="<?php echo esc_attr( $really_simple_spam->img_size[0] ); ?>"
height="<?php echo esc_attr( $really_simple_spam->img_size[1] ); ?>"
>
<span class="sow-field-container">
<input type="text" name="really-simple-captcha-<?php echo esc_attr( $instance_hash ); ?>" id="really-simple-captcha-<?php echo esc_attr( $instance_hash ); ?>" value="" class="sow-text-field">
</span>
<?php if ( $instance['design']['labels']['position'] == 'below' ) { ?>
<label class="sow-form-field-label-left" for="really-simple-captcha-<?php echo esc_attr( $instance_hash ); ?>">
<strong><?php _e( 'Captcha', 'so-widgets-bundle' ); ?></strong>
</label>
<?php } ?>
<input type="hidden" name="really-simple-captcha-prefix-<?php echo esc_attr( $instance_hash ); ?>" value="<?php echo esc_attr( $really_simple_spam_prefix ); ?>" />
</div>