I have a form with a drop down box and a button. The user chooses a project from the drop down; clicks the button and a 2nd form opens with the details for the chosen project.
I would like to put an error message on the button. At the moment if there is no project chosen an error message comes up that is uninterpretable by the average English speaker
I would like it to instead say "Please choose a project". I assume this would be a fairly simple line added to the current 'on click' code?
I would like to put an error message on the button. At the moment if there is no project chosen an error message comes up that is uninterpretable by the average English speaker
I would like it to instead say "Please choose a project". I assume this would be a fairly simple line added to the current 'on click' code?