Closed (won't fix)
Project:
Colorbox
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 17:35 UTC
Updated:
4 Oct 2012 at 21:37 UTC
What is the integration point with http://drupal.org/project/clientside_validation
Basically, need to ensure that the Clientside Validation method gets invoked:
function clientside_validation_form_after_build(&$form, &$form_state) {
This method is being skipped when using colorbox form functionality.
Comments
Comment #1
frjo commentedComment #2
dhallennem commentedSame problem.
Does anyone find a solution ?
Comment #3
frjo commentedThe attempt to support opening various forms in a Colorbox was in hindsight never a good idea. Form error handling and form redirects are complicated, a lot of code would be needed to do it correctly. The 7.x-2.x branch removes the form support from the Colorbox module.