I'm working on a form where fields are marked as required, optional and recommended. Since the form elements(inputs) are totally controlled by CMS, we cant separate them into three category. Even the ordering is controlled by CMS so they would render randomly in the screen.
What I'm doing
If required, put an astrik (*). If optional write "optional" as a placeholder. But what should i do with recommended?
PS: There are total 20-25 fields.