So... I have a form that let's the user select a "Start Date", "End Date" and a "Subject" (it's for a school). The "Subject" is a list generated by a set of custom taxonomies. The "Start" and "End" dates right to custom fields "start_date" and "end_date". What I would like to do is auto-populate the post Title so that it is: "subject-start_date-end_date". Or some format similar thereof.
The problem I'm running into is neither the date-picker field nor the taxonomy allow for "create content template" to work. If they did this would be a no-brainer. But as it is I have yet to figure it out.
Thoughts?