• This plugin works great for its sister application, Contact Form 7, by just installing and activating it.

    However, I imagine that it has been seperated from the Contact Form 7 code and into its own plugin to allow it to be used elsewhere with WordPress.

    I would love to use it for wordpress post comments, to give sites a consistent look but, despite my attempts, I cannot work out how to do it.

    Does anyone have some instructions that they can kindly post to add it to the existing “Add Comments” form in comments.php?

    Many thanks
    Hal

    http://ww.wp.xz.cn/extend/plugins/really-simple-captcha/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I want to add an extra field in the “Really Simple Captcha” contact form.
    On the right hand side of the form page for “Contact Form 7” is a “Generate Tag” link. I clicked on it and chose the “text field” tag. At the bottom of the form it instructs: “Copy this code and paste it into the form left.”
    (1) But, where do I paste it in the form on the left: top, middle, bottom?
    (2) How then do I ask it to retrieve the senders “Street Address” and “City State ZIP”?
    (3) What code do I place in the “message body” (below right)to recall information inserted by the sender, and to place it in the email sent to me?
    I have tried every possibility that I can think of, but without success. Senders “Name” and “message” appear in the email, but the information for the field I created does not.
    Please help.

    Decawest

    Decawest try this:
    Example: add an “address” field to Contact Form 7
    1. The “Name” field is already in the form:
    <p>Your Name (required)
    [text* your-name] </p>
    2. If an address form is to be added. Replace “Name” with “Address” in the first line of the new field, e.g.:
    <p>Your Address
    3. Click on “Generate Tag” in the right hand column; click on “Text field”; click again on “Generate Tag”. The program generates a code at the bottom of the text field form that looks like this [text text-###} – where ### is a three-digit random number. Copy and paste this code in the second line of the field, e.g.:
    [text text-306] </p>
    4. Scroll down to the message form. Add the code to the message body in this format: {text-306]. Note that the first word “text” appearing in step 3 is omitted. However the three-digit number must be the same. You may also include additional words for clarification of the received message e.g.:
    Address: [text-306]
    5. Click “save” above. And repeat the process for additional fields if desired.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Really Simple CAPTCHA] Using Really Simple Captcha for Comments’ is closed to new replies.