Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.36
Component:
Form Validation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Dec 2012 at 12:01 UTC
Updated:
3 Feb 2019 at 02:01 UTC
Jump to comment: Most recent
Comments
Comment #1
jelle_sUpdate Clientside Validation to 7.x-1.37 and use this code:
Comment #2
jelle_sComment #4
fox mulder commentedI'm not shure, but I think so, hook_clientside_validation_form_alter() does not exist, but hook_clientside_validation_rule_alter() does.
Comment #5
guptajagdish commentedHi Fox mulder
Can you help me on same i use custom popup to show user login and user register form and i want on click on sign in /sign up button if form is empty error display on popup form not to closed form and after successful login / registration user redirect on home page rather than user profile page.
i use triggers and rules for this redirection but not working and after login / registration i get error too many time redirection on user profile page.
i create user-login.tpl.php, user-register-form.tpl.php and both file include on page--front.tpl.php page and just hide and show through jquery in drupal 7.3 version.