Support

Account

Home Forums Front-end Issues Validation a front-end form Reply To: Validation a front-end form

  • Hi @arcanepsyche

    The issue here is that you are assuming the wrong $_POST key.

    All acf fields are posted as an array at $_POST[‘fields’];

    Perhaps you should debug the $_POST array to see how the data is formatted.

    Thanks
    E