AirBNB Template question

On this airBnb Template, I’m trying to make users to add at least 5 Pictures, before continuing the listing of property. Such that users cannot list without any pictures How can I achieve this without making lots of changes on the template.


That template is garbage

1 Like

Have you tried using a custom state to track the number of images uploaded is greater than the min and then doing validation in the button click to proceed to the next stage.

1 Like