Any ways to make an AI component required so that it prevents the user from submitting when using a form or edit screen?
I’d rather not use user profile columns.
Any ways to make an AI component required so that it prevents the user from submitting when using a form or edit screen?
I’d rather not use user profile columns.
I use a custom button with AI Component and i provide a value(condition column) so I can disable or not my button.
First, make sure you have a required tag for the component so you’re done with the “aesthetic” side.
Then you can use something like this in CSS. I have always used it.