Hi @RobinHolland, please try below steps:
- Open your QuickCapture project in the web designer > Open the JSON Editor tool.
- Search and find properties: "minPhotos", "maxPhotos", "required". Now you need to manually edit the values of these properties, for the exact buttons that you want to take an optional photo for. You can double-check which button is which by looking at the value of 'label' property (i.e the name of the button) of each button, and confirm that's the right button to edit.
- For required photo taken, update the values to be:
"maxPhotos": 1,
"minPhotos": 1,
"required": true - For optional photo taken, update the values to be:
"maxPhotos": 1,
"minPhotos": 0,
"required": false - Click Done to end editing, and Save the project.
Please give it a try and let me know if it works for you. Or, you are always welcome to share your project with us to take a look (Create an ArcGIS Online group > Invite QCCreator to that group > Share your QC project with that group).
Thanks,
Mandy