Unmarked boxes in the WCFM enquiry

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Unmarked boxes in the WCFM enquiry

Tagged: 

Viewing 1 reply thread
  • Author
    Posts
    • #26254
      Roboson Gomes
      Guest

      In WCFM I use the inquiry option. When the vendor answers the question he has forgotten to check the boxes “Check this field if the question should not be displayed for others:” and Notify “user response:”

      Would it be possible these two boxes already appear marked? This would prevent the vendor from responding and the user not receiving the response.

      Thankful!

    • #26266
      WCFM Forum
      Keymaster

      Hi,

      Thanks for get in touch with us and I understand your problem.

      Kindly add this code to your site from the purpose –

      function enquiry_manager_fields_general_custom( $enquiry_fields ) {
      	if( isset( $enquiry_fields['is_private'] ) ) {
      		$enquiry_fields['is_private']['dfvalue'] = 'yes'; 
      	}
      	if( isset( $enquiry_fields['notify'] ) ) {
      		$enquiry_fields['notify']['dfvalue'] = 'yes'; 
      	}
      	return $enquiry_fields;
      }
      add_filter( 'enquiry_manager_fields_general', 'enquiry_manager_fields_general_custom', 50 );

      Thank You

Viewing 1 reply thread
  • The topic ‘Unmarked boxes in the WCFM enquiry’ is closed to new replies.