Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

Cannot Customize Enquiry Form Fields

WCMp Catalog Enquiry

Resolved
Viewing 2 reply threads
  • 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.

    • #219816

      It’s been long and we have not heard back from you. We presume your query is resolved now. We are closing this thread. If you need help or face issue in future please do create a new support ticket.

Viewing 2 reply threads

The topic ‘Cannot Customize Enquiry Form Fields’ is closed to new replies.