Hello,
-I have a custom field attached to a custom post type
--cpt is called team member
--custom field is File Advanced, and the ID is team_file
-When I edit an individual post, I can attach a file to the post using the custom field metabox.
-I have added the front-end form for the file advanced field to a template in Bricks Builder.
-When I use the front-end form to upload a new file, this action is creating a new post under the team member cpt. Instead, I would like it to attach to the current post.
Is it possible to attach a file to a post using the front-end form so the client does not have to edit the post? They can use the front-end form instead?
Thanks!
-John