Make Image Upload Mandatory before Submit

I have a Image Picker + submission button component in a form, and I’d like to ensure that the user to uploads a photo before they can submit; otherwise, the submit button should be greyed out or it throws an error. Is there a way to do this?

If you’re using a native form, you should check “Required” on your Image Picker settings.

If you’re using a custom form, hide the button when the column where you store the image is empty.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.