Is there a way to cusotmise warning signs?

I am looking to customise/design warning signs such as if a field is required. Is this possible somehow, want to avoid having to create my own custom logic, so looking for easy ways to accomplish this :slight_smile:

Hello!
Great question, let me check with the team and get back to you ASAP with a possible solution or resource that can help you.

1 Like

Use the alert element and do the warning or error you report back is unique. You can do this either on the frontend or the backend. It’s usually best practice to do this on the backend but if you choose to do it on the frontend you’ll want to do true/false conditionals so if it errors out you can signal your alert element with the alert type and message.

The reason it’s better to do this on the backend is consistency. Saves you on remembering to call a global workflow every time.

1 Like