【问题标题】:Wordpress Recaptcha use on form that created using pageWordpress Recaptcha 在使用页面创建的表单上使用
【发布时间】:2013-10-16 14:02:59
【问题描述】:

我正在尝试使用 wordpress recaptcha 插件。

我尝试使用的插件(如 wp-recaptcah,更好的 Wp recaptcha)仅适用于评论表单。

但就我而言,我创建了一个页面,并在其中插入了从管理面板管理的 HTML。

我不明白如何在表单中使用该插件。

我没有得到任何短代码 HTML 标记来直接在页面上使用它。

有什么建议可以实现吗?

我在管理面板中创建了一个页面并插入了此代码。我的表单是通过 AJAX 提交的:

<div class="First"> Here some static Html is used </div>

<form id="main-form">
    <div>
      <label>Name</label>
      <input class="span6" type="text" maxlength="45" name="name" />
    </div>
    <div>
      <label>Email</label>
      <input class="span6" type="text" maxlength="45" name="email" />
    </div>
    <div>
      <label>Phone Number</label>
      <input class="span6" type="text" name="phone" placeholder="Enter Phone Number" />
    </div>
    <div>
      <label>Message</label>
      <textarea class="span12" name="message" rows="6" ></textarea>
    </div>
    <div><button class="btn >Send Enquiry</button></div>
</form>

<div class="second">Here some static Html is used </div>

【问题讨论】:

  • 我们甚至不知道你指的which ReCaptcha插件...
  • 您可能希望将我们链接到插件... wp 有大量的 recaptcha 插件
  • @brasofilo,@xlordt: 任何支持 recaptcha 的插件,如 wp-recaptcha ,wprdpress 更好的验证码
  • @xlordt wp-recaptcha 或 wordpress 更好的 recaptcha 插件。
  • 啊,是的,我之前尝试过这些插件.. 可能这些插件没有简码,而且有些编码不好,但我会看看我今天能为你做些什么或汤姆..现在你是手工创建这个表格吗?作为脚本的意义?还是您在仪表板中创建帖子/页面?

标签: php wordpress recaptcha


【解决方案1】:

最佳建议:使用Contact Form 7Contact Form 7 reCAPTCHA ExtensionReally Simple Captcha 插件,两者都适用于Contact Form 7。

您将在 CF7 管理页面上创建表单,然后使用简码将其插入到您的 WordPress 页面中,由于许多原因,这比在 WordPress 文本视图中编写表单本身要好得多。

【讨论】:

  • 我建议使用 HoneyPot 扩展 + BadBehavior + Akismet/AntispamBee。如果没有垃圾邮件进来,那就完美了。否则,使用可怕的重述。
  • 我也同意这一点——有时有效,有时却无效。
【解决方案2】:

您可以使用 reCAPTCHA 表单。它给你一个表格和recaptcha。 http://wordpress.org/plugins/recaptcha-form/

否则您可能想要以下一个, http://wordpress.org/plugins/wp-recaptcha/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-12-30
    • 2020-07-25
    • 2015-01-23
    • 2013-09-15
    相关资源
    最近更新 更多