Hello - I have created and published an intake form on Nintex and I want my employees to be able to go to our Sharepoint home page, click a link and then be directed to a page where the Nintex form is displayed. Can anyone help? Thanks.
Page 1 / 1
@Faye-95 You could use below on your Sharepoint page through script editor or content editor webpart.
<!DOCTYPE html>
<html>
<head>
<title>iconname</title>
</head>
<body>
<br>
<a href="link to your Nintex form">
<img alt="Qries" src="imageicon.PNG"
width=581" height="121">
</a>
</body>
</html>
Thank you - do I have to publish the form on Nintex live to get the URL? I only intend the form the be filled in by employees that have access to the SharePoint. If not, do you know how/where I can obtain the link?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.