Download & Extend

Integration with Module: Clientside Validation

Project:Colorbox
Version:7.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

What is the integration point with http://drupal.org/project/clientside_validation

Basically, need to ensure that the Clientside Validation method gets invoked:

<?php
function clientside_validation_form_after_build(&$form, &$form_state) {
?>

This method is being skipped when using colorbox form functionality.

Comments

#1

Category:bug report» feature request
Priority:critical» normal

#2

Same problem.
Does anyone find a solution ?

#3

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.

nobody click here