# Limit the multi image add quantity

**URL:** https://community.glideapps.com/t/limit-the-multi-image-add-quantity/73118
**Category:** Ask for Help
**Created:** [May 6, 2024, 3:15pm UTC](https://community.glideapps.com/t/limit-the-multi-image-add-quantity/73118 "2024-05-06T15:15:54Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [May 6, 2024, 3:38pm UTC](https://community.glideapps.com/t/limit-the-multi-image-add-quantity/73118/3 "2024-05-06T15:38:32Z")

</div>

You can create a rollup column and display it through a message with the hint component.

 ![Screenshot 2024-05-06 at 22.29.25](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/2/724b9ee9e2862f40785121b573fb19d04d13720e.jpeg)

 ![Screenshot 2024-05-06 at 22.31.55](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/6/2/6228a17c2dd7b6e66b31d3d43085388cce0ecdcb.jpeg)

And prevent submission through the method in the following link:

> [@Exploring the Enhanced Capabilities of Glide's Native Form](https://community.glideapps.com/t/exploring-the-enhanced-capabilities-of-glides-native-form/69876):
>
> I want to share about the additional capabilities that we can achieve with Glide’s native form. What I have tested with the help of CSS is that native forms can also be applied for validation. Create your validation in the table columns and present it through messages via the “hint” component. Add the visibility conditional and the class “prevent-submit” to these hint components. Add the following CSS code: /\*Container Form\*/ #page-root:has(.prevent-submi…

---

_[View the full topic](https://community.glideapps.com/t/limit-the-multi-image-add-quantity/73118)._
