Even if the form field is set as "required", nothing happens if no value is submitted.
No error message, no * near the form field.

Comments

Echofive created an issue. See original summary.

Echofive’s picture

Here a patch.
The #required attribute was missing.

Echofive’s picture

Status: Active » Needs review

markhalliwell’s picture

Status: Needs review » Fixed

I changed this to the following on commit since it's a little shorter and does the same thing:

'#required' => !empty($element['#required']),
Echofive’s picture

Thanks for your quick fix ;)

Status: Fixed » Closed (fixed)

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