HOME


Mini Shell 1.0
DIR: /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/fields/recaptcha/
Upload File :
Current File : /home/dhnidqcz/pragmaticsng.org/wp-content/plugins/caldera-forms/fields/recaptcha/config.php
<input type="hidden" value="1" name="config[fields][{{_id}}][required]" class="field-config">

<p class="description" style="text-align:center;"><?php esc_html_e('reCaptcha required keys from Google.', 'caldera-forms'); ?><a href="https://www.google.com/recaptcha" target="_blank"> Visit reCAPTCHA</a></p>
<div class="caldera-config-group">
	<label for="{{_id}}_public">
        <?php esc_html_e('Site Key', 'caldera-forms'); ?>
    </label>
	<div class="caldera-config-field">
		<input type="text" id="{{_id}}_public" class="block-input field-config required" name="{{_name}}[public_key]" value="{{public_key}}">
	</div>
</div>
<div class="caldera-config-group">
	<label for="{{_id}}_secret">
        <?php esc_html_e('Secret Key', 'caldera-forms'); ?>
    </label>
	<div class="caldera-config-field">
		<input id="{{_id}}_secret" type="text" class="block-input field-config required" name="{{_name}}[private_key]" value="{{private_key}}">
	</div>
</div>
<div class="caldera-config-group">
	<label for="{{_id}}_theme">
        <?php esc_html_e('Theme', 'caldera-forms'); ?>
    </label>
	<div class="caldera-config-field">
		<select id="{{_id}}_theme" aria-describedby="{{_id}}_theme-description" class="block-input field-config" name="{{_name}}[theme]">
			<option value="light" {{#is theme value="light"}}selected="selected"{{/is}}>
                <?php esc_html_e('Light'); ?>
            </option>
			<option value="dark" {{#is theme value="dark"}}selected="selected"{{/is}}>
                <?php esc_html_e('Dark'); ?>
            </option>
		</select>
		<p class="description" id="{{_id}}_theme-description">
            <?php esc_html_e('Theme changes not available in preview. Save the form and reload to see new theme.', 'caldera-forms'); ?>
        </p>
	</div>
</div>