Support

Account

Home Forums Add-ons Repeater Field ACF Repeater with counter Reply To: ACF Repeater with counter

  • Hi @James,

    I did notice that the image I am uploading with ACF is not being registered. I am grabbing the field of the image as shown in the code above but when I view source on the page, the image is no where to be seen, whats up with that?

    
    <button type="button" class="btn btn-raised" data-toggle="modal" data-target="#myModal">Cert 1</button>
                    <div id="myModal1" class="modal fade " tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
                        <div class="modal-dialog">
                            <div class="modal-content">
                                <div class="modal-body">
                                                            </div>
                                <div class="modal-footer">
                                    <button type="button" class="btn btn-danger btn-simple" data-dismiss="modal">Close</button>
                                </div>
                            </div>
                        </div>
                    </div>