So the NewForm.aspx is showing even after deletion from that list?
Hum,
I was not clear. It's not the Deleted NewForm.aspx, it the new SharePoint Default creation form that is shown.
I'm editing my post to be more explicit on this point.
Hi Romain,
you should be able to set the default form e. g. via SharePoint Designer (or PowerShell). The Nintex Form will be the regular NewForm.aspx. If you set this one as default form, you should see the nintex form again.
You can set a Form as default in SharePoint-Designer via the button in the ribbon.
Regards
Philipp
Phillipp is correct that you can edit the forms that are configured to appear based on New, Display, Edit using SPD. I would make sure that no custom forms are configured in this area for this list, then publish the Nintex Form again.
Hi,
This is the point, Creation Forms has been previsouly edited, and since I can't find a way to make Nintex Forms displayed.
I've already tried to create a new default Creation Form via SPD, but event after republishing Nintex Form, it's always the SharePoint Form that is displayed, not the Nintex.
Did you set NewForm-aspx as default form for this list in SharePoint Designer?
Can you please share a screenshot of your list forms in SPD?
Sure,
Here are the Forms (NewForm2.aspx is the Default Creation Form):
But Even after publishing a new Nintex Form :
It is the default SharePoint form that is Shown (Censored Customer Details) :
Did you delete the NewForm.aspx?
If so, create it again, set it as default, modify form with nintex forms, publish it, see if it opens when adding an item.
Hi, Yes like I Said, I've already tried that, but no success.
Can we see more information on from the first screen shot? I would like to see everything on the right side of the screen.
Sure, Here is it :
Sorry to ask this, but I see there are no items in the list. Can you export the Nintex From from this list, delete the list, re-create it, then simply import the nintex form back?
That's Right, there is no Items in the list in this screenshot. It's a debug list where I reproduced my customer's issue. My customer has a list with items in it, so I can afford Delete and re-create list .
Ok. Does the new form have to be named NewForm2? Just a guess that it matters, but can it be renamed without the number?
Hi.
No, Even with a form named NewForm.aspx I still have this issue.
Lookkin this thread : Published Nintex form not replacing NewForm.aspx , I finally managed to have the Nintex form Working.
This script reset creation form using a Microsoft.SharePoint.WebPartPages.IListWebPart WebPart, Whereas SPD seems to use a Microsoft.SharePoint.WebPartPages.DataFormWebPart.
Conclusion: NEVER use For Customization via SPD while using Nintex.
Wow, great find and I bookmarked that post.