Broken custom Rich text (HTML) editor for request message

Hi, iam trying hook for hivepress message, but it seem doesnot work…
cant fill text area is not editable disabled cant type anyting inside,
maybe javascript conflict? or tinymce/wpeditor dont allow in popup???

add_filter('hivepress/v1/models/message', 'form_editor_offer', 999);
function form_editor_offer( $model ) {
	$model['fields']['text']['editor'] = true;
}

maybe it also didnot work with your premium addons request because using same way,
//add_filter(‘hivepress/v1/forms/offer_make’, ‘form_editor_offer’, 999);

image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.