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

  • The only way to do this would be to add custom JavaScript under the correct conditions to set the fields to readonly, or otherwise disable them. It is possible using the acf/load_field filter to set fields to read only or disabled, but this does not work with all ACF fields do to the jQuery libraries used for those fields.

    What I meant was to just display the data without formatting it to look like an input field.