Support

Account

Home Forums Front-end Issues acf_form front end dropdown problem Reply To: acf_form front end dropdown problem

  • some more information:

    as i guessed the ajaxurl is not passed correctly

    If i run the following script inside the page i get a NULL response:

    <script>
    alert(acf.get('ajaxurl'));
    </script>