@Wiz.Wazeer https://flying-can-2202.glideapp.io/
This link has expired can you please re share the link?
You can make a copy of my Custom Forms concept App. It shows how to prevent duplicates.
It’s a Classic App, but the technique is basically the same.
Do you need this feature or something else? Which thread did you see this link in? Please don’t create new threads and keep the discussion in the original one.
Yes, I wanted a similar feature. And I tried to reply that in the same thread but that was closed and I wasn’t able to.
Are you on a paid plan? There’s a solution to do that for native add forms. Otherwise, you can use a custom form.
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.
[Screenshot 2024-01-23 at 07.10.39]
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…
I’m just dropping this here so I have something to refer people to when they ask.
This is a simple concept app (copyable), that demonstrates the following techniques:
Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide)
Preventing duplicate new entries using User Specific Columns and Relations
Enforcing mandatory input items
The use of visibility conditions and user specific booleans to control user flow
There is nothing particular…
1 Like
No, I’m on a free plan and I’ll check these resources out thanks a lot.
1 Like
Yeah, to be clear, the 2nd one is the one you should use if you’re on a free plan. The first one uses CSS, which is available only on paid plans (in the newest pricing scheme).
Okay okay, got it thank you.
system
Closed
April 10, 2024, 9:57am
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.