Skip Navigation

[Resolved] make select field required in a form

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.
Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 0 replies, has 1 voice.

Last updated by Puntorosso 4 years ago.

Assisted by: Jamal.

Author
Posts
#2039045

I use

jQuery("input[name='wpcf-field-name']").prop('required',true);

to set form fields as required.

Sadly, it doesn't work for select fields, probably because the default empty value is recognized as valid entry.

Any workaround?