Reviewed & tested by the community
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Form Validation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2015 at 13:34 UTC
Updated:
10 May 2020 at 18:29 UTC
Jump to comment: Most recent
Comments
Comment #1
narkoff commentedI am getting a similar notice:
NOTICE: UNDEFINED INDEX: #TITLE IN CLIENTSIDE_VALIDATION_REGULAR() (LINE 212I have a date popup as an exposed filter in a view. I applied patch, but error still persists.
Comment #2
narkoff commentedFollow-up to #1, my issue is different. I unset the #title and #description for the date popup in template.php to remove the labels. This caused the notices. Adding date labels back, I get no notices. So, I'm able to use date popups without the patch. However, I still need to figure out a way to remove the labels and not get the notices...
Comment #3
joaocsilva commentedThe patch works fine for me, and makes completely sense since that variable is only used inside of the IF.
Comment #4
nelsongrin commentedWorks for me as well.
Comment #5
nelsongrin commented