We have a toolset post form on our site that allows users to create new "Workshops" posts (a custom post type). There are currently two issues.
1.) The title of the workshops post is supposed to be a combination of what the user enters in the "Workshop Type" and "Event Type: Subtitle" fields of the "Create a workshop" form. Right now the title is pulling the "Workshop Type" and adding it to the title correctly but not the "Event Type: Subtitle". For example, if I use the form to create a workshop with the "Workshop Type" set to "Getting the Love You Want®" and The "Event Type: Subtitle" set to " test workshop" I would expect the title to be populated as "Getting the Love You Want®: test workshop" but it is being populated as "Getting the Love You Want®: 232816"
2.) When users create workshops using the form the permalink is generated incorrectly. We need the permalink that is generated when the post is created to use the title of the post as the slug. Right now it is generating permalinks that look like this: hidden link
Ideally the permalink would look something like this (hidden link)
Let me know if you have any further questions. Thank you for any insight you can provide.