Page 1 of 2

Blank Page (Page limit?)

Posted: 01 Sep 2016
by Karlostavitch
Hi,

This has happened a couple of times now, the first time I undid my css labelling to fix it but then after I added 3 more field it happened again.

The first time the page loads successfully, then any subsequent attempt to load the page it appears blank, no errors, just empty as if its not even attempting to load the page.

Is there a page size / complexity limit? I know Sharepoint referes to a page limit of 25 web parts, is it possible for the SPForm to breach that limmit and be disabled?

Re: Blank Page (Page limit?)

Posted: 02 Sep 2016
by Karlostavitch
Strangely it fixed itself after removing a ; from my javascript, which I should have removed and caused the page to crash, then I added the ; again and now its working fine. So I effectively changed absolutely nothing but its working again.


Maybe a bug?

Re: Blank Page (Page limit?)

Posted: 02 Sep 2016
by Dmitry Kozlov
Possibly, the form had not been saved yet when you opened it in the browser.

Re: Blank Page (Page limit?)

Posted: 20 Sep 2016
by Karlostavitch
This issue was present for a few hours at one point, but since then we have been getting some other issue intermittently.

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator.

Correlation ID:c499a59d-909c-3000-a30c-bacc82c366fd TypeError: r is not a function TypeError: r is not a function TypeError: r is not a function TypeError: r is not a function - We have been troubleshooting the issue with MS at first, since they wouldn't give us the correlation ID logs and this is SharePoint online, they have said its a query issue. We also had some of our own jquery inserted into the aspx page, a significant amount, and so we have exported the form from forms designer, then deleted the old forms from Sharepoint Designer and then imported the form back again into Forms Designer and created the edit page from that. the edit page was renamed to docsethomepage.aspx and copied to the document set content type welcome page location. The error was more difficult to produce, but we again recieved the same error, without any of our customised javascript in the aspx page and very little script in the form - see below for grid view (otherwise default spform design :- //Set the Claim number field in each new variation created fd.populateFieldsInGrid($('.related-items'), { The_x0020_Claim_x0020_Number: GetUrlKeyValue('ID'), }); //For document web part fd.updateDroppedDocuments('.related-docs', { Event: GetUrlKeyValue('ID') }); Any advise appreciated.

Re: Blank Page (Page limit?)

Posted: 20 Sep 2016
by Dmitry Kozlov
Are you getting the error while loading the form? Could you send a screenshot and HTML-source of the page to support@spform.com?

Re: Blank Page (Page limit?)

Posted: 20 Sep 2016
by Karlostavitch
yes its while loading the form, or after saving, when its reloading..

Re: Blank Page (Page limit?)

Posted: 03 Nov 2016
by Karlostavitch
The issue was caused because we can have a maximum of 70 editable fields in a single form. So I have changed some of the fields to read-only as per your advice.

Re: Blank Page (Page limit?)

Posted: 21 Nov 2019
by dominique.beaudin
I have the same issue but it's sporadic. I will try reducing the number of editable fields, but it's already less than 70

Any advice is appreciated, it's been happening more and more and we have not added any new fields.

Re: Blank Page (Page limit?)

Posted: 22 Nov 2019
by mnikitina
You are getting this error because the server cannot render the full form in time, usually because of the large number of fields, and the user gets an error instead. It doesn't have to be 70 active fields, could be less.

Now, there are only two solutions for custom forms that we can offer that should fully solve the issue:

1) Separate large forms into smaller forms, using form sets. You will need to add buttons to save the current progress and redirect to an appropriate form, where different fields are available.

2) You can also try out our newer product - Plumsail Forms. It also offers forms for SharePoint Online, but it works in a completely new way, which should help you avoid the issue altogether. Plus, these forms are responsive and mobile-friendly, though you can't just export old forms to a new product, they'll need to be redone from scratch.

Re: Blank Page (Page limit?)

Posted: 06 Dec 2019
by dominique.beaudin
thank you. Do I need a separate license for the newer product?