Hi all experts and developers!
I need to be able to set a validity check in the Rich Text element to require the field to be filled in (similar to the Input field). I didn’t see the same option, can I do this arbitrarily?
Any hints would be appreciated.
Hi Alexander 
For simplicity I would always prefer using a regular input for validation and making it “required”.
But if you must indeed use a rich text you can create your own custom “requirement and validation” with AI.
You will need to create (or the AI will create for you) a couple variables and a general workflow that will check if your form is valid and filled before submitting.
1 Like
@Agustin_Carozo thanks for your tip, I was also thinking about having to do custom validation settings for Rich Editor. But also wondered if there might be some inbuilt way that I hadn’t noticed. Since there is no inbuilt (as there is for a simple input field) validation mode, I will take your hint into consideration and try to do as you wrote. Thanks again!
1 Like