Skip to main content
Nintex Community Menu Bar

Open a document using button in Nintex Form for Office 365

  • February 15, 2022
  • 0 replies
  • 218 views

Forum|alt.badge.img+8

Topic

How to open a document or page when clicking a button in Nintex Form for Office 365 without closing the Form.  

 

Instructions

  1. Drag and drop Button control.
  2. Select the drop-down of "Button action" as "Javascript".
  3. Expand the "Advanced" section and configure it with this formula window.open("Document URL"); return false;

 

Related Links