PopUp on Submit and Confirmation of Action


Badge +1

I have a form when the client submits a pop up needs to show "You as the Business Line are agreeing to this statement (which will be a long statement of agreement" i require a check box for confirmaion of agreement.

So on Submit a pop up with statement and check box. Once Checkbox is clicked form is submitted and the workflow starts and pop up closes and redirects to main site page.   I have no idea how to do this.  Any help would be appriciated.  


2 replies

Badge +8

Does the popup serve any specific purpose that putting the check box and message on the form itself would not?

 

You could probably accomplish this fairly easy with jQuery: https://jqueryui.com/dialog/#default

https://jqueryui.com/checkboxradio/#product-selector

 

I'm fairly certain there is nothing built in that would accomplish the same. 

Badge +5

Hi @CaMunroe1204 ,

As an example, I added a choice column called Agreement to a list, with the choices No and Yes, and default is No. I deleted the field from the Nintex form, then set the button to change the column value to Yes after the user clicks OK on the confirmation message (your statement of agreement) and directs the user to the main site page using the following button settings:

 

2237i2D5843B83466D7AF.jpg

 

Since your confirmation message is so long I suggest editing it in Notepad then pasting it into the Confirmation Message field (not sure if there is any limit on length there....). Since there is no checkbox on the confirmation message your statement of agreement will have to read something along the lines of "by clicking OK you indicate your agreement with....." (I'm not a lawyer; check with one first to make sure this satisfies your legal requirements).

 

Hope this helps

Reply