Reply To: How to add a form in the page of a new message.


Home Forums Front End PM PRO How to add a form in the page of a new message. Reply To: How to add a form in the page of a new message.

#39813
Alf
Participant

I could not add sentences.
Could you tell me which parts are wrong?

add_filter( ‘fep_before_form_fields’, function( $fields ){
$fields[‘cus_fep_checkbox’] = [
‘where’ => ‘newmessage’,
‘priority’ => 22,
‘cb_label’ => ‘文字数を入力してください。’,
];
return $fields;
});