Skip to main content
November 3, 2016
Question

Validating User Selection for Combo Box

  • November 3, 2016
  • 1 reply
  • 391 views

I have a form which utilizes several combo boxes which are required to be filled out by the user. The default value of these combo boxes are "-- Select --". How would I write validation which requires the user to select any other value held in the combo box?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
November 4, 2016

The first step is to define what you mean by "require". What should happen if the user doesn't make a selection?

November 4, 2016

If the user doesn't make a selection then the form should not allow them to utilize the submit button, which sends the pdf in an email to a specified email address.

try67
Community Expert
Community Expert
November 4, 2016

Have you searched the forums for validation of required fields? I've posted the code that does that many times...