Page 1 of 1
After publishing form to page, the page won't save
Posted: 27 Feb 2017
by davidnarramore
I have a page with three calendars in page view webparts and I want to publish a form on the same page. I have exported the form I wanted and uploaded it into Site Assets. I can publish the form to the page, but when I try to save the page the saving icon appears, but it never finishes the save. I let it run for a couple of hours hoping it would finish. I have some javascript on the form to limit the time selection of the date/time field (which was kindly supplied by Dmitry), but other than that it is a simple form. When I use the form via the list it works as expected.
Any help would be appreciated.
Re: After publishing form to page, the page won't save
Posted: 28 Feb 2017
by Dmitry Kozlov
Hi,
What happens when you click the Save button - refreshing the page or nothing? Could expand the browser console (F12) and check the errors?
Re: After publishing form to page, the page won't save
Posted: 28 Feb 2017
by davidnarramore
The page never refreshes and no errors appear in the console. If I do a refresh the page appears without the form, but I can no longer edit the webpart. The loading icon appears and never finishes. I have to open the page in SharePoint Designer make a change (add/remove a space) and save the file. I can then go back and edit the webpart.
Re: After publishing form to page, the page won't save
Posted: 28 Feb 2017
by davidnarramore
I've found if I fill out the mandatory form fields before saving or editing the page it works.
Re: After publishing form to page, the page won't save
Posted: 01 Mar 2017
by Dmitry Kozlov
Yes, you can add custom validation to make filling the form more straightforward for users.