I'd like to be able to create a form that can map to different custom post types, depending on some conditional logic.
Ex. form:
-------------------------------------------------
Select post type (radio buttons):
-post type 1
-post type 2
Post title field 1:
//conditional logic: Show this field if post type is 'post type 1'
Post title field 2:
//conditional logic: Show this field if post type is 'post type 2'
-------------------------------------------------
My alternative for now is to create separate forms for each post type, which is not the end of the world, but it does clutter up my interface more than I'd like.
Would love to see this ability added and would be very grateful if you have any alternative suggestions.