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:SP.UI.ModalDialog.showModalDialog({ url: 'http://www.google.com', title: 'Terms & Conditions' }); return false;>Terms and Conditions</a>
Cheers