hi,
I have frontend post create page and I have description field with tinymce , it is working fine with other fields of acf_form(); but when I add acf gallery with acf_form tinymce stopped working , I couldn’t solve it here my code;
acf_form(
array(
'post_id' => $postid,
'form' => false,
'return' => '',
'uploader' => false,
'field_groups' => array( 'group_60ae46c60a552' ),
)
);
there is in source code another tinymce codes appear with acf gallery form
I solved , using wp default tinymce code and working fine not external,