Support

Account

Home Forums Front-end Issues Only users who created a post can edit that post Reply To: Only users who created a post can edit that post

  • Hi @roger

    I would find the tempalte which is creating the form.

    Then, I would wrap the form function in an if statement that compares the current user to the post’s author

    Good luck