Aslam A
Aslam A

Reputation: 1

how to show drupal message “field is required” from webform validation in drupal 7

So when a webform is validated it does not sends the drupal message "X field is required", it creates only the red border around the field. how would I show the Drupal messages from triggering during validation? it is a block view of webform in drupal 7.

Upvotes: 0

Views: 1042

Answers (1)

Shreya Shetty
Shreya Shetty

Reputation: 133

if you want to use webform validation you can use

https://www.drupal.org/project/webform_validation module you can add validation for you field you want

Upvotes: 0

Related Questions