Adding tinymce to the fep_shortcode_new_message_form


Home Forums Front End PM PRO Adding tinymce to the fep_shortcode_new_message_form

This topic is: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #45971
    Craig Tucker
    Participant

    Hello Shamim,

    I would like to add tinymce to the fep_shortcode_new_message_form. Where could I find that short code so I could modify it? Or is there already a solution for this?

    This is a fantastic plugin!

    Thanks,
    Craig

    #45972
    Shamim Hasan
    Keymaster

    You can use following code

    add_filter( 'fep_form_fields', function( $fields ) {
        $fields['message_content']['type'] = 'wp_editor';
        return $fields;
    });
    
    #45974
    Craig Tucker
    Participant

    Perfect. Thanks so much!

Viewing 3 posts - 1 through 3 (of 3 total)

You need to purchase ‘Front End PM PRO’ to create topic in this support forum.

If you already purchased ‘Front End PM PRO’ please LOGIN.