Support MB Frontend Submission using metabox fields for front end submission Reply To: using metabox fields for front end submission

#10200
davidrknowlesdavidrknowles
Participant

Yes, unfortunately, the post title is a bit more of a pain due to where and how the data is saved.

What you could do is write a function in the meantime that mirrors the CF and rewrites the post title with it. You could use the submission hook rwmb_frontend_after_process, so you have the post ID to target the rewrite of the title with as I am not sure the $config submission contains the title.