Nintex for SharePoint Forum
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Hi Guys,
i hope you can help me, i am really frustrated.
I have the problem that i cant open the FormDesigner from one of my Lists.
When i click on it, it seems the formular loads but the loading-screen never ends.
Like this:
I allready searched the .aspx-file itself, because i thought when i find and delete it, i can create some new.
I searched with SharePoint Designer 2013 -> under "All Items" -> NintexForms -> but couldn't find the .aspx-file with the ID from the List.
I allready dissabled and enabled the Nintex-Feature in Site-Collection-Features.
Is there any chance to remove the mapping from list to formular? or something like that?
Many thanks in advance!
Greetings,
Leon
This issue may be similar to a few other post on the community. May I recommend trying to export and import the form.
Do you know if there is javascript or some code on the form preventing it from opening?
Also attempt to open it within another browser to see if something was cached or set preventing it from rendering now.
The problem is, that i am not able to export/import it because i cant open the Designer..
I know there is something in the Script part, but dont know what.
Already tried another browser. Without success.
Nobody can help me??
try to open developer console and set a breakpoint in the code you where you expect there is a problem. once the execution breaks, try to change actual values of variables so that it jumps out of cycle.
you may want to watch network traffic to see whether it's not looping in some request from server.
if do not succeed with above you may try to export form with a webservice call