Support

Account

Home Forums ACF PRO Form + ACF Gallery Field = Upload photos with descriptions to gallery Reply To: Form + ACF Gallery Field = Upload photos with descriptions to gallery

  • If I’m understanding you right, it sounds like you need the code from the Gallery field’s main page? I’ll paste it here.
    ‘<?php
    $images = get_field(‘gallery’);
    if( $images ): ?>

    <?php endif; ?>’

    https://www.advancedcustomfields.com/resources/gallery/

    Does that help?