Page 1 of 1

Promoted Links - Link to New form

Posted: 03 Feb 2015
by ds4be
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 ... t_New.aspx?

Re: Promoted Links - Link to New form

Posted: 04 Feb 2015
by Dmitry Kozlov
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 ... 15706FA66B

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.