Tell us what you are trying to do?
I have a custom post type with a front end form for creating instances of that post type. When I submit the form, the post title is an autogenerated unique id. Instead, I'd like to use one of the custom fields ('name', for example) as the post title.
My thought was that I could:
- add a Post Title field to the form
- use CSS to make the Post Title field invisible
- use the custom field slug like [name] or $(name) in the Post Title 'Field Default Value'. But that doesn't seem to work.
Can you please refer me to a thread on how to do this? Thanks!