Path

ez projects / nxc_captcha / forum / general / captcha does not display


Captcha does not display

You need to be logged in to post messages in the forums. New users may register here.

John Bolton

Member since:
15 May 2010

Posts: 7

Monday 27 February 2012 11:14:57 am

Installed on eZ Publish Community Project 2011.11, php5 debian squeeze ezwebin theme

For information I do not see any sliders, only fields.

I do not see the captcha displayed on a feedback form after adding it using the settings in your examples. I have tried both as an Information Collector (example 2 in your Gallery) and not (Example 1).

The feedback form displays neither the captcha code nor its input field.

The template the ezwebin_site feedback form uses is /node/view/full.tpl

I have not made any changes to templates.

I have cleared site cache, browser cache, republished the feedback form, and also tried viewing in a different browser. I am not logged in to the front end. Editing the contact form object in the back end displays "Secure code is allready entered" which is OK as Administrator and named Administrator are excluded.

Attempting to submit a form in the front end without the Captcha displayed produces a NXC Security token missing error.

Do you have any suggestions on what to try and which is the correct setting for Information Collection?

Thank you in anticipation of your help and for producing an important contribution.
Up

Serhey Dolgushev

Member since:
03 November 2007

Posts: 15

Monday 27 February 2012 11:19:43 am

Hi John,
Can you please send an URL to the feedback form, to I be able to test?
Up

John Bolton

Member since:
15 May 2010

Posts: 7

Monday 27 February 2012 11:27:08 am

staging site address provided
Up

Serhey Dolgushev

Member since:
03 November 2007

Posts: 15

Monday 27 February 2012 11:30:34 am

Captcha template is not included to the feedback form at all. Can you please send me accces to the back end to check feedback class (sd@nxc.no)?
Up

John Bolton

Member since:
15 May 2010

Posts: 7

Monday 27 February 2012 11:36:47 am

sent by email
Up

John Bolton

Member since:
15 May 2010

Posts: 7

Monday 27 February 2012 12:18:50 pm

thank you for the template code. It is working.

My first two attempts at inputting an alpha-numeric code were incorrect, presumably because several zeros may have been the letter O and vice versa. Do you have any suggestions which would minimise user frustration?
Up

Serhey Dolgushev

Member since:
03 November 2007

Posts: 15

Monday 27 February 2012 2:00:42 pm

You can select Numeric or Alphabetic captcha type (not Alphanumeric). Also i plan to add exclude characters in the future. Also you can use some custom font.
Up

John Bolton

Member since:
15 May 2010

Posts: 7

Monday 27 February 2012 10:31:50 pm

the template in use was extension/ezwebin/design/ezwebin/override/templates/full/feedback_form.tpl template:

adding




<h4>{$node.data_map.nxc_captcha.contentclass_attribute.name}</h4>


       <div class="attribute-message">


               {attribute_view_gui attribute=$node.data_map.nxc_captcha}


       </div>




so you create your custom override template to contain captcha attribute code.

Many thanks Serhey for your quick responses to my query.
Up

You need to be logged in to post messages in the forums. New users may register here.