I have some preprocessing going on and if a person submits a file that is currently in a WF, I want it to fail. So I set the CGI_info and kick off TAG_INFO with a hidden, required dummy parameter. There are 2 buttons, Start Job and Cancel. Start job just reruns the check, so you cannot get around it, but I would prefer only cancel. Any way to get rid of it ? TS 6.7.1 on DOS.Thanksme
You can certainly remove the button with JS similar to what I've used [thread=14919]here[/thread] to remove DCT's Finish button.It is ugly though and in WF case may become uglier still since you do not have button ID's.Alternatively, you can intercept *Start Job* Form's submission and run your custom code there to throw errors, etc. Much easier to do.
Since there is not a supported way...
submit_label => "" ,