Support

Account

Home Forums ACF PRO how to create front end form data add in post Reply To: how to create front end form data add in post

  • Hi guys.

    Just noticed that the acf_form function is not getting the $args array.

    Change
    acf_form();

    to:
    acf_form( $args );