Regular text based and hosted Captcha, better Captcha experience.
With this plugin you will be able to put the Enmask captcha in your Drupal forms easily.
Features of the module
Forms in Drupal in which you can implement Enmask captcha are:
1. Configure from Admin panel.
2. Setting to hide the CAPTCHA from logged in users and or administrators.
3. Setting to show the CAPTCHA on the forms for different Contact forms.
4. Valid HTML.
Contact forms
- Personal contact form
- Site-wide contact form
User register form
Article comment form
Page comment form
Lost password form
Please register in http://www.enmask.com, so we can provide you better service.
Features of the plugin
1. Configure from Admin panel
2. Setting to hide the CAPTCHA from logged in users and or admins
3. Setting to show the CAPTCHA on the forms for Contact forms(Personal contact form and Site-wide contact form), User register form, Article comment form, Page comment form, Lost password form
4. Valid HTML
Please register in http://www.enmask.com, so we can provide you better service
If you have any suggestions regarding the plugin please email us at support@enmask.com
INSTALLATION NOTE
================
This module was intended to be installed at /sites/all/modules/enmask
\ No newline at end of file
If you have any suggestions regarding the module please email us at support@enmask.com.
'#description'=>t('EnMask is founded with the ideas of helping people control their online content, privacy and freedom. For the detail information please').'<a href="http://www.enmask.com" title="enmask.com" target="_blank">'.t('click here').'</a>',
'#options'=>$options,
);
$form['#submit'][]='enmask_admin_submit';
returnsystem_settings_form($form);
$options=array('contact_site_form'=>t('Enable for Site-wide contact form'),
'user_register_form'=>t('Enable for user register form'),
'comment_node_article_form'=>t('Enable for article comment form'),
'comment_node_page_form'=>t('Enable for page comment form'),
'contact_personal_form'=>t('Enable for user contact form'),
'#description'=>t('EnMask is founded with the ideas of helping people control their online content, privacy and freedom. For the detail information please').'<a href="http://www.enmask.com" title="enmask.com" target="_blank">'.t('click here').'</a>',
$output.='<p>'.t('EnMask Captcha is based on encrypted text and paired with matching web fonts so user will see clearly the challenge text while the spam programs see the underlying encrypted text. Users will have much better Captcha experience then trying to guess the difficult twisted image based Captcha solution. It\'s fun and helps improving user accuracy rate when the answer characters showing the same font.').'</p>
<p>'.t('It is ideal for iPhone and Android phones.').'</p>
<p>'.t('EnMask Captcha is a free cloud base service (Service as a Service, SaaS), You only need to install once, the Captcha fonts and styles changes real time to make it difficult for spam programs.').'</p>
<p>'.t('With this plugin you will be able to show enmask captcha in drupal forms.').'</p>';
return$output;
}
if($path=='admin/help#enmask'){
$output='<h3>'.t('About').'</h3>';
$output.='<p>'.t('EnMask Captcha is based on encrypted text and paired with matching web fonts so user will see clearly the challenge text while the spam programs see the underlying encrypted text. Users will have much better Captcha experience then trying to guess the difficult twisted image based Captcha solution. It\'s fun and helps improving user accuracy rate when the answer characters showing the same font.').'</p>
<p>'.t('It is ideal for iPhone and Android phones.').'</p>
<p>'.t('EnMask Captcha is a free cloud base service (Service as a Service, SaaS), You only need to install once, the Captcha fonts and styles changes real time to make it difficult for spam programs.').'</p>
<p>'.t('With this plugin you will be able to show enmask captcha in drupal forms.').'</p>';