So what you are supposed to be able to do is open a specific form by referencing its content id in the url string. This works....sometimes. what i typically do is something like this:https://SITENAME/Lists/Projects/EditForm.aspx?ID=ITEMID&ContentTypeId=CONTENTTYPEID
This is farily straightforward, however there are times when it opens a different form. It usually appears to be the last form opened or edited...
Has anyone seen this or does anyone know of a better way to create a link to a specific content type/form?
Thanks,