Reply To: How to remove Minimum characters requirement in "Subject"


Home Forums Front End PM PRO How to remove Minimum characters requirement in "Subject" Reply To: How to remove Minimum characters requirement in "Subject"

#14070
VITTHAL AMBIKE
Participant

I am already using this code to minimize length of Message contents

add_filter( ‘fep_form_fields’, ‘fep_cus_fep_form_fields’ );

function fep_cus_fep_form_fields( $fields )
{
unset( $fields[‘message_content’][‘minlength’] );
return $fields;
}

Now adding another code for title is not working. Site is getting offline

“My other thought = You work great , you reply prompt, accurate, thanks for.”