You are here

function _botcha_error_text_javascript in BOTCHA Spam Prevention 6

Same name and namespace in other branches
  1. 7 botcha.botcha.inc \_botcha_error_text_javascript()
3 calls to _botcha_error_text_javascript()
_botcha_recipe2 in ./botcha.botcha.inc
Botcha recipe.
_botcha_recipe3 in ./botcha.botcha.inc
Botcha recipe.
_botcha_recipe4 in ./botcha.botcha.inc
Botcha recipe. FIXME: WORK IN PROGRESS. Making a css->js->form recipe

File

./botcha.botcha.inc, line 46
Implementation of botcha form logic.

Code

function _botcha_error_text_javascript() {
  return t('Please enable Javascript to use this form.');
}