Cannot Customize Enquiry Form Fields

WCMp Catalog Enquiry

Open
Viewing 1 reply thread
  • Author
    Posts
    • #218046
      Stacy Schnabel
      Participant

      There is not a spot to customize the inquiry form.
      I need to add phone number and company. https://s4u.054.myftpupload.com/product/batch-dryers/

    • #218055

      Hi there, Thanks for getting in touch with us. It seems there are some issues on your database that is why the option to add enquiry form fields is not appearing. So kindly add the below code in the functions.php file of your current active theme on your site –

      
      add_action('init', 'fix_catalog_issue');
      function fix_catalog_issue(){ 
      delete_option('mvx_catalog_pro_enquiry_form_data');
      }
      
      Copy

      After adding this code refresh the Enquiry form settings page and you will get the option to add form fields there.
      After this you can remove the code from the functions.php file.

      Let us know if you need any further assistance from our end.

Viewing 1 reply thread

Please LOGIN to reply to this topic