Posted by mdshields on April 6, 2011 at 5:35pm
3 followers
Jump to:
| 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
#2
Same problem.
Does anyone find a solution ?
#3
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.