Promoted Links - Link to New form
Posted by ds4be - Feb 3 ’15 at 11:59
Hi
I have a list which has multiple content types and has been modified with Forms designer.
I want a promoted link to add a new service complaint and i used the following url, this worked when i pasted the link direct into explorer, however when I added the url into the promoted link I get the correct form that i wanted but the content type is listed as default content type? is there a way to overcome this?
http://SITE/Quality/RP/Lists/Returns%20%20Praise/fd_Service%20Complaint_New.aspx?
-
Dmitry KozlovAdminMember for: 8 years 7 months 25 days
You should pass additional parameter to your form in the query string - ID of the content type that you want to create:
http://SITE/Quality/RP/Lists/Returns%20%20Praise/fd_Service%20Complaint_New.aspx?ContentTypeId=0x010600DD6C4304AED47041BE11E615706FA66B
To obtain ID of the content type, please, navigate to List settings -> Content type settings and copy value of ctype parameter from the query string.