Skip to main content
Known Participant
May 21, 2024
Question

a!buttonwidget component

  • May 21, 2024
  • 2 replies
  • 0 views

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

2 replies

stefanhelzle0001
Brainy
May 21, 2024

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?

Known Participant
May 21, 2024

I tried by disabling the submit button in form but still the form gets submitted