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

frjo’s picture

Category: bug » feature
Priority: Critical » Normal
dhallennem’s picture

Same problem.
Does anyone find a solution ?

frjo’s picture

Status: Active » Closed (won't fix)

The 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.