Form With Related Items

Discussions about Forms Designer for SharePoint 2010.
Locked
chrisdmontgomery
Posts: 3
Joined: Wed May 01, 2013

05 Jun 2013

I was wondering if this was possible to do in SP 2010. I tried with no success.

http://spform.com/forms-designer- ... ist-part-1

Thanks

Chris

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

05 Jun 2013

Sure, you can add a list of related items into a tab by following the same steps as for SharePoint 2013. Which step have you got trouble in?

chrisdmontgomery
Posts: 3
Joined: Wed May 01, 2013

05 Jun 2013

I added the web part and the javascript. However, its not putting the web part under the tab.

var wp0 = $('div[id^="MSOZoneCell_WebPartWPQ2"]:eq(0)');

wp0.detach().appendTo('#fd_tabcontrol-0-tab-2');

Only change I made was WPQ2 I added the two after looking at the source on my page. I thought that might have been it. I also tried tab-2 and tab-4. I added addtional tabs but no luck.

Thanks

Chris

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

06 Jun 2013

Please, send us html-source of your form-page:

Open your form in the browser
Open its source
Send it to support@spform.com

Thank you.

User avatar
Dmitry Kozlov
Site Admin
Posts: 1524
Joined: Thu Jun 07, 2012

06 Jun 2013

Thank you for your message. You're right, SharePoint 2010 has a little different markup. So, please, try the following script instead:

Code: Select all

var wp0 = $('td[id^="MSOZoneCell_WebPartWPQ"]:eq(0)');
wp0.children(':first').detach().appendTo('#fd_tabcontrol-0-tab-2');

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 10 guests