Problem About Adding Item please help

Hellio, how can i don’t allow to users to add data on my app?
See screenshot

You want to prevent users from adding data? Is there a a reason why you are showing a form, which is meant for adding data?

Nope, i am working on an app. I am just esking if there is a way to prevent it

Well, the short answer is to not use a form of it’s just for displaying existing data.

Instead, use a button with a “Show New Screen” action set as an overlay and make sure you don’t place any entry components on that overlay screen.

So what can i do?

This will work if you want to keep the same overlay style like the form was showing.

2 Likes

How can i do it?