I added the reCaptcha module to my site to try to block the increasing number of robot bogus accounts being setup despite regular Captcha being in place. I need to be able to allow new users self-setup a new account. The reCaptcha module only displays the checkbox for the "I am not a robot" question, but not the actual reCaptcha challenge. Captcha image functions fine.
I'd show a screenshot except I can find how to upload images and external image URLs are blocked.
My site is Drupal 6.26, Captcha 6.x-2.7 and reCaptcha 6.x-2.0
I wrote the "Metis" module for a non-profit project I'm collaborating with. Now I'm working on an upgrade of the website to Drupal 7 and I need to have a D7 version of the module. But I'm not a very experienced module developer, which is why I'm seeking for help.
The module isn't really complex. Basically, it provides a field (in D6: CCK field) that contains a checkbox and, if activated, saves a so called "metis code" to include it in the HTML source.
I have installed drupal on my localhost server and I have already install quiz module for Computer Based Test (CBT). I have a lot of students that want to attend the exam which I have their details on a excel sheet document. I need help on how to upload multiple users to my drupal site.
Thank you for your support.