Hi Matthias,
The 'Stop Script' action is being used to stop this script. Therefore, once the submit button is pressed, it activates this script and if one of the 'required' fields is left blank, it shows a'required' text box object and stops the script from continuing.
The script works great for Manual Text boxes - it should do, I borrowed it from one of YOUR excellent tutorials
but it does not work for a drop-down form box.
What I need it to do is...
I have a form, most of the boxes are text boxes, but 2 of the 'required' fields are drop down menu boxes. These boxes (for clarity) have the first menu item as "Please Select:" So I assumed that the script would simply GetText from that box and if it still said "Please Select:" then it would stop running the script, until another option was chosen.
Hope this maks more sense, I'm still learning scripting and explaining it is, at present, not very easy!!
Thanks
Jamie