Support

Account

Home Forums Feature Requests Exclude checkbox for frontend form Reply To: Exclude checkbox for frontend form

  • Hi @drrobotnik

    Thanks for the feedback. I will soon be adding an ‘admin only’ or ‘backend only’ option to the fields settings.

    Also, perhaps an option into the acf_form to list a bunch of fields to disable would work well too..

    For now, you can use the acf/load_field filter (documentation on ACF site) to hook in and return false on the fields you want to hide. You can use the field name or key in the hook!

    Good luck!