I love the new functionality built into the acf_form
function that allows you to create a post from the front-end without custom functions. The is such a time saver! I also love that you can specify whether or not to show the title and/or content field of the post, ALSO a huge time saver (and my functions file is getting smaller and smaller these days…).
But, one small thing that would make this perfect is if I could edit the label for the title and content fields as well. Sometimes, depending on the post type I’m working with, I would want the title to say something like “Name of Book” or “Movie Title”, instead of just “Title”.
So a feature request might be that the post_title
and post_content
parameters can take true/false values (like they can now) for simple display purposes but can also take an array of values, for instance: title_label
, title_instructions
, & title_default
in order to customize the display similar to other custom fields.
Hope that made sense, thanks for listening!
Oh, and I just noticed the new front-end validation! AWESOME.
Hi @arcanepsyche
Thanks for the feature request. I’ll be adding this extra functionality in shortly!
Cheers
E
I know this is old and possibly unmonitored, but did this ever get added in?
+1, I don’t see any hook to edit those labels, please add this feature.
Hi, a customer of mine needs this too. “title” doesn’t cut it. Maybe we can help out somehow?
Here’s the solution until the feature is added, FYI. Just connecting the posts.
https://support.advancedcustomfields.com/forums/topic/post-titlecontent-labels/