Reply To: How to add custom field in new message page


Home Forums Front End PM PRO How to add custom field in new message page Reply To: How to add custom field in new message page

#15483
Shamim Hasan
Keymaster

You can use fep_form_fields filter to add your field. Then fep_form_field_output_TYPE action hook to output your field. Then use fep_action_message_after_send to save that value in database. and last use fep_display_after_message to display its value in message.