Skip to main content
Nintex Community Menu Bar

open ModalDialog Popup when URL is clicked on a Nintex Form

  • December 17, 2020
  • 0 replies
  • 19 views

Forum|alt.badge.img+11

Created a Nintex Form and have a Terms and Conditions tick box.
The purpose is for when the user clicks on the URL LINK to open the Terms in a popup modal windows instead of going to a seperate page.

 

Is this possible? I am using Nintex Form 2016.
If so, please guide me in the right directions.

 

I have tried the following but it does not load the page, the title is there however.

 

 

<a href="" onclick="javascript&colon;SP.UI.ModalDialog.showModalDialog({ url: 'http://www.google.com', title: 'Terms & Conditions' }); return false;>Terms and Conditions</a>

 

 

 

Cheers