Hi All,
Wishing you a very happy new year!
Recently, we met a customer who are leading infrastructure, building development and management organization company.
They are on SharePoint 2013 and 2016 On-premises environment. They asked for demonstrate Expense Claim form as its too manual. They asked for demonstrate Expense Claim form as its too manual.
Any help would be highly appreciated
Thanks in advance.
Q2: Yes, the form is created on the companies SharePoint server and then, with the External/Live Form box checked, published to both the list/library and the Nintex cloud.
Q3: This I leave for someone else to comment on.
Q5: You can use regular expressions to remove the link part before the project name and store the result in a form variable. If you have control of the URL (link in navigation or link list), you could also add a query string (.../siteB/Proj102?projcode=Proj102) and extract it with the inline function fn-GetQueryString('projcode'). If you can't get it with ootb functionality as a last resort you could use Custom JavaScript to extract the value from the URL; this only applies to classic Nintex Forms.