Closed (works as designed)
Project:
Mollom
Version:
6.x-1.16
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2011 at 17:15 UTC
Updated:
4 Jul 2012 at 17:14 UTC
I've got a webform embedded in a mini-panel on my pages, as a contact form. If the user submission fails Mollom captcha, it takes you to another page. You then lose all node ID information.
Is there a way for Mollom to send you back to the page you came from? If not, can I help write a patch?
Comments
Comment #1
sunI'm sorry, but this technically means that the Webform you're using in your mini-panel/block itself is the culprit - it needs to properly account for form validation errors.
This most likely means that the form's #action needs to point to the page the mini-panel/block/form is displayed on - instead of the URL of the Webform.
Mollom is really throwing a form validation error only. The Mollom module does not affect how the form operates and where it submits to. That is the responsibility of the form itself.