On WFFM submit action validation is working for all the fields except reCaptcha field, though the captcha is verified but the validation message still shows the "field is mandatory" on submit as well as focus out event, and this needs to be fixed on jquery.validate.js or jquery.validate.unobstrusive.js as all our projects are using, please help
wffm 8.1 captcha field validation not working, but fine for other fields
910 Views Asked by Jeyanth Praveenkumar At
1
There are 1 best solutions below
Related Questions in SITECORE
- Web Forms For Marketers (WFFM) Rich Text Field Type
- Incomplete sitecore publish ( presentation details missing )
- Is there an easy way to fake a Sitecore Device for testing?
- Lost uCommerce interface within Sitecore
- Unable to use WFFM using Sitecore MVC
- How to get all the fields from Sitecore
- 'Sitecore.Forms.Mvc.Models.FormModel' vs. 'Sitecore.Mvc.Presentation.RenderingModel'
- Sitecore WFFM checkbox values on Create Item
- How to add an session value to a custom webforms for markters save action?
- Set a field in all the children of an item
- Trouble With Sitecore Web.config Patch File
- Sitecore link with icon
- Sitecore Inheriting an Item from Branches (Inheriting complete structure)
- Sitecore 7.2 publish increment the data serialization folder Size
- In Sitecore 7.5 how to programmatically create media items with language versioning?
Related Questions in SITECORE8
- Lost uCommerce interface within Sitecore
- Route with namespace and area still complaining about multiple controller names
- Correct Place To Specify A Site's Caching Parameters In Sitecore?
- Sitecore mail template with rich text field
- Bundling with sitecore MVC
- Search bar is not working on Sitecore 8 rev. 150427
- SITECORE: Invalid Scope Offline(Facebook)
- Bulk Creation Of Items In Sitecore
- WFFM custom save actions not working on Preview server but fine on CM server in sitecore preview mode
- Sitecore indexing Boost Rule based on search term
- Sitecore Glass.Mapper.Sc vs Glass.Mapper.Sc.Core
- Recipient List does not match Sent to List in Sent Sitecore EXM Campaign
- Sitecore - How to track anonymous user location in sitecore analytics
- Sitecore 8: Datasource value is null/empty in sublayout(.ascx)
- How to check Which version is installed of Web form for marketer in Sitecore 8
Related Questions in SITECORE-MVC
- Sitecore link with icon
- Bundling with sitecore MVC
- SITECORE: Invalid Scope Offline(Facebook)
- Sitecore Glass Mapper Null reference exception on some model properties
- Bulk Creation Of Items In Sitecore
- is it possible to add more than one website under the same root on sitecore?
- Sitecore Single Language Publish in multilingual Sitecore Environment
- Get sitecore contacts throught Sitecore Rest API
- Not found when calling POST ActionResult
- wffm 8.1 captcha field validation not working, but fine for other fields
- Get Textbox Value in New Page in Sitecore MVC
- Sitecore: Get parent rendering parameters
- Has anyone tried replacing the View Engine with Sitecore MVC?
- Has anyone used XBlog module in Sitecore?
- MVC instrumentation & WebApi attribute routing for Sitecore 7.5
Related Questions in WEB-FORMS-FOR-MARKETERS
- Web Forms For Marketers (WFFM) Rich Text Field Type
- Unable to use WFFM using Sitecore MVC
- Web Forms For Marketers (WFFM) Visual Fields for custom Field Type not displaying
- WFFM Overriding the FormID chosen in the Presentation Details
- Bootstrap design in Web Forms for Marketers Sitecore
- Sitecore - WFFM : Link contact facet with user profile field
- How to update sitecore user with webforms for marketers ( Update Contact Details )
- WFFM Custom Save Action :- pass response data to thankyou page
- Sitecore WFFM 8.2 rev. 160801 is not storing data in reporting database
- How to check Which version is installed of Web form for marketer in Sitecore 8
- Sitecore WFFM :- File Uploading Issue in CD Server in via Custom Save Action
- wffm 8.1 captcha field validation not working, but fine for other fields
- Could not get pipeline: errorSave (domain: )
- Sitecore Webform email issue
- Get Textbox Value in New Page in Sitecore MVC
Related Questions in SITECORE8.1
- WFFM custom save actions not working on Preview server but fine on CM server in sitecore preview mode
- Lucene Interlacing Search Results
- Sitecore 8.2 showing error attempt to access method 'Sitecore.Context+PageMode.get_IsPageEditor()' failed
- Update to sitecore 8.2 giving error for Sitecore.Services.Infrastructure.Sitecore.DependencyInjection.ComponentServicesConfigurator
- Sitecore 8.2 error for path analyzer
- Sitecore custom MTA for localhost
- wffm 8.1 captcha field validation not working, but fine for other fields
- Could not get pipeline: errorSave (domain: )
- Could not resolve type name: Sitecore.ContentSearch.SolrProvider.SolrSearchIndex, Sitecore.ContentSearch.SolrProvider
- Sitecore IconCache images not displaying, paths are incorrect
- Sitecore 8.1 and controller rendering
- Tracking a Page Event from ASHX Handler
- Sitecore 8.1 MongoDB collection not updated
- Sitecore 8.1 Rebuild link database getting timeout exception
- Rebuilding link database in Sitecore
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The solution for this issue require two workaround steps:
Uncheck the required checkbox for the captcha field noticing that the form will still validate this field.
Hide the required functionality for the captcha field navigate to the /sitecore/system/Modules/Web Forms for Marketers/Settings/Field Types/Complex/Captcha item and uncheck the required option - this will remove possibility to mark captcha as required in the Form Designer.
Source: http://sitecoreinfo.blogspot.co.uk/2016/11/wffm-captcha-required-field-issue_58.html