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

sun’s picture

Status: Active » Closed (works as designed)

I'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.