Support

Account

Home Forums Front-end Issues Using acf_form to display an existing custom post Reply To: Using acf_form to display an existing custom post

  • What criteria is there that decided if the post can be edited or not?

    
    if (MEETS CRITERIA) {
      acf_form();
    } else {
      // Display the information using html, and acf functions
      // like any other template
    }