I solved it by creating a hidden field, which joins the 2 fileds by Javascript so I can filter on that. NWF.FormFiller.Eve...
I do this on almost any workflow I create. I have a single line of text field for workflow status and a multiple line of text field for workflow...
It works! Thank you so much for your effort! I just used NWF$('#' + HiddenField).focus(); so when the user hits the next field it'll calculate ...
Removing the spaces didn't do anything. But i'm one step closer now. I removed the "Connected To" value of HiddenField and now my calculated valu...
it doesn't recalculate or calculate at all on change of HiddenField. When I change the value (even if i write something there manually) nothing h...
Can I exclude a field for the conditional start of a workflow? I have a list with open projects and descriptions. There is also a field "New Info...
Hi, I have the following problem: I'm creating a form for ordering stuff. We have different categories in different countries for maximum costs....
Hi, I just made a multi-step form according to this tutorial: How to design a Multi-Step form with Nintex Forms for Office 365 Now I have a...