I am able to get the value of the selected option of a choice control using:function getCh1Val() { alert(NWF$('#'+cidCh1 + ' input:checked').val()); }But I can't seem to set the value of the choice co...
I have a form with 3 types of submit buttons and I would like to give the user a pop up, help text, etc.when they put their pointer over the button. I want to write a couple of sentences or more than ...
Is there a way to set focus on a specific control (textbox) when the form opens in edit mode?
Is there a way to determine within a Nintex form if a user is the member of a SharePoint group? I would like to hide a panel unless the current user is a member of the admin group.
When I open a form up in view mode the cancel button says close instead of cancel. Is that CSS or JavaScript? Can that be changed to say something different. I imagine that is also what hides the save...
I have a Nintex field based on a Site Column that is a Lookup. To clarify, the site column is connected to a list at the root of the site collection and this list provides the lookup values for the fi...
I have been searching and testing JavaScript for several days now and can't get this to work (because I am no JavaScript expert). I simply need to set the value of a Single Line Textbox control with t...
All,SP/Nintex 2013 on-premI'm wanting to copy an InfoPath form from Lib A to Lib B in the same site. The InfoPath form has attachments within the form.I'm using the copy item action within my workflow...
Hi all,I'm having some issues to clear a textbox based on my checkbox statecheckbox css class = checktextbox css class = textBoxI first started with the following code to hide the fieldNWF$(document)....
ProblemOften I have workflows with approval (assign flexi task) actions in that usually run the same generic course:On approve, change status, send notificationOn reject, change status, send notificat...