Support

Account

Home Forums General Issues Front-end form not saving entries Reply To: Front-end form not saving entries

  • Hi @phil.owen

    I just re-read your code above and noticed that you have set form => false. This means there will be no form tag, and no data will ever be posted!

    Perhaps this is why your form is not saving.

    You can test the acf_form_head function by editing the function itself which is found in the core/api.php file.

    Thanks
    E