Hi,
is there any options to format user input in group_title?
For example:
"group_title" => "{data}",
"fields" => [
[
"type" => "wysiwyg",
"id" => "data",
"name" => __("Data", "rootscope")
]
]
When i have field of type wysiwyg, in group title show also HTML Tags, so i am looking for some option to remove these tags and show only text.