Posted by lelizondo on November 25, 2008 at 1:56am
Jump to:
| Project: | Unique field |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | arithmetric |
| Status: | closed (duplicate) |
Issue Summary
Great module, but is it possible to add the validation 'before' the node is submitted?
An example of this could be that a user has to fill a very long form just to find out that it's a duplicate.. this way the user will know that the node is a duplicate after the unique fields are filled, not the full form.
Thanks
Luis
Comments
#1
Great module...
I also think this feature would be great for 6.x. Any plans to implement such a feature?
Thanks,
Derek
#2
Hi Luis and Derek,
This is an interesting idea. I think it would be possible to add a JavaScript component to check the values of fields as they are entered by the user with the Drupal site to see if the values are duplicates. I'll look into developing this for a future version -- after a 1.0 release. I welcome any patches for this issue.
Thanks,
Joe
#3
This feature request is being discussed in #518584: AJAX checking?. There is also a contributed version with some support for AJAX checking.