Tell us what you are trying to do?
field type image, Allow multiple-instances of this field -
how to limit the amount in the Forms for submitting new ads
I make a gallery and I want users to not add more than 3 photos
Is there any documentation that you are following?
field type text - set character limit
There is no possibility to restrict the number of submitted images in a repeating image field.
There is also no such possible restriction in repeatable field groups.
The only way to restrict this could be through a One To Many relationships where the many parts get restricted to a maximal amount of posts submitted/connected to the parent.
You'd have a "parent owner post" and several (maximally 3) "child image posts".
Limiting the amount of connected posts is done in Toolset > Relationships
My issue is resolved now. Thank you!