コード例 #1
0
ファイル: captcha.php プロジェクト: sabdev1/ljcdevsab
?>
</label></th>
                            <td>
                                <input type="text" id="invalid_message_<?php 
echo $id;
?>
" name="invalid_message_<?php 
echo $id;
?>
" value="<?php 
echo esc_attr($element['invalid_message']);
?>
" />
                                <p class="description"><?php 
printf(esc_html__('Translate or override the error message shown under the field
                                when the given solution does not match. The default is "%s".', 'iphorm'), '<span class="ifb-bold">' . $captchaValidator->getMessageTemplate('not_match') . '</span>');
?>
</p>
                            </td>
                        </tr>
                        <?php 
include 'settings/label-placement.php';
?>
                        <?php 
include 'settings/tooltip-type.php';
?>
                        <?php 
include 'settings/conditional-logic.php';
?>
                        <?php 
include '_save.php';