I need the post_title to come from several meta fields on the form e.g. “first_name.’ ‘.middle_names.’ ‘.last_name.’-'.dob” where none of these form fields are designated as post_title.
Regards
Pete
I need the post_title to come from several meta fields on the form e.g. “first_name.’ ‘.middle_names.’ ‘.last_name.’-'.dob” where none of these form fields are designated as post_title.
Regards
Pete
In the create new post action post title field you can just use the field ID tags to create the post title.
Thanks Mark,
I was thinking this, but then I was thinking that the first_name etc are cpt meta fields, do I have the create the post then update the title from the cot meta field values?
Regards
Pete
It will create the post title and also save to meta fields at the same time when the form is submitted.