When trying to submit a form containing a dropdown list populated via jQuery, i get the following error:System.ArgumentException: Invalid postback or callback argument. Event validation is enabled usi...
Hey guys,I was wondering, from a security point-of-view, is there a way to modify a FlexiTask's assigned username from the Database?Is the usernamestored as plain text inside a DB table? and if yes, w...
Hello,I'm looking for a way to execute a jQuery command AFTER the Nintex Form validation completes correctly, but BEFORE the form is submitted. Does anyone know if this is this possible?I tried using ...
Hey,Does anyone know how to trigger the form's validations from jQuery (i.e. a Javascript button)?I'm looking for a proper solution, not just using a save button and somehow forcing it to return false...
Hey guys,I seem to be experiencing something strange with a people picker control:If I disable a panel usingNWF$('.form2*').prop('disabled',true);and that panel contains a people picker, then the cont...
With Nintex Forms for SharePoint On Premises 2013, you can download a serialized version of your Nintex Form in XML format. By changing certain element values in the XML you can write an application t...
Is anyway to set a people picket field to read only?I can disable it using the form properties but I am using the API to set the people picker on the form. When set to disabled, the value does not sav...
I am building a 2-page form using Nintex Forms 2013 v2.8.1Page 1 - Display input controls to collect informationPage 2 - Display the summary of the entered informationThe design of Page 1 includes one...
Hi all,I'm trying to create a 'Select All' button that automatically checks every option for a specific choice (multiple) control on the formI've been attempting this for a little while now but can no...
Hello,I have a repeating section on my form which I have been able to create with the help of the experts on this community. I now need to clear all rows out of the repeating section when the user sel...