Support MB Frontend Submission How to allow editing field values thru Frontend Submission by the author only? Reply To: How to allow editing field values thru Frontend Submission by the author only?

#10372
Anh TranAnh Tran
Keymaster

You can:

  • Get the author of the submitted post (via post_id)
  • Get the current user ID

And just compare them. When they match, output the shortcode. Otherwise, output some error message.