I have a problem were the user has a checklist. This is a series of yes and no’s and the user can upload a picture against a checklist item ie. to show the fault. Once they have checked this they go to the next item. If they click next before the picture is saved the picture is not uploaded. Is there an option to say will the picture is being uploaded prevent the user from clicking on the next option.
If your “Next” button is connected to a workflow that references the input (checkbox), the button will be rendered “not clickable” until it is resolved.
If it isn’t connected to a workflow, you can place a conditional statement on the “Next” button that says “When checkbox X isn’t check”, this button isn’t clickable.