Support

Account

Home Forums Front-end Issues using file field urls in js/jquery Reply To: using file field urls in js/jquery

  • Are these fields sub fields of anything other than the layout? Like a group field or a repeater field?

    Is the video id unique on the page?

    What does this actually return

    
    var videoFile = $('#<?php the_sub_field('video_id'); ?>');
    console.log(videoFile);