BoltWire

Innovative Ideas :: Radical Results!

INFORMATION

DOCUMENTATION

SOLUTIONS

Captcha

Documentation > Forms > Captcha

Introduction

BoltWire has a built in captcha system to fight off spam.

How to use

All you need to do to use this as a captcha is set up the proper conditionals. In this case I'll give an error warning if you enter the wrong number.

You could just as easily do the same thing to block a forum comment or a mail message, or any other action.

The random number is generated using the built in {captcha} variable.

Example

<code> [form] 5170 Enter number above here: [session msg_form_submit] [session if "! equal {=check} 5170 ? warn=Wrong Number! Try again."] [session warn] [session msg "Congrats! You got the right number..."] [form] </code>
Copyright © 2013, all rights reserved.