Alf
Forum Replies Created
- AuthorPosts
- AlfParticipant
Thank you very much.
How can I add words on the top of a form like original forms instead of the bottom of a form?AlfParticipantI 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;
});AlfParticipantThank you very much. I could add a form.
I want to add the sentence for the explanation about the content of the form above the form.
How can I do this?AlfParticipantThank you very much for your answer.
AlfParticipantI could fix this problem.
AlfParticipantI installed Front-end-PM Pro recently.
At the beginning of the installation of it, the message box and so on worked.AlfParticipantThank you very much.
I would also like to add sentences to this plugin.
https://sp-test1.arogga.co/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/
I read this webpage, but I am not sure how to do so.If I want to add sentences to the webpages for a new message, how can I add sentences?
Which file should I add code?Best regards,
AlfAlfParticipantThank you very much for your help!
- AuthorPosts