I was getting this error with version 7.x-1.19 of clientside_validation_webform.module in conjunction with Webform 7.x-3.13:

Notice: Undefined index: #year_start in clientside_validation_webform_after_build_recurse() (line 114 of ...\clientside_validation\clientside_validation_webform\clientside_validation_webform.module).

I discovered that in Webform 7.x-3.13 some variables names have been changed. To fix this, you need to modify lines 114, 115 and 116 from clientside_validation_webform.module, changing #year_start and #year_end to #start_date and #end_date respectively.

Comments

attiks’s picture

Assigned: Unassigned » Jelle_S
Jelle_S’s picture

Status: Active » Fixed

Fixed in the latest dev versions (6.x and 7.x)
it was more than just a name change, now you can specify a maximum and minimum date in stead of just a maximum and minimum year

attiks’s picture

Assigned: Jelle_S » Unassigned
opteronmx’s picture

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.