Closed (fixed)
Project:
Feedback
Version:
6.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2008 at 04:24 UTC
Updated:
28 Dec 2008 at 04:57 UTC
The form ID is: feedback-form
The CAPTCHA point administration gives ERROR:
Validation error, please try again. If this error persists, please contact the site administrator.
It may be related to the validation used in CAPTCHA:
#240088: Illegal form_id when assigning a CAPTCHA to a form generated by Webform module
Note CAPTCHA used to not seem to handle the '-' hiphen, but only underscore:
"CAPTCHA module validates Form IDs using /^[a-z_]+$/."
Has anybody combined Feedback2 with CAPTCHA ok ?
Thanks for advice, Webel
Comments
Comment #1
sunI believe the proper form id is feedback_form (note the underscore). Please report back if this fixes this issue.
However, be warned that form validation in Feedback does not work properly yet - see #305744: Return validation error (use AJAX framework).
Comment #2
sunComment #3
webel commentedCopied from the HTML:
And
feedback_form(with underscore) fails anyway:At
admin/user/captcha/captcha/captcha_point:Comment #4
sunI am pretty sure that you need to enter the internal form id, and not the CSS id that is output in the resulting markup.
For the second issue you raised in the last follow-up, please consult CAPTCHA's issue queue and support resources, because that has nothing to do with Feedback module.
Comment #5
webel commentedHi,
> "internal form id"
Thanks for pointing out the distinction.
I looked in the code, and am taking this as the internal drupal form id
> For the second issue you raised in the last follow-up, please consult CAPTCHA's issue queue and support resources
Will do.
Comment #6
webel commentedCode snippet lost on submit:
Comment #7
webel commented