I have a file upload component and a form in an interface.
In saveinto of file upload component we have a start process and the form is added as a start form in another process model.
I have written showwhen conditions for file upload and form that only when the user uploads the file and submits only then the order form should be displayed, but when I upload file and click on submit, the form also gets submitted
Discussion posts and replies are publicly visible
You do what ?!?!
A file upload component does a a!startProcess and that form is used as a start form.
Holy moly ... sounds like some interesting requirements.
Did you consider to disable submit on that button based on some conditions?
I tried by disabling the submit button in form but still the form gets submitted