What I want to do is load a form on all pages of a specific post type.
Depending on the type of post I want to load a different form in the post content.
What I was thinking was using a custom field to store the ID and name of the form to be loaded in the post.
However when I try to pass along those values while trying to load it via the short code (as well as populating other fields inside said form) it doesn't recognize the form and load it.
Any ideas on the best way to pull something like this off is?
Thank You