custom fields are displayed incorrectly

MultivendorX

Resolved
Viewing 12 reply threads
  • Author
    Posts
    • #144999
      l.gan
      Participant

      Hello

      Could you check the email with the opened attachment? Thanks

    • #145072

      Igan can you please share about the issue you are facing in details. So we can assist you accordingly.

    • #145095
      l.gan
      Participant

      I wrote to you 2 times, but for some reason the messages do not appear …

    • #145093
      l.gan
      Participant
      This reply has been marked as private.
    • #145094
      l.gan
      Participant

      Yes, please take a look.

      I installed the ACF plugin. Created a field. I went to the documentation for the plugin and in support, and found recommendations from the plugin developers.

      Please take a look here: https://support.advancedcustomfields.com/forums/topic/acf-form-front-end/

      Here is my code which i added in php function:

      
      
      function add_custom_product_data_content( $pro_class_obj, $product, $post ) {
         ?>
      <?php acf_form_head(); ?>
      <p>Color<?php the_field('czvet_proizvoditelya'); ?></p>
                         <?php acf_form(array(
      'post_id' => 8883
      )); ?>
         <?php
      }
      add_action( 'mvx_product_tabs_content', 'add_custom_product_data_content', 10, 3 );
       
      
      Copy

      But the result is unexpected – instead of the text field “Color of the manufacturer” (czvet_proizvoditelya), a field appears with confirmation email.

      I made a video for you:
      https://drive.google.com/file/d/17htiWkJP-klD6eTM1fzxmxPoSIx-pXXM/view?usp=sharing
      Please tell me what am I doing wrong?
      Thank you

    • #145116
      This reply has been marked as private.
    • #145000
      l.gan
      Participant
      This reply has been marked as private.
    • #146074
      l.gan
      Participant

      Hello?

    • #146131

      @l.gan, we checked on our end, there is no such issue. We are saving the data as per acf logic.

      Can you please add the fields from admin end and see whether those fields are actually getting displayed too.

    • #146140
      l.gan
      Participant
      This reply has been marked as private.
    • #146509
      l.gan
      Participant
      This reply has been marked as private.
    • #146575
      This reply has been marked as private.
    • #146886
      l.gan
      Participant

      Hello
      I found the answer to my question. Thanks for the help.

      Please close this thread, it’s been resolved.

Viewing 12 reply threads

The topic ‘custom fields are displayed incorrectly’ is closed to new replies.