Support

Account

Home Forums General Issues Possible to restrict user to just ONE custom entry? Reply To: Possible to restrict user to just ONE custom entry?

  • Hi @codynew

    definitely. This is how I would do it.

    1. Create a new page template in your theme called ‘edit-profile.php’, then create a page in the CMS and select this template.
    2. Write some logic in that template that looks at the current logged in user and uses that $user_id in the acf_form parameters to show the form for only this user.

    Good luck

    Thanks
    E