Solved
What are the best ways (best practices) for implementing mandatory fields (except from "required" attribute)
Hello everyone,
i was asking myself if there are different ways to implement mandatory fields, for example to prevent a user to save a recipient without a name. All I currently know is the way of using the required attribute.
Is there any other way of implementing mandatory fields?
Best regards,
Alex